Squeezing ClickHouse into Cloud Run
Here is one of my bad ideas that was nevertheless fun to think through. I am not suggesting you actually do this. Really, I’m not. Serverless data technologies already exist. The idea I really like ClickHouse. Compared with the expanse of complex software in the big data space, it’s refreshing to run a single process. It’s very fast and versatile. Running it on Cloud Run is probably a bad idea. Cloud Run is for stateless things like APIs and tasks that pull in data from elsewhere....