If this is your first visit, be sure to check out the FAQ by clicking the link above.
You may have to register before you can post: click the register link above to proceed.
To start viewing messages, select the forum that you want to visit from the selection below.
Database Server Operations That Use PDQ
About insert: The database server performs the following types of inserts in parallel:
* SELECT...INTO TEMP inserts using explicit temporary tables.
* INSERT INTO...SELECT inserts using implicit temporary tables.
I think that constraction Load from ... insert into ... does not support PDQ.
Use HPL for fast unload/load to/from file.
Hi, PDQ is used in certain situations, like index creations, select in fragmented tables, or in joins querys, or when using some aggregations funcions. I agree with rootdbs, for faster load, use HPL.