Re: FDW Parallel Append

2018-10-31 Thread Sanyo Moura
Hello Amit Tks a lot, that worked. Now I have to deal with other concerns when lauching more than 1 worker. I'll try to advance my tests. Regards, Sanyo Moura Em qua, 31 de out de 2018 às 01:38, Amit Langote < langote_amit...@lab.ntt.co.jp> escreveu: > Hi, > > On 2018/10/31 3:25, Sanyo Moura wr

Re: FDW Parallel Append

2018-10-30 Thread Amit Langote
Hi, On 2018/10/31 3:25, Sanyo Moura wrote: > Hi hackers, > > I am trying to improve my xdr_fdw (a foreign data wrapper that scan file > systems that keep big data compacted) to scan partitions in parallel. > > But when I execute or analyze I get an error: > > EXPLAIN ANALYZE SELECT * FROM precio

FDW Parallel Append

2018-10-30 Thread Sanyo Moura
Hi hackers, I am trying to improve my xdr_fdw (a foreign data wrapper that scan file systems that keep big data compacted) to scan partitions in parallel. I have set "IsForeignScanParallelSafe" to true and added path with "add_partial_path". My "GetForeignPaths" looks like code below: path = crea