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 definitely need to index by the identifying
string so that I can retrieve the data quickly by that identifying
string, but I also need to sort the data by the various numeric
attributes.

I like to add more numeric attributes to the data as I think of more
things worth recording, which is why the nosql style is convenient
(don't have to keep restructuring the table when adding new
"columns").

Ability to interact easily with incanter so I can plot and view the
data would be a huge plus.  Incanter also seems to be designed for
data that can fit entirely in memory, so again, I'm starting to bump
up against some memory constraints, but the ability to at least plot
subsets of the data easily would be useful.

Thanks,

Mark

-- 
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