Local App Engine datastore is slow once loaded up, any suggestions?
I've loaded up a loc开发者_如何学编程al datastore with 40,000+ entries. Unfortunately, recalling any data from it at all is very slow on my fairly new Macbook Pro. Any suggestions on speeding things up, short of buying a new piece of hardware?
This question addresses a few alternatives you could try.
For speeding up unit testing, you can set the datastore to stay in memory only, and not flush to disk. This may not help you if you need 40,000 entities to meaningfully test your system of course :)
精彩评论