[google-appengine] Re: what about memcache flush_all() performance

2009-03-22 Thread Chris
Thanks for your answer. On Mar 12, 12:28 am, Brett Slatkin brett-appeng...@google.com wrote: On Wed, Mar 11, 2009 at 8:39 AM, Chris chris1...@gmail.com wrote: If my app has a lot of data in memcache, and calls flush_all() now, what about the performance of this function call? I'm not sure

[google-appengine] Re: what about memcache flush_all() performance

2009-03-11 Thread Brett Slatkin
On Wed, Mar 11, 2009 at 8:39 AM, Chris chris1...@gmail.com wrote: If my app has a lot of data in memcache, and calls flush_all() now, what about the performance of this function call? I'm not sure how the memcache backend is implemented. Like all memcache calls, flush is O(1). Everything is