From f2514969981230eeed7966835dbf32bd752ee778 Mon Sep 17 00:00:00 2001 From: Dj Walker-Morgan <126472455+djw-m@users.noreply.github.com> Date: Wed, 20 Nov 2024 13:03:44 +0000 Subject: [PATCH 1/4] Mark group-commit.mdx with warning --- product_docs/docs/pgd/5/durability/group-commit.mdx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/product_docs/docs/pgd/5/durability/group-commit.mdx b/product_docs/docs/pgd/5/durability/group-commit.mdx index 4ad0ce83d87..8c7bb5d3fdf 100644 --- a/product_docs/docs/pgd/5/durability/group-commit.mdx +++ b/product_docs/docs/pgd/5/durability/group-commit.mdx @@ -15,6 +15,10 @@ 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 From a7fd52a8c50560398d02a2433504a7c271d2693f Mon Sep 17 00:00:00 2001 From: Dj Walker-Morgan <126472455+djw-m@users.noreply.github.com> Date: Wed, 20 Nov 2024 16:01:40 +0000 Subject: [PATCH 2/4] Update product_docs/docs/pgd/5/durability/group-commit.mdx --- product_docs/docs/pgd/5/durability/group-commit.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/product_docs/docs/pgd/5/durability/group-commit.mdx b/product_docs/docs/pgd/5/durability/group-commit.mdx index 8c7bb5d3fdf..c86ab6c78a2 100644 --- a/product_docs/docs/pgd/5/durability/group-commit.mdx +++ b/product_docs/docs/pgd/5/durability/group-commit.mdx @@ -16,7 +16,7 @@ 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 preview feature, with serious limitations at the moment and not + Group commit is a preview feature, with serious limitations at the moment and not recommended for production use. From dfd157186a713750cd2188994856b4a687734457 Mon Sep 17 00:00:00 2001 From: Dj Walker-Morgan <126472455+djw-m@users.noreply.github.com> Date: Wed, 20 Nov 2024 17:23:37 +0000 Subject: [PATCH 3/4] Refreshed warning --- product_docs/docs/pgd/5/durability/group-commit.mdx | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/product_docs/docs/pgd/5/durability/group-commit.mdx b/product_docs/docs/pgd/5/durability/group-commit.mdx index c86ab6c78a2..572345cbc64 100644 --- a/product_docs/docs/pgd/5/durability/group-commit.mdx +++ b/product_docs/docs/pgd/5/durability/group-commit.mdx @@ -16,9 +16,11 @@ 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 From 62410fb03af33c0a413fb72df5ee75d1d28b6989 Mon Sep 17 00:00:00 2001 From: Dj Walker-Morgan Date: Wed, 20 Nov 2024 17:30:46 +0000 Subject: [PATCH 4/4] Replace warning text with updated version Signed-off-by: Dj Walker-Morgan --- product_docs/docs/pgd/5.6/commit-scopes/group-commit.mdx | 7 +++++-- product_docs/docs/pgd/5/durability/group-commit.mdx | 8 ++++---- 2 files changed, 9 insertions(+), 6 deletions(-) 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 ace994d8dde..7837bcfcb75 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,11 @@ 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 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 572345cbc64..c13c42aeb75 100644 --- a/product_docs/docs/pgd/5/durability/group-commit.mdx +++ b/product_docs/docs/pgd/5/durability/group-commit.mdx @@ -16,10 +16,10 @@ 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 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 + 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