Live data from Hacker News

Viewing profile — tudorg

tudorg

HN member
Joined
Fri, Dec 19, 2008, 5:06 PM UTC
HN karma
324
Public activity
176 items

About tudorg

http://twitter.com/tudor_g

CTO at https://www.xata.io/

tudor.g@gmail.com

Recent public activity

  1. story
  2. story
  3. comment
    Comment #48935759

    Because you mentioned Xata (I'm the author of that blog post, thanks for mentioning it), this is pretty similar to what we do at the high level, but we built our own storage system…

  4. comment
    Comment #48858512

    Actually δx is faster than the "duckdb embedded in postgres" options: https://benchmark.clickhouse.com/#system=+_etx|_b|_i )|dula|pnc&type=-&machine=-6t|ca2|6ax|g4e|6ale|3al&cluste…

  5. comment
    Comment #48852977

    Yeah, spent a lot of time on parallelism, vectorizing, pipelining, filter push-downs, bloom filters, all the tricks out there. It's really fun to make pretty steady progress on thi…

  6. comment
    Comment #48843311

    > - Is ~300x faster than Postgres on analytical workloads. Right now it's 2x slower than Clickhouse on clickbench and I think it's possible to get faster than Clickhouse That sound…

  7. story
  8. comment
    Comment #48808429

    This is why I think sites like this one should show license information and make it simple to filter by OSS license. Otherwise it's the same trap, just one level deeper.

  9. comment
    Comment #48807769

    As small piece of feedback, I think it would be really good if the tools list would include license information, and make it easy to filter for open source tools/licenses. IMHO sou…

  10. comment
    Comment #48735322

    A bit of a shameless plug, but I've been working on this for a few months in the form of an extension: https://github.com/xataio/deltax When I started I thought there's too much in…

  11. comment
    Comment #48557789

    For context, I'm CTO at Xata where we offer a Postgres service that differentiates via other ways (very fast CoW branching, scale-to-zero, anonymization, etc). We often recommend p…

  12. comment
    Comment #48545634

    I have been working on another PG extension for timeseries ( https://github.com/xataio/deltax ) for a few months, and trying to make it score as good as possible on ClickBench. Thi…

  13. story
  14. story
  15. comment
    Comment #47796646

    Hi HN, This is Tudor from Xata. You can think of Xata as an open-source, self-hosted, alternative to Aurora/Neon. Highlight features are: - Fast copy-on-write branching. - Automati…

  16. story
  17. story
  18. comment
    Comment #47781034

    It's funny that this news showed up just as we (Xata) have gone the other direction, citing also changes due to AI: https://xata.io/blog/open-source-postgres-branching-copy-on-... …

  19. comment
    Comment #47171031

    This sounds cool, adding to my list of things to try out. One note, this shouldn't be confused with https://github.com/xataio/pgstream which does logical replication/CDC with DDL c…

  20. comment
    Comment #47077104

    > The Amp editor extensions will self-destruct on March 5 at 8pm Pacific Time. Time to switch to the Amp CLI. That's an interesting way to tackle the removal of features.

  21. comment
    Comment #47014070

    > The Postgres extension model to capture the metrics (we also experimented with eBPF, but it causes too many kernel-user space context switches when you can do the same in an exte…

  22. comment
    Comment #47013314

    Even then, though, it needs to run on the server so it's hard to guarantee to not impact performance and availability. There are many Postgres/Mysql proxies used for connection poo…

  23. story
  24. comment
    Comment #46627366

    Others have mentioned similar solutions but I’d like to add one: a database solution with CoW branching and PII anonymisation solves the db part in a safe way. Disclaimer: I work a…

  25. story