How to perform parallel execution on the `cstore_fdw` partition table ?
suuuch opened this issue · 4 comments
suuuch commented
I was use cstore_fdw
, and I created 20 partition table ,when i query the partition table ,I realize the query plan did not show the parallel.But when use the normal table ,the parallel is worked.
This make me confuse. Is there anyone can help?
mtuncer commented
hi @suuuch
unfortunately cstore_fdw
does not support parallel scans yet. It looks like postgresql is not using parallel scan when one partition does not support paralel execution (needs verification).
damirda commented
Any plans to address this issue?
martin-loetzsch commented
A colleague of mine tried this on partitioned cstore tables and said it's working, making things faster: https://gist.github.com/masayuki038/6820f551f1a6d4e1ec7b3929ffad35ad