Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
ddhodge committed Sep 16, 2024
1 parent 2b51440 commit 9bd9529
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/content/preview/faq/general.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,9 +99,9 @@ Ensuring [ACID](../../architecture/key-concepts/#acid) transactions and full com

- **Increased Query Latency**: Transactions and JOINs that span multiple nodes experience inter-node latency, making queries slower than in single-node databases like PostgreSQL.

{{<note>}}
[Many projects](https://github.com/yugabyte/yugabyte-db?tab=readme-ov-file#current-roadmap) are currently in progress to match the performance of a single-node database.
{{</note>}}
{{<note>}}
[Many projects](https://github.com/yugabyte/yugabyte-db?tab=readme-ov-file#current-roadmap) are currently in progress to match the performance of a single-node database.
{{</note>}}

- **Cross-Region Latency**: In multi-region or globally distributed setups, YugabyteDB replicates data across regions to ensure availability and resilience. However, this can lead to higher write latency due to cross-region coordination.

Expand Down

0 comments on commit 9bd9529

Please sign in to comment.