Repository: ignite Updated Branches: refs/heads/ignite-10639 d463e6ff0 -> b5f4e0e65
IGNITE-10639 Proof of concept for internal description for packages: More links were added Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/b5f4e0e6 Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/b5f4e0e6 Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/b5f4e0e6 Branch: refs/heads/ignite-10639 Commit: b5f4e0e654ac93478e85e25a085b921142d53e97 Parents: d463e6f Author: Dmitriy Pavlov <[email protected]> Authored: Tue Dec 11 15:13:10 2018 +0300 Committer: Dmitriy Pavlov <[email protected]> Committed: Tue Dec 11 15:13:10 2018 +0300 ---------------------------------------------------------------------- .../internal/processors/cache/persistence/pagemem/README.md | 2 ++ modules/direct-io/README.md | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ignite/blob/b5f4e0e6/modules/core/src/main/java/org/apache/ignite/internal/processors/cache/persistence/pagemem/README.md ---------------------------------------------------------------------- diff --git a/modules/core/src/main/java/org/apache/ignite/internal/processors/cache/persistence/pagemem/README.md b/modules/core/src/main/java/org/apache/ignite/internal/processors/cache/persistence/pagemem/README.md index 16692ff..613fe96 100644 --- a/modules/core/src/main/java/org/apache/ignite/internal/processors/cache/persistence/pagemem/README.md +++ b/modules/core/src/main/java/org/apache/ignite/internal/processors/cache/persistence/pagemem/README.md @@ -1,6 +1,8 @@ Speed Based Throttling ---------------------- +For introduction please see +[wiki PagesWriteThrottling](https://cwiki.apache.org/confluence/display/IGNITE/Ignite+Persistent+Store+-+under+the+hood#IgnitePersistentStore-underthehood-PagesWriteThrottling) If throttling is enabled in User configuration then Speed based throttlign is applied. http://git-wip-us.apache.org/repos/asf/ignite/blob/b5f4e0e6/modules/direct-io/README.md ---------------------------------------------------------------------- diff --git a/modules/direct-io/README.md b/modules/direct-io/README.md index 1bbd22d..ca35214 100644 --- a/modules/direct-io/README.md +++ b/modules/direct-io/README.md @@ -56,7 +56,7 @@ Additional setup is not required. Once plugin is available in classpath, it will ------------------------------------- See more information in Apache Ignite documentation: -https://apacheignite.readme.io/docs/durable-memory-tuning#section-enabling-direct-i-o +[How to enable Direct IO](https://apacheignite.readme.io/docs/durable-memory-tuning#section-enabling-direct-i-o) and description of internal desing can be found in Wiki: -https://cwiki.apache.org/confluence/display/IGNITE/Ignite+Persistent+Store+-+under+the+hood#IgnitePersistentStore-underthehood-DirectI/O +[Under the hood: Direct IO](https://cwiki.apache.org/confluence/display/IGNITE/Ignite+Persistent+Store+-+under+the+hood#IgnitePersistentStore-underthehood-DirectI/O)
