[HACKERS] Tee for COPY

2015-12-13 Thread Konstantin Knizhnik
Hi, I am trying to create version of COPY command which can scatter/replicate data to different nodes based on some distribution method. There is some master process, having information about data distribution, to which all clients are connected. This master process should receive copied data

Re: [HACKERS] Tee for COPY

2015-12-13 Thread David Fetter
On Sun, Dec 13, 2015 at 11:29:23AM +0300, Konstantin Knizhnik wrote: > Hi, > > I am trying to create version of COPY command which can scatter/replicate > data to different nodes based on some distribution method. > There is some master process, having information about data distribution, to >