REDIS: Numeric keys (1,2,3..) vs compressed keys (A9z3,A9z4..)?

diegohack_1

New Member
We are having fun with Redis on a Nodejs server - great combo btw. The question is out of curiosity and should be treated as "in theory".Is there any performance difference between storing your values on numeric keys (1,2,3,4...) over compressed keys (A9z3,A9z4,A9z5...). I'm thinking select speed only in a database with 2 million keys.I hope the question is not too damn stupid, best regards ;)
 
Top