MageSmith

📦 Magento_Catalog · engine innodb

catalog_product_index_eav_decimal_replica

Catalog Product EAV Decimal Index Table

Columns (5)

NameTypeNullDefaultComment
entity_id int unsignednoEntity ID
attribute_id smallint unsignednoAttribute ID
store_id smallint unsignednoStore ID
value decimal noValue
source_id int unsignedno0Original entity ID for attribute value

Keys & indexes

Primary key: entity_id, attribute_id, store_id, value, source_id

Indexes

  • CATALOG_PRODUCT_INDEX_EAV_DECIMAL_ATTRIBUTE_ID (attribute_id) btree
  • CATALOG_PRODUCT_INDEX_EAV_DECIMAL_STORE_ID (store_id) btree
  • CATALOG_PRODUCT_INDEX_EAV_DECIMAL_VALUE (value) btree