Historic table for EFF "ego_item_eff_b_" is timing out.
I am writing a very simple query to see historical EFF data for an item and It is timing out when I tried to search with the inventory Item ID. What is the issue with this table?
Version : 24D (11.13.24.10.0)
Code Snippet:
SELECT * FROM ego_item_eff_b_
WHERE INVENTORY_ITEM_ID = '100000075736134'
AND context_code = 'TFS_LSG_DANGEROUS_GOODS_INFO'
0