Earlier quoted context omitted.
If one of these databases included a really good SparkSQL connector (including great predicate push-down), I could see that being hugely beneficial to growth. Part of why people are using these systems is because you can connect in many different types of data. Make your database part of that ecosystem and you can gradually take in more of the analytics workload without the users losing the ability to also throw in s…
Druid has a SparkSQL connector: https://github.com/SparklineData/spark-druid-olap
Druid: fast column-oriented distributed data store
21–30 of 50 posts
Re: Druid: fast column-oriented distributed data store
#22Earlier quoted context omitted.
Druid isn't even close to being the leading solution. The overwhelming majority of places doing big data analytics will be Hadoop/Spark using core HDFS. Then most places will augment this with a range of database solutions depending on how structured/clean the data is and the various workloads. Cassandra, HBase, MongoDB, Teradata, Oracle, ElasticSearch, Greenplum are all pretty common place in most enterprises. And o…
If one of these databases included a really good SparkSQL connector (including great predicate push-down), I could see that being hugely beneficial to growth. Part of why people are using these systems is because you can connect in many different types of data. Make your database part of that ecosystem and you can gradually take in more of the analytics workload without the users losing the ability to also throw in s…
The biggest problems with SparkSQL is simply in its limited support for ANSI SQL. It's getting better with every release but not nearly quick enough.
Re: Druid: fast column-oriented distributed data store
#23If this transition is easy without reworking infrastructure, the solution is far more attractive.
Re: Druid: fast column-oriented distributed data store
#24Re: Druid: fast column-oriented distributed data store
#25Re: Druid: fast column-oriented distributed data store
#26Earlier quoted context omitted.
Druid isn't even close to being the leading solution. The overwhelming majority of places doing big data analytics will be Hadoop/Spark using core HDFS. Then most places will augment this with a range of database solutions depending on how structured/clean the data is and the various workloads. Cassandra, HBase, MongoDB, Teradata, Oracle, ElasticSearch, Greenplum are all pretty common place in most enterprises. And o…
Druid's main value add to the data infrastructure space is around power user-facing data applications at scale. The queries it is best at are OLAP/business intelligence style queries. It isn't really designed to be a general processing tool such as Hadoop or Spark. The open source data space is very complex, and there are many different solutions targeted towards many different use cases. Druid is better than other s…
Re: Druid: fast column-oriented distributed data store
#27Every open source column database I've seen is very poor: text, no decent array oriented ability (give me the prevoius row), slow, json output, etc. When will somebody get it right?
Re: Druid: fast column-oriented distributed data store
#28Re: Druid: fast column-oriented distributed data store
#29Druid is quickly becoming the leading open source solution for building highly scalable analytics. We evaluated it for getstream.io. Unfortunately the setup and maintenance is still very labour intensive. For startups that's a concern. Many larger companies we spoke to were extremely happy about running Druid in production though.
Elasticsearch and Redshift are.
Re: Druid: fast column-oriented distributed data store
#30Has anyone done a meaningful private benchmark comparison with http://www.scylladb.com/ ? I didn't find one online.