简体   繁体   中英

Firestore unused Index limitation?

I have an application that uses Firebase Firestore as a database. Currently, I am out of indexes(composite) in the database. It reaches the limit to 200 and cant add more.

I'd manually deleted the index to some extent. Since my application is pretty large It is very difficult to manually find the unused index. Also, it takes time to recheck the same in multiple parts of the application.

I am looking for a solution. Either to identify the unused indexes in a better way than manually searching or an option to extend the limit of the index.

You may file a support ticket with Google Cloud Support , or Firebase Support to get the unused indexes, there is no automated way to do this.

Additionally, there is no way to increase the limit.

Changing the way your data is modeled so that you will need less composite indexes to support your query might also be an alternative as mentioned here .

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM