Y
Hacker News
new
|
ask
|
show
|
jobs
by
aliasEli
1842 days ago
What are your requirements?
It seems like you don't need ACID transactions or joins.
1 comments
catsareok
1842 days ago
I want to avoid joins at all costs. I’ve encountered far too many of them for purposes of “it would be fun to use a join,”. Basic requirements are storage of ints and strings, and mutex. Doesn’t need to be lighting fast, or have complex caching.
link