Re: Documentation refinement for Parallel Scans

2022-10-20 Thread David Rowley
On Thu, 20 Oct 2022 at 19:33, David Rowley wrote: > I'll push this soon if nobody has any other wording suggestions. Pushed. Thanks for the report. David

Re: Documentation refinement for Parallel Scans

2022-10-19 Thread David Rowley
On Thu, 20 Oct 2022 at 16:03, Zhang Mingli wrote: > As said in parallel.smgl: > > In a parallel sequential scan, the table's blocks will be divided among the > cooperating processes. Blocks are handed out one at a time, so that access to > the table remains sequential. > Shall we update the doc

Documentation refinement for Parallel Scans

2022-10-19 Thread Zhang Mingli
Hi, Found documents about parallel scan may be not so accurate. As said in parallel.smgl: ``` In a parallel sequential scan, the table's blocks will be divided among the cooperating processes. Blocks are handed out one at a time, so that access to the table remains sequential. ``` To my under