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 fc0bd3b99b6..470ba63294e 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 @@ -16,8 +16,12 @@ at a number of points in the transaction processing but defaults to "visible" wh the transaction has been flushed to disk and is visible to all other transactions. !!! Warning - Group commit is a preview feature, with serious limitations at the moment and not - recommended for production use. + Group commit is currently offered as an experimental feature intended for preview and + evaluation purposes. While it provides valuable capabilities, it has known limitations + and challenges that make it unsuitable for production environments. We recommend that + customers avoid using this feature in production scenarios until these limitations + are addressed in future releases. + ## Example diff --git a/product_docs/docs/pgd/5/durability/group-commit.mdx b/product_docs/docs/pgd/5/durability/group-commit.mdx index 4ad0ce83d87..c13c42aeb75 100644 --- a/product_docs/docs/pgd/5/durability/group-commit.mdx +++ b/product_docs/docs/pgd/5/durability/group-commit.mdx @@ -15,6 +15,12 @@ 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 currently offered as an experimental feature intended for preview and + evaluation purposes. While it provides valuable capabilities, it has known limitations + and challenges that make it unsuitable for production environments. We recommend that + customers avoid using this feature in production scenarios until these limitations + are addressed in future releases. ## Example