-
Notifications
You must be signed in to change notification settings - Fork 0
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
Comments
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
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
Mar 30, 2018
Shelnutt2
added a commit
that referenced
this issue
Mar 30, 2018
Shelnutt2
added a commit
that referenced
this issue
Mar 30, 2018
Shelnutt2
added a commit
that referenced
this issue
Mar 30, 2018
Shelnutt2
added a commit
that referenced
this issue
Mar 30, 2018
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
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.
Shelnutt2
added a commit
that referenced
this issue
Apr 12, 2018
Shelnutt2
added a commit
that referenced
this issue
Apr 12, 2018
Shelnutt2
added a commit
that referenced
this issue
Apr 12, 2018
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add primary key support
The text was updated successfully, but these errors were encountered: