IT Notes
Development, testing, ideas
Friday, March 12, 2010
Google App Engine - Speedup Data Storage
I've replaced
Entity.setProperty()
call with
Entity.setUnindexedProperty()
for fields that do not need to be indexed (I have about 100 of them for one entity).
This caused significant CPU API time usage decreasing. Moreover, this allows you to save some storage space.
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
About Me
Pavel Kaplin
Kharkov, Ukraine
Trying to find inspiration in work
View my complete profile
Blog Archive
▼
2010
(3)
►
April
(1)
▼
March
(2)
Async Twitting from Google App Engine
Google App Engine - Speedup Data Storage
►
2009
(2)
►
August
(1)
►
January
(1)
No comments:
Post a Comment