Will there be a limited full-text search index?

We are going to migrate our application to FTS to replace data warehouse indexes. Will there be a limit on the size of the index as soon as the FTS is our experimental state, or is it unlimited as a data warehouse?

+5
source share
2 answers

From App Engine version 1.9.0 : "The size limit in the search API is now calculated and executed depending on the index, and not for the application as a whole. The index limit is now 10 GB. There is no fixed limit on the number of indexes or the total storage of the API search that the application can use. "

+1
source

, API , .

+3

All Articles