Re: [google-appengine] Blank entity count and storage columns for Datastore Indexes

2013-12-30 Thread Anil S
Hi Vinny, Thanks for response and link. There are only two indexes failing. Both of them had Enum type present. One index is with datatype long and Enum. Another one is with long, Enum and date. I will also post issue in link provided to app engine team. Thanks, Anil. On Monday, December 30,

Re: [google-appengine] Blank entity count and storage columns for Datastore Indexes

2013-12-30 Thread Vinny P
On Sat, Dec 28, 2013 at 1:53 PM, Anil Sadineni wrote: > I already had 10 indexes on this entity and the index that is showing > blank count and storage columns is 11th one. > > Is that the only index that is failing, or are there multiple indexes failing? If multiple indexes are failing, do all

Re: [google-appengine] Blank entity count and storage columns for Datastore Indexes

2013-12-28 Thread Anil Sadineni
Thanks for the response. I don't have any errors in log file, but don't show any results when my query goes against those fields. I tried vacuum_indexes option by removing and adding index, but no luck. Is there any limitation on number of composite indexes you can have on a given entity. I alre

Re: [google-appengine] Blank entity count and storage columns for Datastore Indexes

2013-12-27 Thread Vinny P
On Fri, Dec 27, 2013 at 4:41 PM, Anil S wrote: > All queries associated with those blank fields are failing. One thing that > I observed is one of the field in index is ENUM. Any clues? > When you say the queries are failing, are there any error messages being printed out? Try removing one of

[google-appengine] Blank entity count and storage columns for Datastore Indexes

2013-12-27 Thread Anil S
Hi, In GAE Admin Console, under Datastore Indexes, all of my indexes are listed as Serving. However, few of them are blank in the Index Entry Count and Index Storage columns. All queries associated with those blank fields are failing. One thing that I observed is one of the field in index is EN