Short answer - User Indexes are faster than data queues...
Unconfigured Ad Widget
Collapse
keyed data queues vs user indexes.
Collapse
X
-
keyed data queues vs user indexes.
In the past I always used user indexes for sorting data and data queues for communication. I just noticed though, that data queues can be keyed. So can't I use a keyed data queue instead of user indexes? The API's for data queue's tend to be a bit simplier to use then the User Index API's but I would rather be aware of any differences taht could impact my decision.
-
Comment