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

11 lines
699 B
Markdown
Raw Normal View History

---
2013-09-26 19:22:28 -04:00
layout: doc_page
---
2013-09-13 18:20:39 -04:00
How does Druid compare to Vertica?
2013-09-16 19:01:14 -04: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 18:20:39 -04: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 18:20:39 -04:00
We are unclear about how Vertica handles data distribution and replication, so we cannot speak to if/how Druid is different.