Live data from Hacker News

Viewing profile — marceloaltmann

marceloaltmann

HN member
Joined
Thu, Nov 17, 2022, 7:58 PM UTC
HN karma
101
Public activity
30 items

About marceloaltmann

No profile information was provided.

Recent public activity

  1. comment
    Comment #48193387

    Author here. Part 11 of a long series — if this is your first one, part 1 [1] has the setup, and part 5 [2] covers the original GTID_LOG_EVENT which is the natural thing to compare…

  2. story
  3. story
  4. story
  5. story
  6. story
  7. comment
    Comment #45017724

    Readyset is an Incremental View Maintenance cache that is powered by a dataflow graph to keep caches (result-set) up-to-date as the underlining data changes on the database (MySQL/…

  8. comment
    Comment #44952896

    Straddled joins were still a bottleneck in Readyset even after switching to hash joins. By integrating Index Condition Pushdown into the execution path, we eliminated the inefficie…

  9. story
  10. comment
    Comment #44000284

    Replication has been one of MySQL’s most powerful and relied-upon features since the early days — long before it had things like foreign keys or even subqueries. It’s one of the fo…

  11. story
  12. comment
    Comment #39454778

    That is a good point on the application changes. What is appealing from Readyset is that it does not require you to change your application code. You can just change your database …

  13. comment
    Comment #39454418

    On top of that, quoting @martypitt reply: > Most commonly the restrictions prevent you from launching a competing offering. In their case, you can't offer database-as-a-service usi…

  14. comment
    Comment #39454067

    You can deploy on your own via their .deb packages - https://readyset.io/download The advantages is that reading from a cache will be faster than from a read replicas. The benefits…

  15. comment
    Comment #39453585

    I found one case study on their blog - https://blog.readyset.io/medical-joyworks-improves-page-load... > It will be interesting to see if any of these introduce some form of write …

  16. comment
    Comment #39453445

    You will add readyset between your backend and database in order to cache the data you fetch from db.

  17. comment
    Comment #39453376

    Caches are never invalidated. Readyset uses CDC to receive updates from PostgreSQL/MySQL and update the cache entries. No invalidation required. The price you pay is eventually con…

  18. comment
    Comment #38190410

    GDB is the go-to tool for debugging and troubleshooting low-level applications such as C++. Sometimes all you need simple break at some specific point and print a variable to inspe…

  19. story
  20. comment
    Comment #37917167

    ReadySet is a new caching layer for PostgreSQL and MySQL that does not rely on TTL or cache invalidation, instead, it keeps a dataflow graph with dependencies and registers itself …

  21. story
  22. comment
    Comment #36861774

    The new FIFO datasink has enabled XtraBackup to achieve remarkable transfer speeds exceeding 10Gbps. Our recent blog post explains the architecture behind XtraBackup streaming and …

  23. story
  24. comment
    Comment #34986107

    Amazon instance profiles are used to pass IAM roles to an EC2 instance. This IAM role can be queried using EC2 instance metadata to access an S3 bucket. Please check Amazon’s Offic…

  25. story