Skip to content

Commit

Permalink
resolve conflicts
Browse files Browse the repository at this point in the history
Signed-off-by: Aolin <[email protected]>
  • Loading branch information
Oreoxmt committed Nov 8, 2023
1 parent 31d4cf5 commit 28c6265
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions tidb-roadmap.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ In the course of development, this roadmap is subject to change based on user ne
<ul>
<li>
<b>Distributed execution framework</b><br /><i>
Distributed execution framework v7.2 introduced the foundation for executing background tasks (i.e., DDL, analyze, etc.) parallelized across compute nodes. v7.4 introduces global sorting in distributed re-organization tasks (i.e., DDL, import) removes a ton of extra resource consumption in storage. Optionally, external shared storage can be leveraged for simplicity and cost savings.</i>
In v7.2.0, TiDB introduced the distributed execution framework for background tasks (such as DDL and analyze). This is the foundation for parallelizing these tasks across compute nodes. v7.4.0 introduces global sorting in distributed re-organization tasks (such as DDL and import), which greatly mitigates extra resource consumption in storage. Optionally, external shared storage can be leveraged for simplicity and cost savings.</i>
</li>
<br />
<br />
Expand Down Expand Up @@ -57,7 +57,7 @@ In the course of development, this roadmap is subject to change based on user ne
<br />
<li>
<b>Federated query</b>
<i>TiDB query planner support for multiple storage engines in HTAP use cases.</i>
<br /><i>TiDB query planner support for multiple storage engines in HTAP use cases.</i>
</li>
<br />
</ul>
Expand All @@ -76,8 +76,7 @@ In the course of development, this roadmap is subject to change based on user ne
Control over how background tasks, such as imports, DDL, TTL, auto-analyze, and compactions, can affect foreground traffic
</i>
</li>
<br>
</br>
<br />
<li>
<b>Runaway query control</b><br /><i>
An operator-controlled way to greatly enhance performance stability for workloads with unexpectedly expensive queries
Expand All @@ -100,8 +99,7 @@ In the course of development, this roadmap is subject to change based on user ne
<b>Multi-tenancy</b>
<br /><i>Resource isolation on top of resource control</i>
</li>
<br>
</br>
<br />
</ul>
</td>
</tr>
Expand Down

0 comments on commit 28c6265

Please sign in to comment.