Schedule Database Updates

Multiple users can query a database table while one user inserts data into that table. Multiple users can update the database concurrently, as long as they are insert into or delete from different tables.

When you allow concurrent use of the database during updates, you pay a penalty in performance and disk use.

Related concepts
Tune Bulk Loading of Data