Re: Clojure Database experience reports wanted

2010-10-03 Thread Ben Mabey
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.

Re: Clojure Database experience reports wanted

2010-10-03 Thread Steve Purcell
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

Re: Clojure Database experience reports wanted

2010-10-02 Thread David Nolen
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

Re: Clojure Database experience reports wanted

2010-10-02 Thread Mark Engelberg
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

Clojure Database experience reports wanted

2010-10-02 Thread Mark Engelberg
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