Profile avatar
ivan-torres.bsky.social
engineer, parent, philosopher, chilango | all views here are my own.
7 posts 76 followers 83 following
comment in response to post
I was expecting something around the lines of “answer questions punctually without changing topics like a bot is common courtesy”. But all I got was a ban on NSFW, I guess that’s a start, one topic less to deviate attention, lol
comment in response to post
Depends on what you mean by models
comment in response to post
Anytime brother. Hoping the hours I spent on this can help others to make a choice quicker
comment in response to post
In Druid joining tables as hoc is pretty much impossible. You need a lot of work upstream for it to perform. In ClickHouse the integration to external tables is useless and you need to build everything by hand. Last, the commitment of StarRocks with open source is the best of all
comment in response to post
What made me go to StarRocks is that it is a lot more versatile. It also does pretty good ad hoc analytics and integrates with external catalogs like Iceberg for reading external tables. You can also have full separation of storage and compute and achieve good performance with disk caching.
comment in response to post
I use StarRocks open source on K8s and benchmarked it against Druid. I also used ClickHouse before. For real time data they all come pretty close, some optimizations of each database work better for specific use cases, but you can achieve pretty similar numbers with the three of them