Skip to content
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

Added support for O_DIRECT #885

Merged
merged 2 commits into from Mar 18, 2019
Merged

Added support for O_DIRECT #885

merged 2 commits into from Mar 18, 2019

Conversation

gervandiepen
Copy link
Contributor

MultiFile got support for file creation with the O_DIRECT option (provided the OS supports it) to bypass the kernel's file cache. It makes the I/O behaviour much more predictable which is useful for some real-time applications. It means that new tables using the MultiFile option can be written with O_DIRECT. It is not (yet) possible to use O_DIRECT on existing tables.

Close #882

casa/IO/MultiFileBase.cc Outdated Show resolved Hide resolved
@tammojan tammojan merged commit 1a6945a into master Mar 18, 2019
@tammojan tammojan deleted the issue882 branch March 18, 2019 09:27
@gijzelaerr gijzelaerr added this to the 3.1.0 milestone May 21, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add O_DIRECT to CTDS
3 participants