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 | |
---|---|---|---|---|
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 | 3085 | August 3, 2016 | |
How does Aerospike scan data efficiently using range filter? | 3 | 4193 | June 16, 2015 | |
How is Aerospike primary key organized to iterate Set effectively? | 13 | 4824 | January 12, 2015 | |
Query result order | 2 | 1695 | May 24, 2017 |