Package

org.locationtech.geomesa.gt.partition.postgis.dialect

procedures

Permalink

package procedures

Visibility
  1. Public
  2. All

Value Members

  1. object AnalyzePartitions extends SqlProcedure with CronSchedule

    Permalink

    Runs 'analyze' on partitions that have been modified

  2. object CompactPartitions extends SqlProcedure

    Permalink

    Re-sorts a partition table.

    Re-sorts a partition table. Can be used for maintenance if time-latent data comes in and degrades performance of the BRIN index

  3. object DropAgedOffPartitions extends SqlProcedure

    Permalink

    Drops any partitions older than the configured maximum

  4. object MergeWriteAheadPartitions extends SqlProcedure

    Permalink

    Merge recent write-ahead partitions and move them into the main partition table

  5. object PartitionMaintenance extends SqlProcedure with CronSchedule

    Permalink

    High level procedure to manage data shuffling between write-ahead table and partitioned tables

  6. object PartitionWriteAheadLog extends SqlProcedure

    Permalink

    Partitions the write ahead table into the recent and/or main partition tables

  7. object RollWriteAheadLog extends SqlProcedure with CronSchedule

    Permalink

    Moves the current write ahead table to a sequential name, and creates a new write ahead table to accept writes going forward

Deprecated Value Members

  1. object PartitionSort extends SqlProcedure

    Permalink

    Re-sorts a partition table.

    Re-sorts a partition table. Can be used for maintenance if time-latent data comes in and degrades performance of the BRIN index

    Annotations
    @deprecated
    Deprecated

    replaced with compact_partition

Ungrouped