From 346bc18d15aefc0493221d1bbe5feed1f2f79873 Mon Sep 17 00:00:00 2001 From: Docsite Preview Bot <> Date: Fri, 27 Dec 2024 09:28:32 +0000 Subject: [PATCH] Preview PR https://github.com/pingcap/docs/pull/19818 and this preview is triggered from commit https://github.com/pingcap/docs/pull/19818/commits/2e33e212710239c490a7023b1b035db776e6a111 --- markdown-pages/en/tidb/master/batch-processing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/markdown-pages/en/tidb/master/batch-processing.md b/markdown-pages/en/tidb/master/batch-processing.md index 564bdbd..c280e27 100644 --- a/markdown-pages/en/tidb/master/batch-processing.md +++ b/markdown-pages/en/tidb/master/batch-processing.md @@ -80,7 +80,7 @@ Non-transactional DML is introduced in TiDB v6.1.0. Initially, only the `DELETE` - Suitable for scenarios involving bulk data inserts, updates, and deletions. Due to its limitations, it is recommended to consider non-transactional DML only when Pipelined DML is not applicable. -For more details, refer to the [Non-transactional DML](/non-transactional-dml.md) documentation. +For more information, see [Non-transactional DML](/non-transactional-dml.md). ### Deprecated batch-dml feature