question

Rahul R avatar image
0 Likes"
Rahul R asked Phil BoBo edited

Index on storage slots to help speed up find slot query

Hello,

I have find slot activity that gets hit a huge number of times. I use labels bayID, levelID, and slot.storageObject. Can these be indexed?

1684334651432.png

@Felix Möhlmann : A follow up to previous question on indexing for storage systems, but asking separately.

FlexSim 22.2.4
storage systemsql queryslot labelsindexing
1684334651432.png (19.6 KiB)
5 |100000

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

1 Answer

Jason Lightfoot avatar image
0 Likes"
Jason Lightfoot answered Phil BoBo edited

No you should not add the address scheme's slot attributes as slot labels - they will override the address scheme values.

I think also that you should be referring to the indexed labels without the slot and item prefix otherwise you will not get the benefit of the indexing system. Take a look at the description of findSlot towards the bottom where it refers to the difference between

  1. WHERE SKU = 5

and

  1. WHERE slot.SKU = 5
· 2
5 |100000

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