|
|
|
|
|
by jdcryans
3801 days ago
|
|
Hi, I work on Apache Kudu (incubating). Analytics is what Kudu was designed for (it's not just marketing), so some tradeoffs were made. You'll get the biggest bang for the buck if your use cases are heavy on inserts and big scans with selective filters. Other use cases will perform ok or meh VS other storage engines. Also note that Kudu is still pre-1.0. |
|