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

Default to CitusDB SELECT plan when within CitusDB #132

Closed jasonmp85 closed 9 years ago

jasonmp85 commented 9 years ago

We originally anticipated that customers might want to use pg_shard's "simpler" SELECT plans, even within CitusDB, leaving open the possibility (through configuration) that they could opt-in to using CitusDB's more capable (and complex) planner. We now think this behavior is unexpected to CitusDB users, so want to change pg_shard's default (out-of-the-box) behavior to use CitusDB's planner unless the user opts-out.