Skip to content

Commit ac83095

Browse files
committed
Address review comments
1 parent cddf522 commit ac83095

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

tags/tag-infrastructure/initiatives/storage-landscape/v3/topics/databases.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Not all databases are cloud-native. Therefore, caution must be used before runni
2323
- the ephemeral local storage, and
2424
- the added latency of a remotely mounted volume.
2525

26-
A number of CNCF projects are operators for databases like Postgres or MySQL, and provide advanced capabilities to manage the deployment of the database with complex topology support, as well as handling day 2 operations (such as upgrades), and operational functions such as failovers.
26+
A number of CNCF projects are operators for databases like PostgreSQL or MySQL, and provide advanced capabilities to manage the deployment of the database with complex topology support, as well as handling day 2 operations (such as upgrades), and operational functions such as failovers.
2727

2828
These concerns can typically be addressed with additional tooling like the use of proxies and orchestration systems that can react to events that some databases may not be inherently built to handle. The exact solution will differ based on the extent to which a system is sensitive to the above changes.
2929

tags/tag-infrastructure/initiatives/storage-landscape/v3/topics/storage-attributes.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,6 @@ Performance of a storage system is typically measured in terms of one or more of
4040

4141
Storage performance varies greatly from the combination of workloads, storage software layers, topology, and storage systems. Benchmarks and datasheets offer some guidance but experiments with real datasets and data processing unique to a workload produces a better prediction of deployed performance.
4242

43-
For an in depth description of storage performance, see the [Performance and Benchmarking](https://docs.google.com/document/d/1r9gPg9wLwm2GAmEoSn_HOqMwWZjwCuT6TysclvPWVQU/edit?usp=sharing) paper created by CNCF TAG Storage (before the TAG reboot).
44-
4543
## 3.4 Consistency
4644

4745
Consistency attributes of a storage system refer to the ability to access newly created data or updates to the same after it has been committed and applies to both:

0 commit comments

Comments
 (0)