Class SizeEstimatesRecorder

  • All Implemented Interfaces:
    java.lang.Runnable, SchemaChangeListener

    public class SizeEstimatesRecorder
    extends java.lang.Object
    implements SchemaChangeListener, java.lang.Runnable
    A very simplistic/crude partition count/size estimator. Exposing per-primary-range estimated partitions count and size in CQL form. Estimates (per primary range) are calculated and dumped into a system table (system.size_estimates) every 5 minutes. See CASSANDRA-7688.