Class SortHelpers

java.lang.Object
com.illumon.iris.db.v2.SortHelpers

public class SortHelpers extends Object
  • Field Details

    • sortBySymbolTable

      public static boolean sortBySymbolTable
    • groupedRedirectionThreshold

      public static int groupedRedirectionThreshold
      If we have more than this many entries per group, instead of creating a large flat redirection Index, we create a redirection index that is composed of the group indices and an accumulated cardinality cache. This can save a significant amount of memory when the groups are large and storing them using our Index structure is more efficient.
  • Constructor Details

    • SortHelpers

      public SortHelpers()