类型: | integer |
默认: | 4096 (4MB) |
最低限度: | 64 (64kB) |
最大: | 2147483647 (2147483647kB) |
单元: | KB |
上下文: | user |
重新开始: | false |
以来: | 9.5 |
设置fastupdate
被启用时可以使用的 GIN索引的待处理列表的最大尺寸。 如果该列表增长到超过这个最大尺寸,会通过批量将其中的项移入索引的主 GIN 数据结构来清理列表。 如果指定值时没有单位,则以千字节为单位。默认值是四兆字节(4MB
)。 可以通过更改索引的存储参数来为个别 GIN 索引覆盖这个设置。更多信息请见gin-fast-update和gin-tips。
建议 [EN]
Unless you have a lot of GIN indexed data and have time to test the performance of fastupdate. Even then, it's probably better to set it on individual indexes.