Re: Should we warn against using too many partitions?

Justin Pryzby <pryzby@telsasoft.com>

From: Justin Pryzby <pryzby@telsasoft.com>
To: David Rowley <david.rowley@2ndquadrant.com>
Cc: Alvaro Herrera <alvherre@2ndquadrant.com>, Amit Langote <Langote_Amit_f8@lab.ntt.co.jp>, Robert Haas <robertmhaas@gmail.com>, PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>
Date: 2019-06-09T05:11:01Z
Lists: pgsql-hackers
On Sun, Jun 09, 2019 at 05:07:39PM +1200, David Rowley wrote:
> On Sun, 9 Jun 2019 at 16:21, Justin Pryzby <pryzby@telsasoft.com> wrote:
> > I meant it should say "into which it should be divided" and not "by which it
> > should be divided INTO", which has too many prepositions.  This is still an
> > issue:
> 
> It now reads "divided by" instead of "divided into".

Sorry, but I think this is still an issue:

>    Choosing the target number of partitions into which the table should be
>    divided by is also a critical decision to make.  Not having enough

I think it should say:

|    Choosing the target number of partitions into which the table should be
|    divided is also a critical decision to make.  Not having enough

Justin



Commits

  1. doc: Fix grammatical error in partitioning docs

  2. doc: Add best practises section to partitioning docs