mirror of https://github.com/citusdata/citus.git
cituscitus-extensiondatabasedatabase-clusterdistributed-databasemulti-tenantpostgrespostgresqlrelational-databasescaleshardingsql
- flexed the check which prevented append operation cstore tables since its storage type is not SHARD_STORAGE_TABLE. - used process utility function to perform copy operation in worker_append_table_to shard() instead of directly calling postgresql DoCopy() - removed the additional check in master_create_empty_shard() function. This check was redundant and erroneous since it was called after CheckDistributedTable() call. - modified WorkerTableSize() function to retrieve cstore table shard size correctly. |
||
---|---|---|
src | ||
.gitattributes | ||
.gitignore | ||
.travis.yml | ||
Makefile | ||
Makefile.global.in | ||
autogen.sh | ||
configure | ||
configure.in | ||
prep_buildtree |