Skip to content
Snippets Groups Projects
  • Jared Hancock's avatar
    2ab505d6
    search: Significantly speed up re-indexing · 2ab505d6
    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.
    2ab505d6
    History
    search: Significantly speed up re-indexing
    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.