Skip to content

FasterKv logs and NTFS compression #731

Answered by badrishc
avonwyss asked this question in Q&A
Discussion options

You must be logged in to vote

I see, thanks for the clarification. On Windows, FASTER uses LocalStorageDevice by default, which uses sector aligned writes (via windows file APIs, overlapped asynchronous IO) which may not work with NTFS compression. However, you can instead use ManagedLocalStorageDevice as your device, that should be fine as it simply uses standard .NET file APIs. This is the device used by default on Linux as well.

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
1 reply
@avonwyss
Comment options

Comment options

You must be logged in to vote
1 reply
@avonwyss
Comment options

Answer selected by avonwyss
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants