Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

App Engine Datastore Indexes: Entry Count blank?

In the Google App Engine Admin Console, under Datastore Indexes, all of my indexes are listed as Serving. However, a lot of them are blank in the Index Entry Count and Index Storage columns. And yet still, those same indexes have a specified size on the Datastore Statistics page. What does all this mean?

Thanks.

like image 481
jacob Avatar asked Jan 28 '13 19:01

jacob


People also ask

What is index in Datastore?

Built-in indexes. By default, a Datastore mode database automatically predefines an index for each property of each entity kind. These single property indexes are suitable for simple types of queries. Composite indexes. Composite indexes index multiple property values per indexed entity.

How to delete an index Datastore?

Deleting unused indexes When you are sure that old indexes are no longer needed, you can delete them by using the datastore indexes cleanup command. This command deletes all indexes for the production Datastore mode instance that are not mentioned in the local version of index.

What is index configuration?

You can use the index configuration of a Source Type to provide important information about how data of that Source Type is indexed in IBM® Operations Analytics Log Analysis Managed. Index configuration is specified using JSON configuration notation.


1 Answers

Datastore Indexes and Datastore Statistics get updated separately, so you should check the "last updated" value in each of the screens and see if they seem to match or not.

For example, one of my apps currently says:

  • Statistics: Last updated: 1 day, 13:14:07 ago
  • Indexes: 1 day, 13:15:12 ago
like image 173
marianosimone Avatar answered Oct 07 '22 23:10

marianosimone