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

Chengw/compact keys #1

Open
wants to merge 7 commits into
base: trunk
Choose a base branch
from
Open

Chengw/compact keys #1

wants to merge 7 commits into from

Conversation

chengw-netflix
Copy link
Owner

This PR introduces a new tool called nodetool forcecompact. The syntax of the command is
nodetool forcecompact keyspace table .

One of the use cases of the tool is to handle the bad partitions which may contain too many tombstones. The tool will compact all the sstables contain the partition keys. In addition, by ignoring the gc_grace_seconds, it will help purge the tombstones faster.

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.

1 participant