Add a single endpoint to create schema indexes
khituras opened this issue · 1 comments
khituras commented
Since legacy indexes are not supported any more, we now use schema indexes. Those should be created once to avoid overhead by checking if indexes exist every time we want to use them. Thus, add a single point of entry to create all indexes required by the plugins.
khituras commented
The Indexes
class now has a create_indexes
endpoint that does this.