5 ms·
It seems KDB excels at queries, joins, and aggregates on large datasets. I have limited experience with redis, but if that type of code would need to be written
by joebo 11y ago
It seems KDB excels at queries, joins, and aggregates on large datasets. I have limited experience with redis, but if that type of code would need to be written in c/python with redis then KDB may have a performance and productivity lift. I would like to see an example like that.
Another benchmark is here: http://kparc.com/q4/readme.txt http://kparc.com/q4/readme.txt
- geocar 11y agoLike what? A program in KDB instead of a program in Python and Redis? Here's an implementation of a multiuser group chat in KDB: https://github.com/srpeck/kchat/ https://github.com/srpeck/kchat/ and here's one in Python and Redis: http://programeveryday.com/post/create-a-simple-chat-room-with-redis-pubsub/ http://programeveryday.com/post/create-a-simple-chat-room-wi...