--- etc/db_schema.xml	2024-02-07 11:04:52
+++ etc/db_schema.xml	2024-11-09 11:02:17
@@ -1645,6 +1645,15 @@
         <constraint xsi:type="primary" referenceId="PRIMARY">
             <column name="id"/>
         </constraint>
+        <index referenceId="CATALOG_PRODUCT_INDEX_PRICE_ENTITY_ID" indexType="btree">
+            <column name="entity_id"/>
+        </index>
+        <index referenceId="CATALOG_PRODUCT_INDEX_PRICE_CUSTOMER_GROUP_ID" indexType="btree">
+            <column name="customer_group_id"/>
+        </index>
+        <index referenceId="CATALOG_PRODUCT_INDEX_PRICE_ENTITY_WEBSITE_ID" indexType="btree">
+            <column name="website_id"/>
+        </index>
     </table>
     <table name="catalog_category_product_index_tmp" resource="default" engine="innodb"
            comment="Catalog Category Product Indexer temporary table">