kuzu
kuzu copied to clipboard
Embeddable property graph database management system built for query speed and scalability. Implements Cypher.
like memgraph (or as a different example sqlite) have some sort of only-in-memory storage if persistence is not needed at all
Having issues importing from CSVs that contain strings with quotes in them. When I load the csv through pandas it works as expected. ```python import kuzu import csv import pandas...
At `client_context.cpp:320-331` we check if a statement would be a valid read-only statement for read-only transactions. However, the expressions within the statements could contain functions that could perform a write....
See sequence nextval() test at `transaction/ddl/ddl.test` for an example
and adding comments to them
In addition to testing databases created on one platform on different platforms, it would be useful to do direct binary comparisons between the databases (when produced in single threaded mode)....
Here are several issues we can improve for better readability of benchmark results. - [x] Show the cypher query directly for the website. - [x] Show PR number of commit...
When I try to insert nodes and relations in a loop, like below, sooner or later I get the following exception: `(, RuntimeError('remove: The process cannot access the file because...
A useful, but missing data type that we should support (esp. now that we can connect externally to Postgres) is the Decimal/Numeric type that allows the representation of fixed precision...