pgsql: doc: Add best practises section to partitioning docs

Поиск
Список
Период
Сортировка
От David Rowley
Тема pgsql: doc: Add best practises section to partitioning docs
Дата
Msg-id E1han5s-0005u7-KK@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
doc: Add best practises section to partitioning docs

A few questionable partitioning designs have been cropping up lately
around the mailing lists.  Generally, these cases have been partitioning
using too many partitions which have caused performance or OOM problems for
the users.

Since we have very little else to guide users into good design, here we
add a new section to the partitioning documentation with some best
practise guidelines for good design.

Reviewed-by: Justin Pryzby, Amit Langote, Alvaro Herrera
Discussion: https://postgr.es/m/CAKJS1f-2rx+E9mG3xrCVHupefMjAp1+tpczQa9SEOZWyU7fjEA@mail.gmail.com
Backpatch-through: 10

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/e788e849addd56007a0e75f3b5514f294a0f3bca

Modified Files
--------------
doc/src/sgml/ddl.sgml | 86 +++++++++++++++++++++++++++++++++++++++++++++++++--
1 file changed, 84 insertions(+), 2 deletions(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Fix conversion of JSON strings to JSON output columns injson_to
Следующее
От: David Rowley
Дата:
Сообщение: pgsql: doc: Add best practises section to partitioning docs