druid/docs/content/Druid-vs-Vertica.md

11 lines
699 B
Markdown
Raw Normal View History

---
2013-09-26 18:22:28 -05:00
layout: doc_page
---
2013-09-13 17:20:39 -05:00
How does Druid compare to Vertica?
2013-09-16 16:01:14 -07:00
Vertica is similar to ParAccel/Redshift ([Druid-vs-Redshift](Druid-vs-Redshift.html)) described above in that it wasnt built for real-time streaming data ingestion and it supports full SQL.
2013-09-13 17:20:39 -05:00
The other big difference is that instead of employing indexing, Vertica tries to optimize processing by leveraging run-length encoding (RLE) and other compression techniques along with a "projection" system that creates materialized copies of the data in a different sort order (to maximize the effectiveness of RLE).
2013-09-13 17:20:39 -05:00
We are unclear about how Vertica handles data distribution and replication, so we cannot speak to if/how Druid is different.