-
Jared Hancock authored
This significantly speeds up the re-indexing speed for large databases. Since it is only important to have the system reindexed--and not necessarily what order the re-indexing happends, the sorting is really just a waste of resources and time. This dramatically increases the performance of searching for indexable threads, for instance, from 260900ms to about 42ms.
Jared Hancock authoredThis significantly speeds up the re-indexing speed for large databases. Since it is only important to have the system reindexed--and not necessarily what order the re-indexing happends, the sorting is really just a waste of resources and time. This dramatically increases the performance of searching for indexable threads, for instance, from 260900ms to about 42ms.