Hacker News new | ask | show | jobs
by PeterZaitsev 2027 days ago
This is what is the problem with such compatibility tests... they tend to test full power of the language while you really may use quite small subset in your application, as such even solution which is "20% compatible" may well meet all your application needs.

I remember in its early days MySQL had pretty poor SQL support (if you think about full standard) which did not prevent it from having huge success.

Or more recent example ClickHouse which I think similar to VictoriaMetrics as it does not fully implement SQL, but also adds many convenient extensions which are not part of the standard.

Chances are if you chose VictoriaMetrics you will find a lot more utility in advanced features of MetricsQL than you loose from exact compatibility with PromQL