Skip to content

v0.2.0

Compare
Choose a tag to compare
@acquamarin acquamarin released this 08 Feb 10:02
· 531 commits to master since this release
13bd5d5

We are very happy to announce the release of Kùzu 0.2.0! This is a major release with some new features and a set of improvements at the core that should make Kùzu faster behind the scenes.

  • RDFGraphs: You can now use Kùzu to store and query RDF graphs via Cypher!
  • Extensions framework and our first extension: httpfs for accessing files over HTTP(S) servers and on S3
  • Improved, parallelized hash index builder, with added optimizations (this results in improved bulk loading performance)
  • Improved disk-based CSR implementation to speed up data ingestion via CREATE statements
  • Added constant compression
  • Several improvements to Kùzu’s command line interface
  • Support for the UUID data type
  • Improvements to our testing framework

We welcome feedback and encourage you to read the finer details in our blog post and docs!

What's Changed

New Contributors

Full Changelog: v0.1.0...v0.2.0