I haven't noticed a difference in performance, as most of my apps are low, low, low....low traffic. I have noticed an increase in coding efficiency however. Most of the code I write (more thankful to the ORM) is directed at manipulating data, not storing/retrieving it.
On Mon, Aug 23, 2010 at 1:24 PM, Greg Milby <[email protected]> wrote: > i had to wait until lunch to read through the links you provided. > have you noticed a significant improvement on performance (or any other > issues)? > Thank you for taking the time to share these links & recommendation. > > On Mon, Aug 23, 2010 at 9:55 AM, justin caratzas <[email protected]> > wrote: >> >> I've been using in for a couple of months on most of my projects. I >> use it in conjuction with MongoEngine (http://mongoengine.org/) as the >> ORM. Its been a good experience so far. There's also a webpy session >> store for mongodb >> (http://github.com/whilefalse/webpy-mongodb-sessions) that works quite >> well. >> >> The really killer feature that these nosql databases have (for me >> atleast) is the mapreduce functionality, and theres a great series >> blog posts written here >> (http://kylebanker.com/blog/2009/11/mongodb-count-group/) that break >> down how that works. >> >> -- Justin >> >> On Mon, Aug 23, 2010 at 8:10 AM, geekbuntu <[email protected]> wrote: >> > (forgive the blazing saddles reference - couldn't resist) >> > has anyone tested or used mongodb? >> > http://api.mongodb.org/python/1.8.1%2B/index.html >> > http://www.mongodb.org/ >> > i hear that it is amazing... would like to know if anyone in webpy >> > world has tested it or had any advice. >> > tia >> > >> > -- >> > You received this message because you are subscribed to the Google >> > Groups "web.py" group. >> > To post to this group, send email to [email protected]. >> > To unsubscribe from this group, send email to >> > [email protected]. >> > For more options, visit this group at >> > http://groups.google.com/group/webpy?hl=en. >> > >> > >> >> -- >> You received this message because you are subscribed to the Google Groups >> "web.py" group. >> To post to this group, send email to [email protected]. >> To unsubscribe from this group, send email to >> [email protected]. >> For more options, visit this group at >> http://groups.google.com/group/webpy?hl=en. >> > > -- > You received this message because you are subscribed to the Google Groups > "web.py" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/webpy?hl=en. > -- You received this message because you are subscribed to the Google Groups "web.py" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/webpy?hl=en.
