hey,
I have a store with 400k products and i am getting this message in mysql error log:
[ERROR] mysqld: The table 'catalog_product_index_price_temp' is full
some of my settings:
tmp-table-size = 1M
max-heap-table-size = 32M
innodb_data_file_path = ibdata1:10M:autoextend
tmp_table_size = 1M
max_heap_table_size = 1M
magento version 2.3.1
can you help me with some ideeas to solve this?
thanks