Package com.illumon.iris.db.v2
Class SortHelpers
java.lang.Object
com.illumon.iris.db.v2.SortHelpers
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic int
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.static boolean
-
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
sortBySymbolTable
public static boolean sortBySymbolTable -
groupedRedirectionThreshold
public static int groupedRedirectionThresholdIf 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()
-