Skip to content

v0.7.0

Latest
Compare
Choose a tag to compare
@ray6080 ray6080 released this 15 Nov 19:15
· 20 commits to master since this release
6157e57

Key highlights of this release

There have been some key performance improvements in this release:

  • New and much faster recursive path finding algorithms that implement relationship patterns
    with the Kleene star [*].
  • Data spilling to disk during copy which enables copying very large graphs on machines with
    limited RAM.
  • Zone maps which enable much faster scans of node/rel properties when there is
    a filter on numeric properties.

From the usability perspective, we have the following improvements:

  • CSV auto detection to automatically detect several CSV configurations during data ingest.
  • Improved UX during CSV import that can report to users about skipping erroneous CSV lines.
  • New JSON data type that you can use to store JSON blobs as node/relationship properties.
  • New official Golang API so that you can build applications on top of Kùzu using Go!

What's Changed

New Contributors

Full Changelog: v0.5.0...v0.7.0