What does HackerNews think of hydra?

Hydra: Column-oriented Postgres. Add scalable analytics to your project in minutes.

Language: C

#23 in PostgreSQL
#41 in PostgreSQL
Idk, but I'd rather see a new iteration of PostgreSQL, similiar to Hydra[0], with a new engine become the upstream instead of a whole new database. There's a lot of experience about db operation and how to approach MVCC encoded in PostgreSQL that shouldn't be underestimated.

[0]: https://github.com/hydradatabase/hydra

From my initial 5 minutes of getting setup with an existing install, it's all fairly easy.

# Requirements

  - lz4
  - zstd
# Building

  git clone https://github.com/hydradatabase/hydra
  cd hydra/columnar
  ./configure
  make
  make install
# Install

  CREATE EXTENSION IF NOT EXISTS columnar;
The actual extension docs are at https://docs.hydra.so/concepts/using-hydra-columnar
We're excited to announce our team has added updates and deletes to columnar storage on Postgres. This builds on our prior releases of parallelization and vectorization.

Hydra is open source - star us on Github! (https://github.com/hydradatabase/hydra)

We are offering 14-day free trials of our cloud managed Hydra databases. Click the 'Get Started for Free" button on https://hydra.so/ to get one.