Hacker News new | ask | show | jobs
by meepmorp 378 days ago
based on this line from the readme, the answer to your question is likely "because":

> This emulator makes ClickHouse truly Turing complete. We are one step closer to running ClickHouse in ClickHouse.

2 comments

lol for sure, I'm genuinely curious though, like maybe op is a clickhouse dev? Or maybe they had the cursed idea and decided clickhouse was the best fit for various reasons?
Postgres does not have incremental view maintenance for its materialized views like clickhouse does. This means the implementation strategy would need to be quite different. Perhaps triggers is enough and of course if you use functions then sure, you can make an emulator there too.
okay did like 10 seconds of introspection and OP probably isn't the repo author, and the repo author definitely looks like they work at clickhouse
"Because" is always the most fun reason.