plans for PostgreSQL 12

Поиск
Список
Период
Сортировка
От Pavel Stehule
Тема plans for PostgreSQL 12
Дата
Msg-id CAFj8pRCej7bePCMmRVMDfyAMR0Zm-ZmVvw65ayxA6uEvQQWmFg@mail.gmail.com
обсуждение исходный текст
Ответы Re: plans for PostgreSQL 12  (Simon Riggs <simon@2ndquadrant.com>)
Список pgsql-hackers
Hi

I am sending my ToDo for PostgreSQL 12 - a list of features what I would to develop or I would to participate on:

1. schema variables - CREATE VARIABLE command
2. using pgbench expressions for psql - review, cooperation
3. JSON related patches - review
4. optimization expression without necessity to create snapshots - experiments

@4 There are lot of not database expressions in PLpgSQL - like var1 := var1 + var2 or var1 := var1 + konst. Own calculation needs about 1% of time of total expression evaluation time. Almost all time get preparing plan cache, preparing snapshot, .. For this case, when no database object is used, we don't need use this infrastructure. I would to measure performance impact, and testing if these optimizations are interesting or not.

I finalizing a article about PostgreSQL 11. It will great release. The progress in partitioning area is massive. It is hard to believe so Postgres has JIT. I hope so PostgreSQL will be better.

Regards

Pavel

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

Предыдущее
От: Ashutosh Bapat
Дата:
Сообщение: Re: I'd like to discuss scaleout at PGCon
Следующее
От: Rajkumar Raghuwanshi
Дата:
Сообщение: Re: New committers announced at PGCon 2018