Noria and Postgres

From: Darin Gordon <darinc(at)gmail(dot)com>
To: pgsql-hackers(at)lists(dot)postgresql(dot)org
Subject: Noria and Postgres
Date: 2019-01-06 13:09:59
Message-ID: CAJTjJvX7o=gz=5dtnnZNnj_psi5NAkKQygZv+FYc7=B=zRtiWQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hey Postgres Team!

I wanted to bring to everyone's attention a very interesting database,
called Noria, written in Rust. It offers a compelling alternative to common
dev patterns intended to boost performance of relational database
interactions. The author only implemented a mysql backend at the moment
but a postgres one could be created as well.

Postgresql developers have successfully responded to NoSQL alternatives in
the past by incorporating differentiating functionality. I hope that you
find inspiration and sufficient cause to address that which Noria offers,
whether by partial materialize review refreshes, integration with Noria, or
otherwise.

A talk about Noria and Rust: https://www.youtube.com/watch?v=s19G6n0UjsM
Noria project: https://github.com/mit-pdos/noria

Regards,
Darin

Browse pgsql-hackers by date

  From Date Subject
Next Message Fabien COELHO 2019-01-06 13:16:14 Re: chained transactions
Previous Message Stephen Frost 2019-01-06 12:49:47 Re: Remove Deprecated Exclusive Backup Mode