[google-appengine] Re: Question about effect of ListProperty on index size and put times

2008-09-30 Thread Alex Epshteyn
Hi Ryan, Thanks for your explanation! Actually, upon further analysis my write timeout rate is more like 1-3% and timeouts happen every 5 - 10 minutes throughout the day. Although I have retry logic to deal with this, I feel uneasy with so many errors in my logs. It doesn't sound like you think

[google-appengine] Re: Question about effect of ListProperty on index size and put times

2008-09-30 Thread ryan
hi alex! serializing the list property into json shouldn't make much of a difference in the timeout rate, but you're welcome to try it. honestly, though, .01% is noticeable, but i wouldn't exactly call it "large." regardless of how your data is shaped, you'll at least see a small timeout rate. .01