cstore_fdw icon indicating copy to clipboard operation
cstore_fdw copied to clipboard

Support for Parallel Scans

Open juliano777 opened this issue 7 years ago • 3 comments

Columnar Storage + Parallel Scans = Conquers the Universe :)

juliano777 avatar Aug 31 '17 20:08 juliano777

Did anyone try it? I want to know how to scan columnar data in parallel.

masayuki038 avatar Aug 05 '18 12:08 masayuki038

I had a little challenge and succeeded.(on pg11beta2) https://gist.github.com/masayuki038/6820f551f1a6d4e1ec7b3929ffad35ad

But I did not implement some methods to handle shared memory.(ex. EstimateDSMForeignScan) Do anyone tell me how to estimate the shared memory size required for parallel scan?

masayuki038 avatar Aug 15 '18 13:08 masayuki038

Amazing!

juliano777 avatar Aug 15 '18 20:08 juliano777