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

Fix parallel loading command in README #160

Closed marcocitus closed 8 years ago

marcocitus commented 8 years ago

ls prints file names without paths, which means you'd either have to cd into the chunks directory first or use find.

onderkalaci commented 8 years ago

@jasonmp85 @marcocitus Do you think should we check this in? We had a problem in the parallel loading, and I realized this PR, which helped us to solve.