• Andreas Brandl's avatar
    Random index selection strategy · 4fcec8a4
    Andreas Brandl authored
    This adds a random selection strategy to rebuild indexes. We tackle 2
    indexes at a time and select rather large ones randomly. This is subject
    to improvement later but it'll get us going (basically removing the need
    to specify an index name manually).
    
    Also, as suggested earlier, this adds a view to conveniently access
    information about indexes and introduces a corresponding ActiveRecord
    model.
    4fcec8a4
reindexing.rb 262 Bytes