aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access/gist/gist.c
diff options
context:
space:
mode:
authorRobert Haas <rhaas@postgresql.org>2016-04-08 02:04:46 -0400
committerRobert Haas <rhaas@postgresql.org>2016-04-08 02:04:46 -0400
commit719c84c1be51f3d3fe6049b77ddbaa0c4b58a9a9 (patch)
treec2f4b1501655e50339e3365f267fcce00fd06bbb /src/backend/access/gist/gist.c
parent8643b91ecf8f47a1307df4a00d66b2fceada0d6f (diff)
downloadpostgresql-719c84c1be51f3d3fe6049b77ddbaa0c4b58a9a9.tar.gz
postgresql-719c84c1be51f3d3fe6049b77ddbaa0c4b58a9a9.zip
Extend relations multiple blocks at a time to improve scalability.
Contention on the relation extension lock can become quite fierce when multiple processes are inserting data into the same relation at the same time at a high rate. Experimentation shows the extending the relation multiple blocks at a time improves scalability. Dilip Kumar, reviewed by Petr Jelinek, Amit Kapila, and me.
Diffstat (limited to 'src/backend/access/gist/gist.c')
0 files changed, 0 insertions, 0 deletions