Amazon Redshift announces support for auto-commit statements in stored procedure - devamazonaws.blogspot.com

Amazon Redshift announces support for enhanced transaction controls inside stored procedures which enables you to automatically commit the statements inside the procedure. This new NONATOMIC mode can be used for those applications that would like to handle exceptions inside a stored procedure more smoothly. In addition, the NONATOMIC mode helps prevent disruptions in applications due to an error inside a stored procedure.

Post Updated on May 23, 2023 at 07:47PM

Comments

Popular posts from this blog

[MS] Pulling a single item from a C++ parameter pack by its index, remarks - devamazonaws.blogspot.com

[MS] Debugger breakpoints are usually implemented by patching the in-memory copy of the code - devamazonaws.blogspot.com

[MS] The case of the crash when destructing a std::map - devamazonaws.blogspot.com