mirror of
https://github.com/postgres/postgres.git
synced 2026-02-24 18:37:22 -05:00
docs: update partition item in PG 12 release notes
Reported-by: Amit Langote Discussion: https://postgr.es/m/b7954643-41ef-a174-479d-1f8d4834f40a@lab.ntt.co.jp
This commit is contained in:
parent
34d40becfa
commit
356c83795a
1 changed files with 3 additions and 1 deletions
|
|
@ -374,7 +374,9 @@ Improve performance of many operations on partitioned tables (Amit Langote, Davi
|
|||
</para>
|
||||
|
||||
<para>
|
||||
Tables with thousands of child partitions can now be processed efficiently.
|
||||
Tables with thousands of child partitions can now be processed
|
||||
efficiently by operations that only need to touch a small number
|
||||
of partitions.
|
||||
</para>
|
||||
</listitem>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue