kuzu icon indicating copy to clipboard operation
kuzu copied to clipboard

Embeddable property graph database management system built for query speed and scalability. Implements Cypher.

Results 285 kuzu issues
Sort by recently updated
recently updated
newest added

# Description Please include a summary of the changes and the related issue (if applicable). Please also include relevant motivation and context. Fixes # (issue) # Contributor agreement - [x]...

# Description This PR contains the following changes ### Make property case insensitive We have already make table name case insensitive, it does not make sense for our property to...

Sometimes it's not easy to have a fully cleaned dataset, which could be annoying when it comes to data loading, as users need to repeatedly try through `COPY` and modify...

usability
data-import-export
high-priority

### Description For simple cases, like `LOAD FROM 'a.parquet' WHERE a.age < 10 RETURN a.name`, we should be able to prune unrelated columns and push the filter down when scanning...

performance optimization

### API Python ### Description Users may want to provide a struct (e.g., a Python dict) as a node property. This currently fails with an implicit casting error. ```py import...

feature

# Description Bump version for the bug fix release 0.5.1.

# Description There is a performance issue with `iterateCatalogEntries`. This PR reworks it to be more fine-grained access by catalog type or oid. Also, oid is now refactored to be...

# Description Reuses csvtoparquet and renames. Fixes #3939 # Contributor agreement - [x] I have read and agree to the [Contributor Agreement](https://github.com/kuzudb/kuzu/blob/master/CLA.md).

# Description Please include a summary of the changes and the related issue (if applicable). Please also include relevant motivation and context. Fixes # (issue) # Contributor agreement - [...