nzload is transactional - if it fails mid-operation, all partially loaded records are rolled back to maintain data integrity. This rollback is typically implemented by logically deleting the records (marking them as deleted). They remain on disk temporarily but are invisible to users and will be cleaned up by maintenance processes.