kuzu
kuzu copied to clipboard
Embeddable property graph database management system built for query speed and scalability. Implements Cypher.
### Kùzu version v0.6.0 ### What operating system are you using? Arch Linux x64 ### What happened? I feel the relationship constraints are not working as documented in https://docs.kuzudb.com/cypher/data-definition/create-table/#relationship-multiplicities. This...
E.g. the test `CopyTest.OutOfMemoryRecovery` (renamed to CopyTest.DISABLED_OutOfMemoryRecovery` in #4188) runs out of memory when committing (at the time of #4188) and then corrupts the database since the node group is...
### Kùzu version v0.5.0 ### What operating system are you using? Mac OSX Sequoia 15.0 on Apple M1 Max chip ### What happened? The following cypher query ``` match (n:Drug)...
### Kùzu version v0.6.0 ### What operating system are you using? Arch Linux x64 ### What happened? I'm running this list of queries against an empty DB: ```cypher CREATE NODE...
### API Python ### Description The common regex to match an arbitrary number of spaces is `\s+`. When using the Python API in Kùzu, this doesn't seem to work. I'm...
### API Other ### Description We have a function called [`regexp_replace`](https://docs.kuzudb.com/cypher/expressions/text-functions) that replaces only the first match of a string based on a regex. However, we should also provide an...
### Description Currently ScanNodeTable internally handles the case of scan from a single label or multiple labels. ScanRelTable and ScanMultiRelTable handles scanning from a single label and multiple labels respectively....
### Kùzu version master branch ### What operating system are you using? Ubuntu 22.04.5 LTS ### What happened? The DuckDB postgres extension can leak memory as it does not call...
### Description Currently, when we create rel tables, we always store rel tuples in a duplicated way that each tuple is stored in both forward and backward directed storage. This...
We have some CALL functions such as the one for [clearing cached warnings](https://github.com/kuzudb/kuzu/issues/4226) that change some state in the connection/DB without needing to return anything. It would be nice to...