I'm very interested in the whole NoSQL movement.

I've looked at MongoDB. It seems like  a very cool implementation.

Union Square Ventures just made an investment in hosted MongoDB enivornment
http://www.10gen.com/

NoSQL databases seem to be differentiating among different use cases.

Riak and Cassandra for extremely large data.

MongoDB and Tokyo Cabinet for moderate data sizes and lots of speed.

CouchDB for the unique online/offline replication feature.

I would think Mongo DB would be very useful in any application where you
want to do lots of queries to build every view such as any newfeed style
feature.

One big difference from the SQL databases is that all your data manipulation
needs to be done in your application logic. In SQL databases, you can rely
on the database for sort, filter, join.





US number: +1 650-862-5992
Indian Number:+919945111824


On Fri, Oct 16, 2009 at 4:07 PM, Yuvi Panda <yuvipa...@gmail.com> wrote:

> Anyone has any experience with MongoDB? I've been checking it out for the
> past hour or so and it seems pretty darn good. Personal painful experiences?
> A Google Search for MongoDB sucks doesn't turn up anything useful, so I'm
> not sure if this one is used by anyone other than jobless college kids like
> me?
>
> --
> Yuvi Panda T
> http://yuvi.in/blog
>
>
> _______________________________________________
> BangPypers mailing list
> BangPypers@python.org
> http://mail.python.org/mailman/listinfo/bangpypers
>
>
_______________________________________________
BangPypers mailing list
BangPypers@python.org
http://mail.python.org/mailman/listinfo/bangpypers

Reply via email to