Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
otoolep committed Jan 17, 2023
1 parent 3e1a94a commit 65eeaf1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/en/docs/API/Bulk API/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ weight: 10
date: 2017-01-05
---

The Bulk API allows multiple updates or queries to be executed in a single request. Both non-paramterized and parameterized requests are supported by the Bulk API. The API does not support mixing the parameterized and non-parameterized form in a single request.
The Bulk API allows multiple updates or queries to be executed in a single request. Both non-parameterized and parameterized requests are supported by the Bulk API. However the API does not support mixing the parameterized and non-parameterized form in a **single** request.

A bulk update is contained within a single Raft log entry, so round-trips between nodes are at a minimum. This should result in much better throughput, if it is possible to use this kind of update. You can also ask rqlite to do the batching for you automatically, through the use of [_Queued Writes_](/docs/api/queued-writes/). This relieves the client of doing any batching before transmitting a request to rqlite.

Expand Down

0 comments on commit 65eeaf1

Please sign in to comment.