5 ms·
The claim of "built for teams that measure latency in microseconds" is conflicted by the pseudo demo showing a simple query that takes 4 seconds. I could assume
by christoff12 1mo ago
The claim of "built for teams that measure latency in microseconds" is conflicted by the pseudo demo showing a simple query that takes 4 seconds. I could assume that this is slowed down for effect, but the glowing green label[1] tells me this is a "real engine run" so now I'm confused.
My core question is why would I use this instead of duckdb and writing SQL as God intended[2]?
---
[1] A clear indication of AI generation
[2] This is a joke.
- throw-qqqqq 1mo agoFWIW I liked your joke :D
- nojvek 1mo agoI think God did intend SQL for us. There is no going back. It's too deeply intertwined.
- andriy_koval 1mo ago[2] duckdb indexes suck
- christoff12 1mo agoRemember duckdb is for OLAP, not OLTP!
- andriy_koval 1mo agoolap doesn't mean no indexes. Prev gen olap (cubes, star schemas) were index heavy, you can't achieve subsecond analytics without indexes.