• Simon Tomlinson's avatar
    Sliding list partitioning strategy · 3a44e222
    Simon Tomlinson authored
    A sliding list partitioning strategy creates new list partitions and
    redirects all inserts to those list partitions. As old partitions are
    no longer needed, they are detached and dropped. This can dramatically
    reduce vacuum costs for queue-like tables.
    3a44e222
partition_manager_spec.rb 8.8 KB