Kuzu V0 120 Better Info
table = conn.execute("MATCH ()-[e:RATED]->() RETURN e.rating, e.timestamp").get_as_arrow()
: Designed to handle large-scale graph datasets, Kuzu v0.120 introduces features that enhance its scalability and reliability. This includes better support for distributed systems, ensuring that applications can grow without sacrificing performance. kuzu v0 120 better
— The Kuzu Team
Scanning JSON data is now more efficient, speeding up ingestion and integration workflows. table = conn
Cypher is the SQL of graphs. Early Kuzu versions supported only MATCH and RETURN . V0.1.2 introduces: table = conn.execute("MATCH ()-[e:RATED]->
Example: