Hi, I am building a model for a warehouse of over 100,000 storage items. I customize my control logic in process flow to call SQL queries to the default StorageSystem object.
The model is running very slow. I checked the resource usage in Performance Profiler and found out that the SQL queries to the StorageSystem are the main causes. However, I have to check the storage items in every retrieval request, and check the slots in every storage request, because exploring such kinds of policies is the goal of this simulation project.
Is there a more efficient way for modeling a warehouse of this scale?
Thanks.