Database other than Redis and Mongodb
-
oh well.. im happy with redis for now - maybe one when it all crashes on me i wont be so happy
but to add to that, I would to see a "nosqlite" and/or "sqlite" support too, for development purposes, so I won't have to worry about installing a db server on every machine im developing against.
-
i have a redis DB with 350k+ posts, 10k+ users, 30k topics
# Memory used_memory:665206136 used_memory_human:634.39M used_memory_rss:709705728 used_memory_peak:1787709472 used_memory_peak_human:1.66G used_memory_lua:22528 mem_fragmentation_ratio:1.07 mem_allocator:jemalloc-3.2.0
-
-
@baris said:
Thats why I was thinking about building a
db.exportToJson()
which would create the same json database output from mongo and redis. And then laterdb.importFromJson()
so you can switch between the two. It would require some effort though.that file might become one hell of a fat JSON - might run into memory issues trying to write/parse that
-
haha yeah 600mb json file
my vote for the next addition to our DBAL is csv flat file db.
-
haha yeah 600mb json file
@psychobunny probably more.. JSON is verbose