Please review this post for how to interpret O(n) of CDT operations. The referenced O(n) discussion is about data structure performance, which is typically a fraction of overall request execution. If the data size is large, you can employ techniques to break the data across multiple records, keep the relevant data (say, top 5000 instead on 1M titles) in a record, and so on.
neelp
7
Related topics
| Topic | Replies | Views | Activity | |
|---|---|---|---|---|
| Pagination in fetched result set from Aerospike (AER-5474, AER-6193) | 14 | 8213 | June 16, 2020 | |
| Data Modeling 101! (Data modeling for specific use-cases) | 1 | 2398 | December 13, 2014 | |
| Massive leaderboards usecase | 5 | 1346 | June 20, 2020 | |
| Using Aerospike to make a top X query (pageviews or scoreboard) | 3 | 2345 | January 22, 2015 | |
| Official AS approach to pagination? | 9 | 5068 | September 3, 2019 |