pombreda / appscale

Automatically exported from code.google.com/p/appscale
0 stars 0 forks source link

Improve query for memcachedb #146

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Right now when a query is performed with memcachedb as the database, it
results in doing a get to find the number of items in the table in question
and then manually getting each item.

Need to replace these gets with a get_multi and measure the performance
differences.

Original issue reported on code.google.com by shattere...@gmail.com on 14 Jan 2010 at 9:21

GoogleCodeExporter commented 9 years ago
Fixed. Performance increase varies on database size and number of users 
querying the
database, but have noticed 10-20% improvement on db size < 1000 and 20% 
improvement
on dbsize = 1000 with three active users querying the DB.

Will be in next release.

Original comment by shattere...@gmail.com on 22 Jan 2010 at 5:06