Возможно, вы имели в виду: postgres transaction |
Subtransactions are started inside transactions, allowing large transactions to be broken into smaller units. Subtransactions can commit or abort without ... |
Рассмотрим функцию, осуществляющую перевод средств между двумя счетами: CREATE FUNCTION transfer_funds() RETURNS void AS $$ try: plpy.execute("UPDATE accounts ... |
31 авг. 2021 г. · PostgreSQL subtransactions (nested transactions) may cause multiple performance and scalability issues: higher rates of XID growth and ... What is a subtransaction? · How harmful are Postgres... |
12 мар. 2020 г. · Subtransactions are a great tool, but you should use them wisely. If you need concurrency, don't start more than 64 subtransactions per transaction. |
Откат явной подтранзакции происходит в случае любых ошибок, сгенерированных вложенным кодом Tcl, а не только ошибок, возникающих при обращении к базе данных. |
The plpy module provides a helper object to manage explicit subtransactions that gets created with the plpy.subtransaction() function. |
29 сент. 2021 г. · In PostgreSQL, a transaction can start via a BEGIN statement, and a subtransaction can be started with a subsequent SAVEPOINT query. PostgreSQL ... |
execute в явную подтранзакцию. Модуль plpy предоставляет вспомогательный объект для управления явными подтранзакциями, создаваемый функцией plpy.subtransaction ... |
In this tutorial, you will learn how to handle PostgreSQL subtransactions using the SAVEPOINT, ROLLBACK TO SAVEPOINT, and RELEASE SAVEPOINT statements. |
20 окт. 2019 г. · Exception block in Postgres ... Here, the PL/pgSQL block runs as an atomic subtransaction. And when an exception is trapped, the whole block is ... |
Novbeti > |
Axtarisha Qayit Anarim.Az Anarim.Az Sayt Rehberliyi ile Elaqe Saytdan Istifade Qaydalari Anarim.Az 2004-2023 |