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 | ||