[
https://issues.apache.org/jira/browse/IGNITE-22672?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Vladimir Pligin updated IGNITE-22672:
-------------------------------------
Epic Link: IGNITE-22685
> Fix default settings for aipersist
> ----------------------------------
>
> Key: IGNITE-22672
> URL: https://issues.apache.org/jira/browse/IGNITE-22672
> Project: Ignite
> Issue Type: Improvement
> Reporter: Philipp Shergalis
> Priority: Major
> Labels: ignite-3
>
> Checkpoints / compaction defaults are hardcoded to use 4 threads. For RocksDB
> as default value we useĀ
> {code:java}
> Runtime.getRuntime().availableProcessors() * 2{code}
> Page size range is set to 1-16KB, let's check if it is necessary, why can't
> user define more than 16KB? Also, [[email protected]] pointed out that
> default was less than 16KB before, we should think once again what default
> size to use
--
This message was sent by Atlassian Jira
(v8.20.10#820010)