March 2019
Beginner to intermediate
778 pages
34h 20m
English
In order to support more complex queries, Datastore allows users to define composite indexes. Composite indexes are made from a combination of entity properties, resulting in something Bigtable can retrieve with a single index range scan. This makes it possible to perform the following additional queries:
Composite indexes are defined using a configuration file, index.yaml. For our Employee entities, if we need to find all employees with the title Engineer and a name alphabetized after Bill King, we may wish to execute the following statement: ...
Read now
Unlock full access