Skip to content

Commit

Permalink
typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
RichardSmedley committed Jan 31, 2025
1 parent 2c2b010 commit 04e32c9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ Writes in Couchbase (from the SDK or elsewhere) are written to a single node. Fr
Each level of durability guarantee carries a price in time to persist to replicas or to disk.
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.
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.
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.
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.

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.

Expand Down

0 comments on commit 04e32c9

Please sign in to comment.