Seems like a simple thing, but I can't seem to find it in the docs for COPY.

Is Vertica's COPY atomic? If a data load is interrupted or somehow fails, does Vertica take care of the cleanup?

有帮助吗?

解决方案

Vertica supports ANSI SQL-92 isolation levels with standard ACID properties. If a COPY is terminated, interrupted, or an error occurs, it will be rolled back.

By default, HP Vertica uses the READ COMMITTED isolation level.

The COPY command automatically commits itself and any current transaction (except when loading temporary tables). HP recommends that you COMMIT or ROLLBACK the current transaction before you use COPY. Please note that DDL statements are autocommitted.

Documentation

许可以下: CC-BY-SA归因
不隶属于 dba.stackexchange
scroll top