COMMIT
RisingWave supports read-only transactions. You can use the COMMIT
command to commit the current transaction. For more information about transactions in RisingWave, see Transactions.
You can start a read-only transaction by using the BEGIN READ ONLY
or START TRANSACTION READ ONLY
command.
Beta Feature
Read-only transactions are currently in Beta. Please contact us if you encounter any issues or have feedback.
Syntax
COMMIT;
Example
COMMIT;
-------RESULT
COMMIT