forked from kuzudb/kuzu
-
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
[pull] master from kuzudb:master #2
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Clean up transaction pointer in physical operator
…hunk's in-memory compression cache
More efficient ColumnChunk string dictionary caching
Fix setting of column chunk capacity
They now store pointers in the internal cache which would be invalidated when moving and can't be easily updated
Avoid moving DictionaryChunks
ValueVectors have high memory fragmentation, and allocate strings in 256KB chunks for only 2048 strings. ColumnChunks can have a much larger capacity, and also support string de-duplication.
Re-write partitioner to use ColumnChunks instead of ValueVectors
Abstract client config
Pass client context to binder
Refactor cast functions
Clean up unique_ptr of LogicalType in NodeGroup and BatchInsert
This reverts commit 1653b40.
Combine append(ValueVector) with appendOne
Import cache fix and revert revert
I have read and agree to the CLA of the Kuzu repository.
I have read and agree to the CLA of the Kuzu repository.
* remove unused test statements
I have read and agree to the CLA of the Kuzu repository.
I have read and agree to the CLA of the Kuzu repository.
I have read and agree to the CLA of the Kuzu repository.
* multiple query results * Multiple query results C API fix (#3195) --------- Co-authored-by: 囧囧 <liuc223@gmail.com>
Bools are stored packed in column chunks, so indexing into the data using the size in bytes of the type will not work.
* Bump clang-format to v18 and enable auto format * Add repository and ref to actions/checkout step * Update source, test, and extension format checks * Run clang-format --------- Co-authored-by: CI Bot <mewim@users.noreply.github.com>
* Check for format changes on master branch * Fix extension format check job name
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
See Commits and Changes for more details.
Created by pull[bot]
Can you help keep this open source service alive? 💖 Please sponsor : )