-
Notifications
You must be signed in to change notification settings - Fork 317
Adding no_sync documentation to get-started page of Core and Enterprise #5861
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
Conversation
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.
Looks good! I have suggestions :)
Before merging, can you request a review from pauldix or one of the engineers on Team Monolith?
We also need to port this information to the Write data guides for the CLI and API.
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.
Oops, meant to hit Request changes.
Co-authored-by: Jason Stirnaman <[email protected]>
Co-authored-by: Jason Stirnaman <[email protected]>
Co-authored-by: Jason Stirnaman <[email protected]>
Co-authored-by: Jason Stirnaman <[email protected]>
Co-authored-by: Jason Stirnaman <[email protected]>
Co-authored-by: Jason Stirnaman <[email protected]>
| Using `no_sync=true` is best when prioritizing high-throughput writes over absolute durability. | ||
| - Default behavior(`no_sync=false`): Waits for data to be written to disk before acknowledging writes. This reduces the risk of data loss but increases latency for writes. |
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.
Nice use of bulletpoints here - makes it clear!
...port in a separate PR |
Co-authored-by: Jason Stirnaman <[email protected]>
Co-authored-by: Jason Stirnaman <[email protected]>
Co-authored-by: Jason Stirnaman <[email protected]>
Co-authored-by: Jason Stirnaman <[email protected]>
Co-authored-by: Jason Stirnaman <[email protected]>
Co-authored-by: Jason Stirnaman <[email protected]>
|
We’re working on adding documentation for the no_sync write option. Could you take a look to see if the content aligns correctly and if there’s any additional information we should include or any fixes needed? @pauldix |
I think we can port Trevor's comments from #5870 into here. I'm going to revise it slightly. |
|
@MeelahMe Ready to merge |
Closes #5826
Closes #5825
Describe your proposed changes here.
Adding no_sync documentation to Core and Enterprise