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
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
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