728x90
Question
This document explains the writes on temporary table spaces during the load phase of a LOAD command
Answer
Question:
During the load phase of a LOAD command, I've seen writes against the temporary table spaces. What are those writes?
Answer:
During the first phase (the load phase ) of a LOAD command, two things happen:
- Rows are written into the target table
- Index entries are inserted into sort areas (one for each index)
So writes on temporary table spaces may happen during this phase, if sort spills happen on step 2.
To minimize these writes, make sure you have configured adequately your SORTHEAP and SHEAPTHRES, and also that the temporary table spaces have large enough buffer pools.
728x90
'Db2 > Db2 reference' 카테고리의 다른 글
Setting up the unixODBC driver manager (0) | 2012.05.06 |
---|---|
DB2 9.7에서 온라인 백업 수행중 TRUNCATE 이슈 (0) | 2012.05.05 |
DB2_COMPATIBILITY_VECTOR=MYS (0) | 2012.04.28 |
Compare the legacy JDBC driver with the new universal JDBC driver (0) | 2012.04.10 |
오라클의 REVERSE함수를 UDF로 구현 (0) | 2012.02.17 |