Parallel insert operations
OneDB performs some types of insert operations in parallel.
The types of insert operations that the server performs in parallel
are:
- SELECT...INTO TEMP inserts using explicit temporary tables.
- INSERT INTO...SELECT inserts using implicit temporary tables.