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

### Kùzu version master ### What operating system are you using? MAC M1 ### What happened? 1. Cast struct type to another struct type doesn't change the field names: Query:...

bug

# Description This is our initial PR to support directly execute cypher on relational database. It contains logic for node table only. Major changes including ### Nested catalog entry. We...

### Description Currently, `updateTableNames` is called during shell startup and also inside `processInput`, basically each query can involve the read of tables from Catalog, which should be unnecessary and pose...

performance optimization

Currently during node group checkpoint, we read out + write back entire chunks when applying updates. This can be improved to apply updates on a finer-grained scale (vectors). This will...

performance optimization

This is a workflow enhancement suggestion to help us write and maintain better docs. Whenever someone issues a PR to add a new feature that requires documentation, they can mark...