Skip to content

Commit

Permalink
address mgartner comments
Browse files Browse the repository at this point in the history
  • Loading branch information
taroface committed Sep 17, 2024
1 parent 7307b32 commit 6451c3d
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions src/current/_includes/v23.1/performance/reduce-hot-spots.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@

- Benefits of increasing normalization:

- Can improve performance for write-heavy workloads. This is because, with increased normalization, more data is written to one place rather than to multiple places.
- Can improve performance for write-heavy workloads. This is because, with increased normalization, a given business fact must be written to one place rather than to multiple places.
- Allows separate transactions to modify related underlying data without causing [contention](#transaction-contention).
- Reduces the chance of data inconsistency, since more data is written only to one place.
- Reduces the chance of data inconsistency, since a given business fact must be written only to one place.
- Reduces or eliminates data redundancy.
- Uses less disk space.

Expand Down
4 changes: 2 additions & 2 deletions src/current/_includes/v23.2/performance/reduce-hot-spots.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@

- Benefits of increasing normalization:

- Can improve performance for write-heavy workloads. This is because, with increased normalization, more data is written to one place rather than to multiple places.
- Can improve performance for write-heavy workloads. This is because, with increased normalization, a given business fact must be written to one place rather than to multiple places.
- Allows separate transactions to modify related underlying data without causing [contention](#transaction-contention).
- Reduces the chance of data inconsistency, since more data is written only to one place.
- Reduces the chance of data inconsistency, since a given business fact must be written only to one place.
- Reduces or eliminates data redundancy.
- Uses less disk space.

Expand Down
4 changes: 2 additions & 2 deletions src/current/_includes/v24.1/performance/reduce-hot-spots.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@

- Benefits of increasing normalization:

- Can improve performance for write-heavy workloads. This is because, with increased normalization, more data is written to one place rather than to multiple places.
- Can improve performance for write-heavy workloads. This is because, with increased normalization, a given business fact must be written to one place rather than to multiple places.
- Allows separate transactions to modify related underlying data without causing [contention](#transaction-contention).
- Reduces the chance of data inconsistency, since more data is written only to one place.
- Reduces the chance of data inconsistency, since a given business fact must be written only to one place.
- Reduces or eliminates data redundancy.
- Uses less disk space.

Expand Down
4 changes: 2 additions & 2 deletions src/current/_includes/v24.2/performance/reduce-hot-spots.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@

- Benefits of increasing normalization:

- Can improve performance for write-heavy workloads. This is because, with increased normalization, more data is written to one place rather than to multiple places.
- Can improve performance for write-heavy workloads. This is because, with increased normalization, a given business fact must be written to one place rather than to multiple places.
- Allows separate transactions to modify related underlying data without causing [contention](#transaction-contention).
- Reduces the chance of data inconsistency, since more data is written only to one place.
- Reduces the chance of data inconsistency, since a given business fact must be written only to one place.
- Reduces or eliminates data redundancy.
- Uses less disk space.

Expand Down

0 comments on commit 6451c3d

Please sign in to comment.