Skip to content

I/O safety enhancements. #30

Description

@NTDLS

Add options for flushing IO writes to disk. This can be enabled for LOG or DOCUMENTS exclusive of each other. Use this: . Enable file system write-through caching: The write-through caching policy ensures that every write operation is immediately committed to the disk. You can enable this policy using the FileOptions.WriteThrough flag when creating the FileStream object.

Also look at FileStream.Flush(true).

Metadata

Metadata

Assignees

No one assigned

    Labels

    engineThe database engine.enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions