The main question I have for DB is, how good is their query optimiser/compiler? It's fun that you can run some predefined set of queries fast. More important is, how good you can run queries in the real world, with suboptimal data models, layers upon layers of badly written views, CTEs, UDFs...
That is what matters in the end. Not some synthetic benchmark based on known queries you can optimise specifically for.
maslam|4 years ago