Changing the table schema, such as by importing a new column locks the import set
table.
Becomes an issue: Any time a new column is imported, the entire import set
table is locked during that schema change and depending on the size of the table, can take
between five and ten minutes. During that time, no data can be selected or inserted. If that
table is not used often, this may not cause any problems. However, if that table is frequently
used, for example the LDAP import table, issues may arise.
Symptoms: The symptoms of this problem may vary. In our example of the LDAP
import table, any transactions requiring a query of the LDAP import table will have to wait until
the schema change has completed. As the LDAP import table is used when logging into the instance,
no users are able to log in while the schema change is happening.
How to avoid this: Truncate the import table before importing with a new
column.