Hacker News new | ask | show | jobs
by akshayaurora 2732 days ago
How does this differ from HAWQ, Presto, Hive or Impala?
2 comments

Following is an excerpt from Apache Kylin FAQ page: http://kylin.apache.org/docs/gettingstarted/faq.html

How to compare Kylin with other SQL engines like Hive, Presto, Spark SQL, Impala?

They answer a query in different ways. Kylin is not a replacement for them, but a supplement (query accelerator). Many users run Kylin together with other SQL engines. For the high frequent query patterns, building Cubes can greatly improve the performance and also offload cluster workloads. For less queried patterns or ad-hoc queries, ther MPP engines are more flexible.

Those aren't even its competitors: those are just SQL on Hadoop MPP engines at best.

This is an OLAP modeling solution, like Druid or Pinot, but in theory more general use case.