Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

postgrespro/postgres

Repository files navigation

How to build:
PostgreSQL location is derived from pg_config, you can also specify path to it
in PG_CONFIG var.

git clone
cd pg_shardman
make
make install

add to postgresql.conf
shared_preload_libraries = '$libdir/pg_shardman'

restart postgres server and run
drop extension if exists pg_shardman;
create extension pg_shardman;

The master itself can't be worker node for now, because it requires special
handling of LR channels setup.

ALTER TABLE for sharded tables is not supported for now.

About

Up-to-date mirror of @postgres with Travis-CI / Appveyor integration and PRs

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 83.3%
  • PLpgSQL 6.0%
  • Perl 2.3%
  • C++ 2.2%
  • TSQL 1.7%
  • Yacc 1.4%
  • Other 3.1%