MageSmith

📦 Magento_Catalog · engine innodb

catalog_product_index_price_replica

Catalog Product Price Index Table

Columns (9)

NameTypeNullDefaultComment
entity_id int unsignednoEntity ID
customer_group_id int unsignednoCustomer 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_CUSTOMER_GROUP_ID (customer_group_id) btree
  • CATALOG_PRODUCT_INDEX_PRICE_MIN_PRICE (min_price) btree
  • CAT_PRD_IDX_PRICE_WS_ID_CSTR_GROUP_ID_MIN_PRICE (website_id, customer_group_id, min_price) btree