next days I can add this to it, and test on app engine. I will let you
On Aug 18, 7:13 pm, "Jeff S (Google)" <
j...@google.com> wrote:
> Hi Juraj,
>
> Great question, it looks like you should be able to perform both of these
> queries using either index, so just one is needed.
>
> Since BigTable performs queries using a prefix match and linear scan, the
> results for a query need to be contiguous in it's index. So in query A, the
> first requirement is that all entities with a particular a value are grouped
> together. Within an A group, they should then be sorted by B and within an
> A-B group, sorted by C.
>
> With query B, the same index structure can be scanned to satisfy this three
> clause query. In this case it seems like the query planner is producing one
> more index than is needed. Could you try removing the second index from your
> config file and uploading? Please let me know how it goes :)
>
> Happy coding,
>
> Jeff
>