I have a global table of SKUs with columns for aggregate demand and some other information (table is named "Status_SKUs", 10x20,000); There is also a list of tote tokens contianing those SKUs ("listInventory"), partitioned by storage location, 1-30 (i.e. machine).
The token representing each machine needs to find the SKU with the most demand that also has a tote in its partition of the list.
Any suggestions on what the query() statement executed by the machine would look like?
Thanks,
Craig