Autofill suggested indexes from query insights
With the legacy firestore any complex query required indexing to be able to get the documents, nowadays with firestore entreprise that is not require but still the optimization is required for large collections and aggregation queries. The new query insights help you keep track of the performance and can list each query, but unlike legacy firestore they require you to manually set the details of any new index even if the modal opens from a specific query (It seems like an incomplete ux). Being able to perform this tedious task with the click of a button will be amazing.
About the new tool: https://firebase.google.com/docs/firestore/enterprise/query-insights
1
vote