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

TSI Proposal 3 #7209

Closed
wants to merge 1 commit into from
Closed

TSI Proposal 3 #7209

wants to merge 1 commit into from

Conversation

pauldix
Copy link
Member

@pauldix pauldix commented Aug 24, 2016

Another idea for discussion. An index backed by BoltDB.

@jwilder @benbjohnson @e-dard

Proposal for a BoltDB backed metadata index.
@pauldix
Copy link
Member Author

pauldix commented Aug 24, 2016

Forgot to mention that the bitmaps in the description would be roaring bitmaps. There's also another way I thought of to use nothing but the Bolt keys instead, but it would probably require more storage.

@rw
Copy link
Contributor

rw commented Aug 24, 2016

If BoltDB only permits one writer at a time, then one way to get around that limitation is to have a single always-running goroutine that linearizes the write requests.

@pauldix
Copy link
Member Author

pauldix commented Aug 31, 2016

Going to close this one out. Custom format will be better and we should take the time for it.

@pauldix pauldix closed this Aug 31, 2016
@pauldix pauldix deleted the pd-tsi-proposal branch January 3, 2019 21:07
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.

2 participants