-
Notifications
You must be signed in to change notification settings - Fork 200
Move index and overflow files into data.kz #5386
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
Conversation
7efbb54
to
234b8dc
Compare
Benchmark ResultMaster commit hash:
|
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #5386 +/- ##
==========================================
- Coverage 86.90% 86.87% -0.03%
==========================================
Files 1414 1412 -2
Lines 62085 62031 -54
Branches 7599 7598 -1
==========================================
- Hits 53952 53892 -60
- Misses 7958 7964 +6
Partials 175 175 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Description
We used to keep each primary key index as an independent
hindex
file, along with itsovf
file if the key is of STRING type.This PR unifies both kinds of files with the main
data.kz
file.Will add the free space management capability for hash index when dropping the table in a later PR.