Skip to content

Commit 04e32c9

Browse files
typo fix
1 parent 2c2b010 commit 04e32c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/concept-docs/pages/data-durability-acid-transactions.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ Writes in Couchbase (from the SDK or elsewhere) are written to a single node. Fr
8585
Each level of durability guarantee carries a price in time to persist to replicas or to disk.
8686
Transactional guarantees across multiple documents add another layer of performance cost -- something readily borne when the data is important enough, and justifiably discarded for many categories of transient and unimportant data.
8787
However, many data fall into an intermediate category, and here the atomic consistency decision is made by what's tolerable for read and write times.
88-
In this case, consider if a tweak to the schema, to bring items into the same document, can give you transactional guarntees without the performance penalty of multi-document transactions.
88+
In this case, consider if a tweak to the schema, to bring items into the same document, can give you transactional guarantees without the performance penalty of multi-document transactions.
8989

9090
Consider, too, that many operations are performed at the _collection_ level, and keeping documents in the same collection can make for speedier indexing and queries -- whether {sqlpp} or Search.
9191

0 commit comments

Comments
 (0)