Hi romesh:

    Datastore allows multi-value property. So you can have each (x,y,
list of possible z) in only one row and the filter is as simple as
where z=<some-value>. The only limitation is that list-of-z can not
exceed 5000 elements.

Thomas

On 5月3日, 下午2時02分, romesh soni <[email protected]> wrote:
> Thomas,
>
> it is possible to pre-determine the solution list for given lower and upper
> bounds x and y. But there can be enormous rows for a given (x,y) pair. And
> there will be enormous rows containing (x,y) pairs. So I can not keep a
> predetermined list.

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine for Java" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.

Reply via email to