question

Beatriz Spaggiari avatar image
0 Likes"
Beatriz Spaggiari asked Joseph Gillespie commented

Speed to search information in tables?

In my model, I have many tables to be called multiple times in the simulation model. To reduce the total time the models need to run completely, I did a simple test. In the first test, I used the cell index (row numbers and column numbers) to look up the informations. In the second test, I searched the information using the names of the row headers and column headers to find all the informations I needed in the table. The difference in the amount of time between tests was huge, much more time was needed in the second test. Why does it happen? I would like to know the possible alternatives of searching information in tables that are faster to reduce the time of my simulation model.

FlexSim 19.1.1
tables
· 1
5 |100000

Up to 12 attachments (including images) can be used with a maximum of 23.8 MiB each and 47.7 MiB total.

Joshua S avatar image Joshua S commented ·

Have you looked into SQL queries that can be done in Tables, they can increase lookup and data manipulation much faster then normal operatoions.

https://docs.flexsim.com/en/19.1/Reference/DeveloperAdvancedUser/SQLQueries/

0 Likes 0 ·

1 Answer

·
Joerg Vogel avatar image
0 Likes"
Joerg Vogel answered

Here is an answer to a similar question Table query speed. There you find different methods to accelerate your table search.

5 |100000

Up to 12 attachments (including images) can be used with a maximum of 23.8 MiB each and 47.7 MiB total.

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 12 attachments (including images) can be used with a maximum of 23.8 MiB each and 47.7 MiB total.