Live data from Hacker News

Viewing profile — coatue

coatue

HN member
Joined
Thu, Aug 23, 2012, 1:38 PM UTC
HN karma
377
Public activity
66 items

About coatue

Knowledge will save the world.

FMR Founder at HYDRA. Hydra.so

YC Badge: 0xf0aaca65fc7940aaaf31b089afd502043f807415

Recent public activity

  1. comment
    Comment #43946666

    [Joe, Hydra cofounder] Hey, thanks! There are similarities, but you’re right to point out that our focus with Hydra is on bringing columnstore-powered serverless analytics to Postg…

  2. comment
    Comment #43945881

    Our goal is to enable realtime analytics on Postgres without requiring an external analytics database. Think more towards extending Postgres, rather than replacing it. Postgres bri…

  3. comment
    Comment #43945681

    Ok, I'm down to run an experiment and remove the user limits on your account! DM me on X (@JoeSciarrino) or email founders@hydra so I know which account is yours.

  4. comment
    Comment #43945645

    [Joe, Hydra cofounder] Yes, you're right and to clarify: Hydra's columnstore is decoupled (bottomless), compressed, and supports multi-node reading. ( https://docs.hydra.so/changel…

  5. comment
    Comment #43943120

    Yes definitely. Check out the public 1v1 benchmark of Hydra v Timescale ( https://benchmark.clickhouse.com/#eyJzeXN0ZW0iOnsiQWxsb3lEQi... )

  6. comment
    Comment #43943063

    [Joe, Hydra cofounder] Hey, thanks for the kudos! Sounds like a nice fit and that's coincidentally good timing! We started with the Virginia region, but we can focus on SJC next. W…

  7. comment
    Comment #43941493

    billing (usage) metrics so we know what to charge. We offer BYOC 'Bare Metal' deployments as part of the Business plan. You can set it up now, but we offer volume discounts so you …

  8. comment
    Comment #43941305

    Hello thawab, yes! you can self-host Hydra with a token from the platform. Sign-up and visit that URL to take you to the right spot. We call it Bare Metal deployment, here's 1 minu…

  9. comment
    Comment #43941147

    [Joe, Hydra cofounder] Hey there, I appreciate you taking the time to write this up - helps a lot to hear what's confusing. One of the downsides of serverless is that it can be dif…

  10. comment
    Comment #43939738

    Sweeeet. Let's give it a go!

  11. comment
    Comment #43939580

    Would this work with Hydra? https://news.ycombinator.com/item?id=43937852

  12. comment
    Comment #43939540

    Close to a drop-in replacement since Aurora bills itself as Postgres. Any data you load into Hydra will automatically be converted into the columnstore! we're happy to help out and…

  13. comment
    Comment #43939496

    [Joe, Hydra cofounder] Hey there, yes - we codeveloped pg_duckdb and it's what Hydra is built on top of!

  14. comment
    Comment #43939484

    [Joe, Hydra cofounder] That's good feedback. It's easy to change the default table type to rowstore "heap" ( https://docs.hydra.so/guides/analytics#switching-the-default... ). We i…

  15. comment
    Comment #43939443

    [Joe Hydra cofounder]. Hydra is a fast analytics db on Postgres. It's a database with both a row and columnstore. Analytics can mean reporting, metrics, customer-facing dashboards.…

  16. comment
    Comment #43939122

    [Joe, Hydra cofounder] Hey, that's really great - I love hearing that. Hydra is a columnar database with an integrated Postgres rowstore. Analytics aren't purely best on columnar: …

  17. story
    Show HN: Hydra (YC W22) – Serverless Analytics on Postgres

    Hi HN, Hydra cofounders (Joe and JD) here ( https://www.hydra.so/ )! We enable realtime analytics on Postgres without requiring an external analytics database. Traditionally, this …

  18. comment
    Comment #43344083

    Benchmarks - https://benchmark.clickhouse.com/#eyJzeXN0ZW0iOnsiQWxsb3lEQi... Features: Serverless Processing - Parallel, vectorized excution - Compute Autoscale Bottomless Storage …

  19. story
    Show HN: Hydra – serverless realtime analytics on Postgres

    hi hn, hydra cofounder here. jd and I are excited to take the covers off hydra. hydra: serverless realtime analytics on postgres. by separating compute and storage, hydra enables c…

  20. comment
    Comment #41392641

    DuckDB Labs is excited to announce that we are going to be working with Hydra in the coming years to build DuckDB-Powered PostgreSQL for real-time apps and analytics development. D…

  21. story
  22. comment
    Comment #41283385

    repo: https://github.com/duckdb/pg_duckdb

  23. comment
    Comment #41283260

    Hey Phil, the blogpost says pg_duckdb is being taken forward by duckdb labs, hydra, motherduck, neon, and microsoft azure. We're fully invested in developing pg_duckdb and I'm happ…

  24. comment
    Comment #41280317

    Hey Craig, for the public record- pg_duckdb was not inspired by the team at Crunchy Data. Our early mvp version, "pg_quack" was made public (apache 2.0) on February 2nd. About 2 mo…

  25. comment
    Comment #38659029

    Upsert, also known as "INSERT ... ON CONFLICT", is a feature in PostgreSQL that let's a user insert a new record or update an existing one if it already exists, using a single comm…