Skip to content

WatchDG/k8s-citus-cluster

Repository files navigation

k8s-citus-cluster

TODO

  1. change password
  2. change namespace
  3. change replicas for worker
  4. change storage value

cstore

CREATE SERVER cstore_server FOREIGN DATA WRAPPER cstore_fdw;
CREATE FOREIGN TABLE {table_name}
(
  ...
)
SERVER cstore_server
OPTIONS(compression 'pglz');

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published