From 022e1f3b273cb20dcdc4a7a036858d7562e72ead Mon Sep 17 00:00:00 2001 From: Petr Jelinek Date: Tue, 19 Nov 2024 19:09:22 +0100 Subject: [PATCH] Mark group commit preview --- product_docs/docs/pgd/5.6/commit-scopes/group-commit.mdx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/product_docs/docs/pgd/5.6/commit-scopes/group-commit.mdx b/product_docs/docs/pgd/5.6/commit-scopes/group-commit.mdx index c90fff4973a..ace994d8dde 100644 --- a/product_docs/docs/pgd/5.6/commit-scopes/group-commit.mdx +++ b/product_docs/docs/pgd/5.6/commit-scopes/group-commit.mdx @@ -15,6 +15,9 @@ node to successfully confirm a transaction at COMMIT time. Confirmation can be s at a number of points in the transaction processing but defaults to "visible" when the transaction has been flushed to disk and is visible to all other transactions. +!!! Warning + Group commit is preview feature, with serious limitations at the moment and not + recommended for production use. ## Example