Re: PostgreSQL 14 press release draft

Поиск
Список
Период
Сортировка
От Justin Pryzby
Тема Re: PostgreSQL 14 press release draft
Дата
Msg-id 20210921040908.GN831@telsasoft.com
обсуждение исходный текст
Ответ на PostgreSQL 14 press release draft  ("Jonathan S. Katz" <jkatz@postgresql.org>)
Ответы Re: PostgreSQL 14 press release draft  ("Jonathan S. Katz" <jkatz@postgresql.org>)
Список pgsql-hackers
On Mon, Sep 20, 2021 at 10:19:32PM -0400, Jonathan S. Katz wrote:

> PostgreSQL 14 provides a significant throughput boost on workloads that use many
> connections, with some benchmarks showing a 2x speedup. This release continues
> on the recent improvements the overall management of B-tree indexes by reducing
> index bloat on tables with [frequently updated
indexes](https://www.postgresql.org/docs/14/btree-implementation.html#BTREE-DELETION).

improvements *in* ?

> [Foreign data wrappers](https://www.postgresql.org/docs/14/sql-createforeigndatawrapper.html),
> used to work with federated workloads across PostgreSQL and other databases, can

It'd be clearer to write "used for working".
"Used to work" sounds like it no longer works.

> PostgreSQL 14 extends its performance gains to its
[vacuuming](https://www.postgresql.org/docs/14/routine-vacuuming.html)

to *the* vacuuming system ?

> indexes and now allows autovacuum to analyze partitioned tables and propagate
> information to its parents.

This was reverted last month.

> The choice of compression for PostgreSQL's [TOAST](https://www.postgresql.org/docs/14/storage-toast.html)
> system, which is used to store larger data like blocks of text or geometries,
> can [now be
configured](https://www.postgresql.org/docs/14/runtime-config-client.html#GUC-DEFAULT-TOAST-COMPRESSION).

Remove "the choice of" ?

> The [extended systems](https://www.postgresql.org/docs/14/planner-stats.html#PLANNER-STATS-EXTENDED)

s/systems/statistics/

> includes many improvements in PostgreSQL 14, including the ability to apply
> extend statistics on expressions. Additionally,

s/extend/extended/

-- 
Justin



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

Предыдущее
От: Greg Nancarrow
Дата:
Сообщение: Re: Added schema level support for publication.
Следующее
От: Dilip Kumar
Дата:
Сообщение: Re: row filtering for logical replication