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 primary key support #57

Open
Shelnutt2 opened this issue Jan 28, 2018 · 0 comments
Open

Add primary key support #57

Shelnutt2 opened this issue Jan 28, 2018 · 0 comments

Comments

@Shelnutt2
Copy link
Owner

Add primary key support

Shelnutt2 added a commit that referenced this issue Mar 27, 2018
Shelnutt2 added a commit that referenced this issue Mar 27, 2018
Shelnutt2 added a commit that referenced this issue Mar 27, 2018
Shelnutt2 added a commit that referenced this issue Mar 27, 2018
Shelnutt2 added a commit that referenced this issue Mar 27, 2018
Additionally add crunchRowLocation capnp schema to each table on create.
Shelnutt2 added a commit that referenced this issue Mar 30, 2018
Shelnutt2 added a commit that referenced this issue Apr 3, 2018
Does not support non-unique indexes (only uses map not multimap).
Non-optimal in that btree isn't stored on disk yet. Must be
recreated from each FindTableFiles call.
Shelnutt2 added a commit that referenced this issue Apr 4, 2018
Shelnutt2 added a commit that referenced this issue Apr 5, 2018
Shelnutt2 added a commit that referenced this issue Apr 9, 2018
This uses two in memory maps holding the capnp encoded index messages.
Shelnutt2 added a commit that referenced this issue Apr 9, 2018
This stored the index key in the uchar array straight from mysql. It is
converted to a char string for stored, and back to raw bytes for
reading.
Shelnutt2 added a commit that referenced this issue Apr 11, 2018
This is needed so the index files and mappings are up to date. Its
possible for records_in_range to be called before rnd_init or
index_init.
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

No branches or pull requests

1 participant