-
- Downloads
Create a GUC parameter temp_tablespaces that allows selection of the
tablespace(s) in which to store temp tables and temporary files. This is a list to allow spreading the load across multiple tablespaces (a random list element is chosen each time a temp object is to be created). Temp files are not stored in per-database pgsql_tmp/ directories anymore, but per-tablespace directories. Jaime Casanova and Albert Cervera, with review by Bernd Helmle and Tom Lane.
Showing
- doc/src/sgml/config.sgml 63 additions, 20 deletionsdoc/src/sgml/config.sgml
- doc/src/sgml/manage-ag.sgml 17 additions, 7 deletionsdoc/src/sgml/manage-ag.sgml
- doc/src/sgml/ref/create_index.sgml 4 additions, 4 deletionsdoc/src/sgml/ref/create_index.sgml
- doc/src/sgml/ref/create_table.sgml 5 additions, 7 deletionsdoc/src/sgml/ref/create_table.sgml
- doc/src/sgml/ref/create_table_as.sgml 3 additions, 4 deletionsdoc/src/sgml/ref/create_table_as.sgml
- doc/src/sgml/ref/drop_tablespace.sgml 5 additions, 2 deletionsdoc/src/sgml/ref/drop_tablespace.sgml
- doc/src/sgml/ref/grant.sgml 5 additions, 5 deletionsdoc/src/sgml/ref/grant.sgml
- doc/src/sgml/storage.sgml 12 additions, 1 deletiondoc/src/sgml/storage.sgml
- src/backend/commands/indexcmds.c 3 additions, 3 deletionssrc/backend/commands/indexcmds.c
- src/backend/commands/tablecmds.c 10 additions, 10 deletionssrc/backend/commands/tablecmds.c
- src/backend/commands/tablespace.c 200 additions, 6 deletionssrc/backend/commands/tablespace.c
- src/backend/executor/execMain.c 3 additions, 3 deletionssrc/backend/executor/execMain.c
- src/backend/executor/nodeHash.c 11 additions, 3 deletionssrc/backend/executor/nodeHash.c
- src/backend/executor/nodeHashjoin.c 6 additions, 4 deletionssrc/backend/executor/nodeHashjoin.c
- src/backend/storage/file/buffile.c 13 additions, 5 deletionssrc/backend/storage/file/buffile.c
- src/backend/storage/file/fd.c 91 additions, 72 deletionssrc/backend/storage/file/fd.c
- src/backend/utils/misc/guc.c 12 additions, 1 deletionsrc/backend/utils/misc/guc.c
- src/backend/utils/misc/postgresql.conf.sample 2 additions, 0 deletionssrc/backend/utils/misc/postgresql.conf.sample
- src/backend/utils/sort/logtape.c 3 additions, 2 deletionssrc/backend/utils/sort/logtape.c
- src/backend/utils/sort/tuplestore.c 9 additions, 2 deletionssrc/backend/utils/sort/tuplestore.c
Loading
Please register or sign in to comment