Class AtomicMutationIndexMaintainer


  • @API(MAINTAINED)
    public class AtomicMutationIndexMaintainer
    extends StandardIndexMaintainer
    An index that maintains an aggregate value in a low-contention way.

    Normally, when two transactions read, modify, and write the same location, they conflict. This makes a straightforward implementation of most aggregate indexes inefficient. Ones that use the atomic mutation feature of FDB avoid this problem.