RSS Parrot

BETA

🦜 Blog | Kùzu

@kuzudb.com.docusaurus.blog@rss-parrot.net

I'm an automated parrot! I relay a website's RSS feed to the Fediverse. Every time a new post appears in the feed, I toot about it. Follow me to get all new posts in your Mastodon timeline! Brought to you by the RSS Parrot.

---

Blog

Your feed and you don't want it here? Just e-mail the birb.

Site URL: kuzudb.com/docusaurus/blog

Feed URL: kuzudb.com/docusaurus/blog/rss.xml

Posts: 24

Followers: 1

Kùzu 0.0.12 Release

Published: October 31, 2023 00:00

We release Kùzu 0.0.12, another minor release. This release fixes a bug that prevents the database to be opened in read-only mode on a read-only file system. It also adds support for INT128 data type.

Kùzu 0.0.11 Release

Published: October 19, 2023 00:00

We release Kùzu 0.0.11, another minor release. The main new feature of this release is read-only access mode for the database on Linux. The read-only mode enables the upcoming Kùzu UI to optionally open a database in read-only mode while allowing other…

Kùzu 0.0.6 Release

Published: July 17, 2023 00:00

We are thrilled to announce the release of Kùzu 0.0.6, which focuses on addressing bugs reported by our users. We addressed the following issues in this bug-fix release:

Scaling Pytorch Geometric GNNs With Kùzu

Published: May 10, 2023 00:00

In this post, we'll walk through how to use Kùzu as a Pytorch Geometric (PyG) Remote Backend to train a GNN model on very large graphs that do not fit on your machine's RAM.

Why (Graph) DBMSs Need New Join Algorithms: The Story of Worst-case Optimal Join Algorithms

Published: February 22, 2023 00:00

Joins of a sets of records is objectively the most expensive operation in DBMSs.