Live data from Hacker News

Viewing profile — apurvamehta

apurvamehta

HN member
Joined
Thu, Apr 14, 2011, 3:39 PM UTC
HN karma
88
Public activity
44 items

About apurvamehta

Building OpenData.dev

Recent public activity

  1. story
  2. story
  3. story
  4. comment
    Comment #48341618

    It's a demonstration. Kafka is a very popular input for Clickhouse. So are data lakes. The point is neither need Kafka at all.

  5. story
  6. comment
    Comment #48141287

    Thanks! opendata contributor here. We're heavily inspired by Turbopuffer. I'd say we are comparable to them when they launched in terms of perf and scale. But they've obviously inv…

  7. story
  8. story
  9. comment
    Comment #47799434

    +1 to what @agavra said. It's awesome to see you here @valyala. Your writing and talks about timeseries databases were a great inspriratino for us. I recall one of your earlier tal…

  10. comment
    Comment #47799145

    yes. this is current issue. there are two solutions: 1. the reason it's slow as you select more series over longer periods of time is that the series has to be pulled for each time…

  11. comment
    Comment #47799039

    Agreed. VictoriaMetrics is indeed a very compelling offering. The disk-less approach is significantly simpler to operate, which I think is the biggest difference. Running opendata'…

  12. comment
    Comment #47798791

    Good call out, updated the intro with a summary of the cost benefit. Thanks for the feedback!

  13. story
  14. story
  15. story
  16. story
  17. story
  18. story
  19. story
  20. comment
    Comment #15603694

    From the very same blog post: > Is this Magical Pixie Dust I can sprinkle on my application? > No, not quite. Exactly-once processing is an end-to-end guarantee and the application…

  21. comment
    Comment #14673642

    Personally, I would welcome Aphyr trying to break the Kafka EOS guarantees. Like all software, there will be bugs, and the exposure will only make it stronger and more viable. I wr…

  22. comment
    Comment #14672123

    Points 1 & 2. There is no direct communication between a producer and consumer. The producer writes to the broker, the consumer reads from the broker. There is a detailed flow diag…

  23. story
  24. comment
    Comment #6522552

    We did our experiments directly on hardware. I don't think that AWS VMs simulate multiple physical sockets. If they don't then this article will not apply to them.

  25. comment
    Comment #6519448

    Wow.. that's great to know. We will definitely investigate this approach. Thanks for sharing! :)