: Support for JSON, Parquet, and compressed CSV files.
result = conn.execute("MATCH (p:Person) RETURN p.name, p.age") print(result.get_as_df()) # Seamlessly converts to Pandas! kuzu v0 120
Finding the shortest path is a classic graph problem, but what if you need to find all paths of an exact length? The latest Kuzu release heavily upgrades its path-matching capabilities. Developers can now specify fixed-length or variable-length paths with much greater granularity, allowing for complex network analysis, fraud ring detection, and dependency mapping directly in Cypher. : Support for JSON, Parquet, and compressed CSV files
, further enhancing its capability for multi-hop graph traversals. The Kùzu Architecture The latest Kuzu release heavily upgrades its path-matching
Version 0.12.0 includes significant storage optimizations regarding data deduplication. If you have heavy write loads or store repeated strings/properties, the storage engine is now more efficient at compressing these values on disk, resulting in smaller database sizes and faster scans.