External loading (also called bulk loading or direct path load) bypasses normal SQL processing and the database logs, writing data directly to data files. This is significantly faster than normal loading for large datasets. The other options either describe standard behavior (normal loading) or degrade performance (deadlocks, frequent checkpoints).