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

Custom database backend #164

Merged
merged 53 commits into from
Mar 20, 2024
Merged

Custom database backend #164

merged 53 commits into from
Mar 20, 2024

Conversation

cswinter
Copy link
Owner

@cswinter cswinter commented Mar 10, 2024

Large refactor that replaces RocksDB with a custom storage implementation. Also includes major rework streaming execution and myriads of smaller feature additions, bugfixes, and performance improvements.

Resolves #93
Resolves #94
Resolves #98

src/disk_store/storage.rs Outdated Show resolved Hide resolved
src/disk_store/storage.rs Outdated Show resolved Hide resolved
src/disk_store/storage.rs Outdated Show resolved Hide resolved
src/disk_store/storage.rs Outdated Show resolved Hide resolved
}

let mut query_plans = HashMap::new();
for plan in explains {
*query_plans.entry(plan.to_owned()).or_insert(0) += 1
}

let mut columns = vec![];
// TODO: this is probably wrong, see above (columns might not all be in the same order as output_colnames or correspond to columns we want to return)
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

action

src/server/mod.rs Outdated Show resolved Hide resolved
src/server/mod.rs Outdated Show resolved Hide resolved
src/server/mod.rs Outdated Show resolved Hide resolved
@cswinter cswinter marked this pull request as ready for review March 20, 2024 17:49
@cswinter cswinter merged commit fcd9d07 into master Mar 20, 2024
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant