From 7b8817b9179f1afb4a96faa9dc56b7383c78816b Mon Sep 17 00:00:00 2001 From: Docsite Preview Bot <> Date: Tue, 17 Dec 2024 02:55:24 +0000 Subject: [PATCH] Preview PR https://github.com/pingcap/docs/pull/19713 and this preview is triggered from commit https://github.com/pingcap/docs/pull/19713/commits/ce8b954693422eb86cffd571e648bfc8069f679c --- .../tidbcloud/master/tidb-cloud/optimize-resource-allocation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/markdown-pages/en/tidbcloud/master/tidb-cloud/optimize-resource-allocation.md b/markdown-pages/en/tidbcloud/master/tidb-cloud/optimize-resource-allocation.md index daaf383..433f864 100644 --- a/markdown-pages/en/tidbcloud/master/tidb-cloud/optimize-resource-allocation.md +++ b/markdown-pages/en/tidbcloud/master/tidb-cloud/optimize-resource-allocation.md @@ -34,5 +34,5 @@ The following table compares the pros and cons of Resource Control and the TiDB | Level of isolation | TiKV or TiFlash logical layer | TiDB node physical layer | | Flow control | Controls the flow of user read and write requests based on the quotas set for the resource groups. | Not supported. | | Configuration experience | Configured using SQL statements | Configured via the TiDB Cloud console | -| Distinguishing workloads | Supports binding resources at the following levels: - User level. - Session level (set the resource group per session). - Statement level (set the resource group per statement). | Provide different connection endpoints for different workloads. | +| Distinguishing workloads | Supports binding resources at the following levels: - User level. - Session level (set the resource group per session). - Statement level (set the resource group per statement). | Provide different connection endpoints for different workloads. | | Cost | No extra cost | Cost associated with adding TiDB nodes, but no extra cost for creating TiDB node groups. |