MageSmith

📦 Magento_Catalog · engine innodb

catalog_product_index_price_idx

Catalog Product Price Indexer Index Table

Columns (9)

NameTypeNullDefaultComment
entity_id int unsignednoEntity ID
customer_group_id int unsignedno0Customer Group ID
website_id smallint unsignednoWebsite ID
tax_class_id smallint unsignedyes0Tax Class ID
price decimal yesPrice
final_price decimal yesFinal Price
min_price decimal yesMin Price
max_price decimal yesMax Price
tier_price decimal yesTier Price

Keys & indexes

Primary key: entity_id, customer_group_id, website_id

Indexes

  • CATALOG_PRODUCT_INDEX_PRICE_IDX_CUSTOMER_GROUP_ID (customer_group_id) btree
  • CATALOG_PRODUCT_INDEX_PRICE_IDX_WEBSITE_ID (website_id) btree
  • CATALOG_PRODUCT_INDEX_PRICE_IDX_MIN_PRICE (min_price) btree