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 | |
---|---|---|---|---|
Pagination in fetched result set from Aerospike (AER-5474, AER-6193) | 14 | 8122 | June 16, 2020 | |
Data Modeling 101! (Data modeling for specific use-cases) | 1 | 2390 | December 13, 2014 | |
Aerospike Announces an Early Adopter Release of the SortedMap Feature (May 25, 2016) | 5 | 3084 | August 3, 2016 | |
Unable to get data in a sorted format (by bin) | 2 | 631 | May 7, 2022 | |
Scanning a set with guaranteed order | 2 | 1652 | March 13, 2020 |