Packages

package compaction

Package Members

  1. package gcs
  2. package s3

Type Members

  1. trait DatabaseInterface extends AnyRef
  2. class PostgresJDBCDatabase extends DatabaseInterface

    A Postgres Database backed by JDBC which uses the Postgres COPY command to insert data into the database.

    A Postgres Database backed by JDBC which uses the Postgres COPY command to insert data into the database. Note that since this uses JDBC and CopyManager, its implementation is blocking under the hood.

  3. trait StorageInterface extends AnyRef

Ungrouped