Commit Graph

3 Commits (edfd777bedeed7e1c191824b2ec0e724e78c1dab)

Author SHA1 Message Date
Murat Tuncer edfd777bed Added support for appending to cstore table shards
- 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.
2016-02-16 12:15:53 +02:00
Murat Tuncer e28c474f8d added support for appending to cstore table shards 2016-02-12 14:41:32 +02:00
Onder Kalaci 136306a1fe Initial commit of Citus 5.0 2016-02-11 04:05:32 +02:00