You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Can be useful to assert-is-empty to ensure that you're not indexing things that you don't need. This should include both compound and simple (builtin) indexes (whose cost can be avoided by listing them as noindex).
The text was updated successfully, but these errors were encountered:
riannucci
changed the title
Add function to datastore to return the un-used indexes at the end of the tests
Add function to datastore to return the unused indexes at the end of the tests
Sep 18, 2015
It may be more useful to return used compound indexes instead (+ auto register index mode). So that unit tests may suggest what index to add to index.yaml.
Can be useful to assert-is-empty to ensure that you're not indexing things that you don't need. This should include both compound and simple (builtin) indexes (whose cost can be avoided by listing them as noindex).
The text was updated successfully, but these errors were encountered: