Re: Handling large datastore search

2009-11-04 Thread Dave Angel
(This reply was offline, but I forwarded parts so that others with Google App Engine experience might jump in) Ahmed Barakat wrote: but I was trying to make use of everything provided by App engine. On Wed, Nov 4, 2009 at 1:27 AM, Dave Angel wrote: Ahmed Barakat wrote: In

Re: Handling large datastore search

2009-11-03 Thread Dave Angel
Ahmed Barakat wrote: In case I have a huge datastore (1 entries, each entry has like 6 properties), what is the best way to handle the search within such a huge datastore, and what if I want to make a generic search, for example you write a word and i use it to search within all properties I

Re: Handling large datastore search

2009-11-03 Thread Michiel Overtoom
Ahmed Barakat wrote: In case I have a huge datastore (1 entries, each entry has like 6 properties) Can you show some sample entries? That way we can get an idea how your datastore looks like. By the way, 1 doesn't sound that much. At work I create python programs which do data pr

Handling large datastore search

2009-11-03 Thread Ahmed Barakat
In case I have a huge datastore (1 entries, each entry has like 6 properties), what is the best way to handle the search within such a huge datastore, and what if I want to make a generic search, for example you write a word and i use it to search within all properties I have for all entries?