Do my datastore indexes consume my billable quota?
Yes, datastore indexes do count against an application’s storage quota. There are three general index types: kind for querying entities by type, property for querying entities by a single property value, and custom for complex queries using multiple sort orders or a combination of equality and inequality filters. For a detailed breakdown of these three types and the data stored for each, see How Entities and Indexes are Stored.