performance - Can Aerospike's Large Ordered List match the Sorted Sets of Redis for Leaderboards? -
i'm considering replacing redis aerospike , wanted know if aerospike capable of delivering same capabilities , performance redis's sorted sets leaderboards within application. need able insert, read , update items in set. need able range queries on them , retrieve rank of arbitary item in set quickly.
aerospike not have built-in leaderboard feature. however, 1 of many functions can build user defined functions (udfs) , big info types (ldts).
the way work have set of udfs employs 2 big ordered list ldts. 1 llist manage primary collection, , other llist provide leaderboard/scoreboard ordering (basically used index primary collection).
the udfs manage user interaction (read/write/delete primary value , read/scan leaderboard value) , pass work on ldt functions.
we've talked internally building these examples show powerfulness of udfs , ldts. perhaps, little incentive, raise priority of getting these examples done.
the other issue performance. latency , throughput requirements?
performance redis leaderboard aerospike
No comments:
Post a Comment