tkalkirill commented on code in PR #1184: URL: https://github.com/apache/ignite-3/pull/1184#discussion_r998098673
########## docs/_docs/config/data-region.adoc: ########## @@ -14,61 +14,27 @@ // limitations under the License. = Data Region Configuration -You can set configuration for data regions by using HOCON format. You can configure your data regions to run either RocksDB or B+Tree storage, and fine-tune their performance. A cluster can have several data regions, and you can select the preferred storage type for each. +You can set configuration for data regions by using HOCON format. You can configure your data regions to run either RocksDB or B+Tree storage, and fine-tune their performance. A cluster can have several data regions, and you can select the preferred storage type for each. Configuration parameters for data regions are available in the storage-related articles. We recommend to use B+ Tree storage for read-heavy workloads, and RocksDB for write-heavy workloads. Review Comment: ```suggestion We recommend to use B+Tree storage for read-heavy workloads, and RocksDB for write-heavy workloads. ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
