kuzu
kuzu copied to clipboard
Embeddable property graph database management system built for query speed and scalability. Implements Cypher.
### 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:...
# 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...
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...
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...