Ask HN: Experience with StarRocks?

6 points by harovoy 4 days ago | 1 comment

Hi hn community..

I want to know if any of you folks have tried StarRocks and how has been your experiences with it so far.

We started POC's with it a few months back, and frankly saying, it has vastly exceeded our expectations. From deployment to usage, everything just works out of the box. The query performance has been super good too. We were even able to join 2 tables, one containing over 700M records and another over 25M records on small 16GB RAM, 10GB disk instance, all while selecting all, 500+ columns (some more than 100 of these are nested columns ARRAY<STRUCT>). Of course the query took a long time, but, that it even ran to completion without issues has been a surprise for us. When we gave it sufficient resources, it gave us better performance/price ratio than even BigQuery(using slots to save costs).

How has yours experience been? Were you caught in any issues that were serious?

winwang 15 hours ago |

Not a user of StarRocks, but I'm curious about your experience with BigQuery and its price-to-performance (as well as its alternatives).

I'm building a product with the gist of "BigQuery but cheaper" (~30%-50% expected cost reduction) by utilizing GPU acceleration (think Nvidia RAPIDS), but I'm still in the market validation/talking to prospects phase.

How much better was StarRocks in terms of cost efficiency? Does it scale to your needs?