On 10/2/10 12:01 PM, Mark Engelberg wrote:
I've been using clojure with mongodb for a while now. I found that
using a nosql database system was very freeing and pleasurable,
compared to the python/sqlite combination I'd used before. However,
I'm starting to bump up against some limitations:
1.
Mark Engelberg writes:
> I've been using clojure with mongodb for a while now. I found that
> using a nosql database system was very freeing and pleasurable,
> compared to the python/sqlite combination I'd used before. However,
> I'm starting to bump up against some limitations:
> 1. On my 32-b
On Sat, Oct 2, 2010 at 2:01 PM, Mark Engelberg wrote:
> So I'm thinking it's time to move to another database. Doing a
> websearch, I couldn't really figure out which options are "ready for
> prime-time" with respect to Clojure. For example, searching on
> clojure and couchdb turned up a handful
I should add that my needs are fairly simple as databases go. This is
not for a webserver. I just need to locally store data which is too
big to fit in memory, and store it in a durable fashion. Typically,
my data is a uniquely identifying string combined with a number of
numeric attributes. I
I've been using clojure with mongodb for a while now. I found that
using a nosql database system was very freeing and pleasurable,
compared to the python/sqlite combination I'd used before. However,
I'm starting to bump up against some limitations:
1. On my 32-bit Windows machine, mongodb is qui