Skip to content
Please note that GitHub no longer supports old versions of Firefox.

We recommend upgrading to the latest Safari, Google Chrome, or Firefox.

Learn more
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

[C++] Support for log compaction (port from C#) #172

Open
badrishc opened this issue Aug 29, 2019 · 1 comment
Open

[C++] Support for log compaction (port from C#) #172

badrishc opened this issue Aug 29, 2019 · 1 comment

Comments

@badrishc
Copy link
Contributor

@badrishc badrishc commented Aug 29, 2019

The C# version of FASTER has the ability to compact a portion of the head of the log, copying live records to the tail. We need to port this capability to C++. This is a straightforward enhancement and the design is already flushed out in the C# version. More info can be found in the C# PR #112

Depends on #171

@chinkulkarni

This comment has been minimized.

Copy link
Collaborator

@chinkulkarni chinkulkarni commented Jan 27, 2020

Have assigned this issue to myself. I should be able to issue a PR soon.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
2 participants
You can’t perform that action at this time.