Update index.md

This commit is contained in:
Ivan Blinkov 2020-02-03 12:38:01 +03:00 committed by GitHub
parent 1adb5b2d82
commit d5ad000d72
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -37,7 +37,7 @@ The data access scenario refers to what queries are made, how often, and in what
The higher the load on the system, the more important it is to customize the system set up to match the requirements of the usage scenario, and the more fine grained this customization becomes. There is no system that is equally well-suited to significantly different scenarios. If a system is adaptable to a wide set of scenarios, under a high load, the system will handle all the scenarios equally poorly, or will work well for just one or few of possible scenarios.
## Key Properties of the OLAP scenario
## Key Properties of OLAP Scenario
- The vast majority of requests are for read access.
- Data is updated in fairly large batches (> 1000 rows), not by single rows; or it is not updated at all.