On Sat, Mar 26, 2011 at 4:12 PM, Base <basselh...@gmail.com> wrote:
> Thanks All!  I guess I didnt even realize that they were so different
> (though that certainly makes sense).
>
> Basically I want to design a system that will have maybe 30M
> (eventually) complex graphs of data that need to be searchable through
> either pattern matching or unification or ?...
> The pattern s could conceivably become very complicated.
>
> My thought was that this would need to scale out horizontally and
> allow for a map-reduce like process to burn through these searches
> (though at this point i am still planning this part out and currently
> have my data in an RDBMS (using H2 in development - great little
> database).
>
> This is very new territory for me, as i am very much used to working
> with traditional databases so I kind of dont know where to start...
>

Couchdb and other document oriented stores def sound like
they wouldnt be what you are looking for.

I havent done anything really like what you are doing so I don't know
what would be right, I have done some work with Couchdb
and know it wouldnt be the best fit for what you are doing.

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