From b28c6ab5d167f0cd51cbe338b27739851f266d8d Mon Sep 17 00:00:00 2001 From: Andreas Motl Date: Mon, 24 Jun 2024 14:40:04 +0200 Subject: [PATCH] Update docs/support.md Co-authored-by: Simon Prickett --- docs/support.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/support.md b/docs/support.md index b8d03df..c4334fc 100644 --- a/docs/support.md +++ b/docs/support.md @@ -22,7 +22,7 @@ which can be used to increase performance, mostly on INSERT operations. :::{rubric} Background ::: CrateDB's [](inv:crate-reference#http-bulk-ops) interface enables efficient -INSERT, UPDATE, and DELETE operations for batches of data. It allows to issue +INSERT, UPDATE, and DELETE operations for batches of data. It enables bulk operations, which are executed as single calls on the database server. :::{rubric} Utility