Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
2.0.0-M6
-
None
-
None
Description
When we add some new ATs to be indexed, they are created at startup. As the buildUserIndex() method is called for every single index, and as the master table is being browsed during this process, indexing 10 AT will result into the master table to be read 10 times, which is extremely costly....
We must process all the index in one shot, reading the Master table only once.