On Thu, Nov 12, 2015 at 5:57 PM, Roald de Vries <[email protected]> wrote: > Cool! Both for CouchDB on ramdisk and AdvanceDB: > - would you recommend using this for caches, for example?
Partially yes (not sure about AvanceDB), while you guarantee that your cache will fit the memory disk (remember, CouchDB database grows constantly and you need twice more free space to compact it!) > - could a CouchDB be a competitor to Redis, in this way? No (not sure about AvanceDB), but it depends on your use case. To be honest, CouchDB is too greedy for disk space to keep it in memory for something serious, unless you have small databases and/or a lot of memory. So it's only useful for development purposes. -- ,,,^..^,,,
