Re: Should we warn against using too many partitions?
Alvaro Herrera <alvherre@2ndquadrant.com>
From: Alvaro Herrera <alvherre@2ndquadrant.com>
To: Justin Pryzby <pryzby@telsasoft.com>
Cc: David Rowley <david.rowley@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-10T22:11:35Z
Lists: pgsql-hackers
On 2019-Jun-09, Justin Pryzby wrote: > 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 I opined elsewhere in the thread that this phrase can be made into more straightforward English: Choosing the target number of partitions THAT the table should be divided INTO is also a critical decision to make. Not having enough What do you think of that formulation? -- Álvaro Herrera https://www.2ndQuadrant.com/ PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services
Commits
-
doc: Fix grammatical error in partitioning docs
- 1bbcbfaf7824 10.9 landed
- e23338cec4fb 11.4 landed
- ddc053dc503a 12.0 landed
-
doc: Add best practises section to partitioning docs
- 6e1dc84533e4 10.9 landed
- 936b5e589e04 11.4 landed
- e788e849addd 12.0 landed