Viewing profile — apurvamehta
apurvamehta
HN member- Joined
- Thu, Apr 14, 2011, 3:39 PM UTC
- HN karma
- 88
- Public activity
- 44 items
- HN profile
- View on Hacker News ↗
About apurvamehta
Recent public activity
- story
- story
- story
-
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.
- story
-
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…
- story
- story
-
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…
-
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…
-
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'…
-
comment
Comment #47798791
Good call out, updated the intro with a summary of the cost benefit. Thanks for the feedback!
- story
- story
- story
- story
- story
- story
- story
-
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…
-
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…
-
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…
- story
-
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.
-
comment
Comment #6519448
Wow.. that's great to know. We will definitely investigate this approach. Thanks for sharing! :)