WebSphere Commerce database table: PASTATS

This table captures the invocation statistics for each Product Advisor metaphor.


Column Description(s):
Column NameColumn TypeDescription
STOREENT_ID INTEGER NOT NULL The store entity identifier as described in the STOREENT_ID column of the STOREENT table.
CATGROUP_ID BIGINT NOT NULL The category group identifier as described in the CATGROUP_ID column of the CATGROUP table.
METAPHORTYPE INTEGER NOT NULL The metaphor type identifier as described in the METAPHORTYPEID column of the ICMETAREG table.
COUNT INTEGER The number of times this particular metaphor was invoked by a customer.
OPTCOUNTER SMALLINT Reserved for IBM internal use.
Index(es):
Index NameIndexed Column NamesIndex Type
SQL050212031252790 STOREENT_ID+CATGROUP_ID+METAPHORTYPE Primary Key

Feedback