回复:Re: Performance Issue when using gin index - Mailing list pgsql-bugs

From 谭忠涛
Subject 回复:Re: Performance Issue when using gin index
Date
Msg-id tencent_4804F2BE463D60454F8BA22C@qq.com
Whole thread Raw
List pgsql-bugs
I'm sorry I was too hasty and didn't read the manual carefully.

Regards

Tom Lane<tgl@sss.pgh.pa.us> 在 2025年1月21日 周二 11:01 写道:
"谭忠涛" <zhongtao.tan@seaboxdata.com> writes:
> The performance of creating a gin index before inserting data is different from that of inserting data after creating a gin index.

This isn't terribly surprising.  Read

https://www.postgresql.org/docs/current/gin.html#GIN-FAST-UPDATE

There's also useful info in

https://www.postgresql.org/docs/current/gin.html#GIN-TIPS

regards, tom lane

pgsql-bugs by date:

Previous
From: Tom Lane
Date:
Subject: Re: Performance Issue when using gin index
Next
From: PG Bug reporting form
Date:
Subject: BUG #18782: Inconsistent behaviour with triggers and row level security - depends on prior number of inserts