BUG #16344: json_agg slow performance vs jsonb_agg, truncate table for master table with remote partition

Поиск
Список
Период
Сортировка
От PG Bug reporting form
Тема BUG #16344: json_agg slow performance vs jsonb_agg, truncate table for master table with remote partition
Дата
Msg-id 16344-edc88bfde0736876@postgresql.org
обсуждение исходный текст
Список pgsql-bugs
The following bug has been logged on the website:

Bug reference:      16344
Logged by:          Hongyan (Heather) Zhang
Email address:      zhangh3@aetna.com
PostgreSQL version: 12.2
Operating system:   PostgreSQL 12.0 on x86_64-pc-linux-gnu, compiled
Description:

json_agg vs jsonb_agg for a partitioned table, I found json_agg
siginificantly slow (6 secs) as jsonb (2mins)
create table aggtab as select id, json_agg(col) from tab group by id

truncate table <master table of 2 partitions, 1 local, another remote>
error: <remote table> is not a table


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: BUG #16342: CREATE TABLE LIKE INCLUDING GENERATED column order issue
Следующее
От: PG Bug reporting form
Дата:
Сообщение: BUG #16345: ts_headline does not find phrase matches correctly