is there a way to get sorted data from namespace without full scan? I mean can aerospike to store many records (tens of millions) in sorted order, or provide any special iterator by index, like tarantool. Or it have only one way, full scan with UDF filter/map/reduce? Maybe some complex indices or special index types or some thing else? P/S after filter by secondary index I have ten million records, I need to get only first 1000K sorted by priority, scan millions to get a 1000K I think it bad idea. Before I use LDT but now it is deprecated. Can anyone help to find a correct way?
Related topics
Topic | Replies | Views | Activity | |
---|---|---|---|---|
Sorting a Very Large set repeatedly | 1 | 1670 | June 18, 2017 | |
Unable to get data in a sorted format (by bin) | 2 | 623 | May 7, 2022 | |
How can I query data from a record bins if they are not indexed
|
1 | 1215 | May 11, 2018 | |
A way to strore large data in many sorted maps
|
0 | 1031 | January 10, 2017 | |
Aerospike Announces an Early Adopter Release of the SortedMap Feature (May 25, 2016) | 5 | 3067 | August 3, 2016 |