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

Incremental large obj #62

Merged
merged 6 commits into from Nov 13, 2018
Merged

Incremental large obj #62

merged 6 commits into from Nov 13, 2018

Conversation

badrishc
Copy link
Contributor

The C# version of FASTER consists of a separate object log that contains the C# objects that are heap-allocated. This checking writes and reads the object log for a page incrementally, in chunks of 100MB. This avoids collecting all the data in an in-memory buffer before reading or writing them. There is a limit of 2GB per key-value pair in this setting.

@badrishc badrishc merged commit d2e11ec into master Nov 13, 2018
@badrishc badrishc deleted the incremental-large-obj branch November 13, 2018 23:30
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.

None yet

1 participant