-
Notifications
You must be signed in to change notification settings - Fork 20
PSMDB-1684 Release notes 7.0.21-12 #1026
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: 7.0
Are you sure you want to change the base?
Conversation
1e69b16
to
4988ac8
Compare
modified: docs/_templates/pdf_cover_page.tpl new file: docs/release_notes/7.0.21-12.md modified: docs/release_notes/index.md modified: mkdocs-base.yml modified: variables.yml
4988ac8
to
be50ff0
Compare
docs/release_notes/7.0.21-12.md
Outdated
|
||
This release provides the following features and improvements: | ||
|
||
### Boost performance during cluster restore and scaling with file copy based initial sync |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Additionally, as a highlight - I think it'd be good to add a screenshot of performance results (once we have it) and state what's the minimum database size that FCBIS provide benefit (logical sync is actually faster on small databases).
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The early test results suggest that there is performance gain only in case of really big instances. For small instances logical sync might be faster because the data is much smaller than wiredtiger's binary logs.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No results then?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We need to wait for more test from @olexandr-havryliak - we should have it before GA :)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I proposed some changes
22146f0
to
e624b14
Compare
|
||
You can now select how a newly added or a restored replica set member synchronizes the data from other members - via logical or file copy-based initial sync. File copy-based initial sync copies physical files from the source node. This sync method is faster than the logical one and it reduces your maintenance time on scaling your cluster. | ||
|
||
This feature is available in [Percona Server for MongoDB Pro](../psmdb-pro.md) out of the box. Become a Percona Customer to enjoy all Pro features with little to no effort from your side. Alternatively, you can receive it by building Percona Server from the source code. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This feature is available in [Percona Server for MongoDB Pro](../psmdb-pro.md) out of the box. Become a Percona Customer to enjoy all Pro features with little to no effort from your side. Alternatively, you can receive it by building Percona Server from the source code. | |
This feature is available in [Percona Server for MongoDB Pro](../psmdb-pro.md) out of the box. Become a Percona Customer to enjoy all Pro features with little to no effort from your side. Alternatively, you can receive it by building Percona Server from the [source code](../install/source.md). |
Co-authored-by: radoslawszulgo <[email protected]>
Co-authored-by: radoslawszulgo <[email protected]>
modified: docs/_templates/pdf_cover_page.tpl
new file: docs/release_notes/7.0.21-12.md
modified: docs/release_notes/index.md
modified: mkdocs-base.yml
modified: variables.yml