Loading data in DELUXE mode
DELUXE mode combines fast parallel loading with evaluation of indexes and unique constraints. The database server chooses this mode for indexed target tables in all databases, and for STANDARD target tables in logged databases.
About this task
DELUXE mode loads use regular single-row inserts, which add rows to a table that can contain indexes. The insert modifies each index for each row during the load. The insert also checks all constraints for each row. A DELUXE mode load allows you to keep the table unlocked during the load so other users can continue to use it.
You also can use DELUXE mode on tables that do not contain indexes; for instance, if you want to have complete recoverability or maintain access to tables during a load.
You can specify DELUXE mode to override the default EXPRESS load mode for RAW target tables without indexes if the database is logged.
To use DELUXE-mode load on a table: