• Simon Tomlinson's avatar
    Determine the list of monthly partitions to drop · 595f5f64
    Simon Tomlinson authored
    This is the first step in providing support for detaching and dropping
    old partitions of time-series database tables.
    
    This identifies the set of partitions that should be detached by
    calculating the set of desired partitions, and removing partitions that
    are entirely before the retain_for cutoff date.
    595f5f64
partitioned_table.rb 626 Bytes