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

Disable RocksDB sstable extensions with TableFormatLevelDB #289

Merged
merged 1 commit into from
Sep 20, 2019

Conversation

petermattis
Copy link
Collaborator

Currently this disables usage of the RocksDB sstable footer and
two-level indexes.

Fixes #285

@petermattis
Copy link
Collaborator Author

This change is Reviewable

Currently this disables usage of the RocksDB sstable footer and
two-level indexes.

Fixes #285
Copy link
Collaborator

@sumeerbhola sumeerbhola left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

what is the motivation for this change?

Reviewable status: 0 of 5 files reviewed, all discussions resolved (waiting on @ajkr, @itsbilal, and @sumeerbhola)

Copy link
Collaborator

@sumeerbhola sumeerbhola left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

never mind. I missed the Fixes #285

Reviewable status: 0 of 5 files reviewed, all discussions resolved (waiting on @ajkr and @itsbilal)

Copy link
Collaborator Author

@petermattis petermattis left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

TFTR!

never mind. I missed the Fixes #285

Another phrasing would be: if we're told to use the LevelDB format, make sure the resulting sstable is readable by LevelDB.

Reviewable status: 0 of 5 files reviewed, all discussions resolved (waiting on @ajkr and @itsbilal)

@petermattis petermattis merged commit 7b85286 into master Sep 20, 2019
@petermattis petermattis deleted the pmattis/leveldb branch September 20, 2019 23:58
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.

sstable: errors while using writer with two level index
2 participants