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