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 Back in the day, we added `REL TABLE GROUP` because our `REL TABLE` cannot have multiple `FROM,TO` pairs. While in practice, users do want to have one (conceptual)...

feature

This PR replaces the unix style of open file flag with the kuzu defined open file flag to solve the cross-platform issue. O_ACCMODE is not defined on windows, meaning that...

### API Other ### Description We don't support compression for some data types: `INT128`, `UUID`, `DOUBLE`, `FLOAT`, `INTERVAL`. This leads to unexpected file size reported in #3529.

feature

### API Other ### Description DuckDB allows the [generation of date ranges](https://duckdb.org/docs/sql/functions/nested.html#date-ranges) using the `range` and `generate_series` functions. Below is an example for date range: ``` D SELECT * FROM...

feature

### API Java ### Description Different pages size can cause some problems.For example,the operating system uses a page size of 64kb ,the following error will accour: ![image](https://github.com/kuzudb/kuzu/assets/22289061/5e8efdcd-1ca8-4521-90e5-e0ffe8e595c3) Operating system: ![image](https://github.com/kuzudb/kuzu/assets/22289061/6b27521a-f0f2-47b5-b904-acf4e2c55e4f)

feature

# Description Implemented Dialect Detection as the first step for CSV Sniffing, Introduced a new `dialectDetectionDriver` inheriting the `serialParsingDriver`, Introduced two new member functions for `SerialCSVReader`, which are `resetReaderState` and...

# Description Added MAP data type to c_api Added tests to MAP data type Fixes # (issue) https://github.com/kuzudb/kuzu/issues/4148 # Contributor agreement - [ ] I have read and agree to...

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

### Kùzu version master ### What operating system are you using? MAC M1 ### What happened? I have this csv file which has a comment at the front: ``` #...

bug

This issue is intended to keep track of the suite of optimizations, refactoring, enhancements, experimentations, and documentations we plan to implement/write in both the new fast recursive join implementations and...