|
|
|
|
|
by joebo
4023 days 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 |
|
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/
and here's one in Python and Redis:
http://programeveryday.com/post/create-a-simple-chat-room-wi...