Class InvertedIndexPrimarySort


  • public final class InvertedIndexPrimarySort
    extends Object
    Since:
    ArangoDB 3.10
    Author:
    Michele Rastelli
    • Constructor Detail

      • InvertedIndexPrimarySort

        public InvertedIndexPrimarySort()
    • Method Detail

      • getCache

        public Boolean getCache()
      • cache

        public InvertedIndexPrimarySort cache​(Boolean cache)
        Parameters:
        cache - If you enable this option, then the primary sort columns are always cached in memory. This can improve the performance of queries that utilize the primary sort order. Otherwise, these values are memory-mapped and it is up to the operating system to load them from disk into memory and to evict them from memory (Enterprise Edition only).
        Returns:
        this
        Since:
        ArangoDB 3.10.2
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object