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

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

Closed
badrishc opened this issue Aug 29, 2019 · 1 comment · Fixed by #250
Closed

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

badrishc opened this issue Aug 29, 2019 · 1 comment · Fixed by #250
Assignees
Labels
good first issue Good for newcomers help wanted Extra attention is needed porting request

Comments

@badrishc
Copy link
Collaborator

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

@badrishc badrishc added good first issue Good for newcomers help wanted Extra attention is needed porting request labels Aug 29, 2019
@chinkulkarni chinkulkarni self-assigned this Jan 27, 2020
@chinkulkarni
Copy link
Contributor

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

@chinkulkarni chinkulkarni linked a pull request Mar 1, 2020 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers help wanted Extra attention is needed porting request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants