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

Add (T, U, V) triple primary key #197

Closed
ethanfrey opened this issue Dec 21, 2020 · 0 comments · Fixed by #210
Closed

Add (T, U, V) triple primary key #197

ethanfrey opened this issue Dec 21, 2020 · 0 comments · Fixed by #210
Assignees

Comments

@ethanfrey
Copy link
Member

ethanfrey commented Dec 21, 2020

This makes very clear the distinction between prefix and suffix.

We should be able to range by fixing (T, U) and iterating over V

Let's test both the following: ((T, U), V) and (T, U, V). For both, we should be able to give (T, U) and iterate over V.

Example: (&[u8], U32Key, U64Key)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants