commit

commit is a DDL operator that ends the current transaction and commits any array updates made during that transaction’s lifetime.

Synopsis

commit();

Summary

AFL% commit();


All array changes will be visible to other transactions and queries in the system.

Invoking commit() outside of a transaction is an error.

Â