Mark Engelberg <mark.engelb...@gmail.com> 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-bit Windows machine, mongodb is quite limited on the size
> of the database it can manage.  I've hit that limit, and can no longer
> add data or new indexes.
> 2.  somnium.congomongo supports only rudimentary queries, e.g., no way
> to fetch while sorting on a given index.  I've tried downloading and
> compiling a fork of congomongo that purports to support sorted
> queries, but couldn't get it to work.  I can't pull all the data into
> memory to sort, because 32-bit Java supports a maximum heap size of
> 1600MB, which is not enough to hold all the data.

There's also a helpful little Google group for congomongo, to which you
might like to cross-post this feedback:

  http://groups.google.com/group/congomongo-dev

-Steve

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en

Reply via email to