citusdata / pg_shard

ATTENTION: pg_shard is superseded by Citus, its more powerful replacement
https://github.com/citusdata/citus
GNU Lesser General Public License v3.0
1.06k stars 63 forks source link

Citus treats pg_shard tables as local when missing metadata #11

Closed jasonmp85 closed 9 years ago

jasonmp85 commented 9 years ago

From @sumedhpathak on November 20, 2014 0:27

If someone doesn't copy over the metadata from pg_shard to CitusDB, but sets use_citusdb_select_logic to true, in CitusDB we treat all pg_shard tables as local tables and read the empty table on the master node, returning 0 results.

This is minor, but can be a usability issue with CitusDB/pg_shard integration.

jasonmp85 commented 9 years ago

Possibly fixed by #27.

jasonmp85 commented 9 years ago

Confirming that #103 obviates this.