[google-appengine] Re: GAE data store indexing

2011-06-30 Thread Jay Young
If you do not explicitly mark each property as unindexed, they will all be added to the built-in single property indexes. -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To view this discussion on the web visit https://groups.google.com/d

[google-appengine] Re: GAE data store indexing

2011-06-30 Thread Geoffrey Spear
On Jun 30, 9:34 am, Bruce Aloe wrote: > Hello, > > I have read the online documentation about GAE data store index, but > don't get it well. > > Suppose i have a kind (table) Employee, with columns (attributes) > (EmployeeId, Age, Position, Salary, StartingDate), and 1 employees > are stored

[google-appengine] Re: GAE data store indexing

2011-06-30 Thread Bruce Aloe
Hello Geoffrey, you mentioned "2 indexes (one in each direction) will be created for each property for each entity. " What are the 2 indexes and why? what are the 2 indexes names? Bruce On Jun 30, 7:51 pm, Geoffrey Spear wrote: > On Jun 30, 9:34 am,BruceAloe wrote: > > > Hello, > > > I have rea

[google-appengine] Re: GAE data store indexing

2011-07-01 Thread Geoffrey Spear
On Jun 30, 3:57 pm, Bruce Aloe wrote: > Hello Geoffrey, you mentioned "2 indexes (one in each direction) will > be created for each property for each entity. " > > What are the 2 indexes and why? what are the 2 indexes names? You cannot do a query in App Engine without using an index; there are