DUE TO SPAM, SIGN-UP IS DISABLED. Goto Selfserve wiki signup and request an account.
DUE TO SPAM, SIGN-UP IS DISABLED. Goto Selfserve wiki signup and request an account.
...
Ignite with enabled persistence uses following folder structure:
| 2.3+ | Older versions (2.1 & 2.2) | ||
|---|---|---|---|
The Pst-subfolder name is same for all storage folders. A name is selected on start, may be based on node consistentId. |
|
The subfolder name is generated on start. By default new style naming is used, for example node00-e819f611-3fb9-4dbe-a3aa-1f6de4af5d02
...
Collection of pages (GridCacheDatabaseSharedManager.Checkpoint#cpPages) is a snapshot of dirty pages at checkpoint start. This collection allows writing pages which were changed since the last checkpoint.
| Info |
|---|
When the checkpoint process starts, pages marked for checkpoint are no longer marked as dirty ones in metrics. |
In parallel with the process of writing pages to disk, some thread may need to update data in the page being written (or scheduled to being written).
...
Ignite node chooses one of them adaptively.
...