Package

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

tables

Permalink

package tables

Visibility
  1. Public
  2. All

Type Members

  1. class PartitionTablespacesTable extends Sql

    Permalink
  2. class PrimaryKeyTable extends Sql

    Permalink
  3. class SequenceTable extends Sql

    Permalink
  4. class UserDataTable extends Sql

    Permalink

Value Members

  1. object AnalyzeQueueTable extends SqlStatements

    Permalink

    Stores tables that need to be analyzed

  2. object MainView extends SqlStatements

    Permalink

    Main view of all the partitions and write ahead table.

    Main view of all the partitions and write ahead table. This should accept and reads and writes.

  3. object PartitionTables extends SqlStatements

    Permalink

    The main and write ahead partitioned tables

  4. object PartitionTablespacesTable extends PartitionTablespacesTable with AdvisoryLock

    Permalink

    Stores tablespaces used by each feature type

  5. object PrimaryKeyTable extends PrimaryKeyTable with AdvisoryLock

    Permalink

    Primary key table used by the JDBC data store to specify primary key columns

  6. object SequenceTable extends SequenceTable with AdvisoryLock

    Permalink
  7. object SortQueueTable extends SqlStatements

    Permalink

    Stores main partitions that have data inserted out-of-order, which may end up impacting scan performance

  8. object UserDataTable extends UserDataTable with AdvisoryLock

    Permalink

    Stores feature type user data

  9. object WriteAheadTable extends SqlStatements

    Permalink

    Write ahead log, partitioned using inheritance to avoid any restraints on data overlap between partitions.

    Write ahead log, partitioned using inheritance to avoid any restraints on data overlap between partitions. All writes get directed to the main partition, which is identified with the suffix _writes. Every 10 minutes, the current writes partition is renamed based on a sequence number, and a new writes partition is created

Ungrouped