4D v16ALTER DATABASE |
||||||||||||||
|
4D v16
ALTER DATABASE
ALTER DATABASE
The ALTER DATABASE command enables or disables SQL options of the current database for the current session, i.e. for all users and processes until the database is restarted. This command is intended to allow you to temporarily disable SQL options in order to accelerate certain operations that take up a lot of resources. For example, disabling indexes, constraints and triggers before beginning the import of a large quantity of data can significantly reduce the duration of the import. Note that constraints include primary keys and foreign keys as well as unique and null attributes. If you want to manage triggers individually for each table, you must use ALTER TABLE. Example of an import with temporary disabling of all SQL options: Begin SQL
|
PROPERTIES
Product: 4D
HISTORY
ARTICLE USAGE
4D SQL Reference ( 4D v16) |
||||||||||||