Apache Druid: a high performance real-time analytics database.
Go to file
nishantmonu51 dc097081a6 remove writeOpQueueFactory
for writeQueueFactory the buffer of the element is nulled by memcache
before remove is called, thus we are not able to determine the size of
element while removing, We can potentially work around this by adding a
wrapper to keep track of size but that will have its extra overhead,
Also verified from the heap dump that the growing queue was the queue
for opQueue.
2014-02-07 20:00:25 +05:30
cassandra-storage [maven-release-plugin] prepare for next development iteration 2014-02-04 15:23:34 -08:00
common DbConnector: Indexes on tasks table 2014-02-05 15:59:14 -08:00
docs Link Data Formats document and format spec references 2014-02-02 19:47:55 -06:00
examples [maven-release-plugin] prepare for next development iteration 2014-02-04 15:23:34 -08:00
hdfs-storage [maven-release-plugin] prepare for next development iteration 2014-02-04 15:23:34 -08:00
hll [maven-release-plugin] prepare for next development iteration 2014-02-04 15:23:34 -08:00
indexing-hadoop [maven-release-plugin] prepare for next development iteration 2014-02-04 15:23:34 -08:00
indexing-service [maven-release-plugin] prepare for next development iteration 2014-02-04 15:23:34 -08:00
install No more com.metamx.druid, it is now all io.druid! 2013-08-30 19:42:12 -05:00
kafka-eight [maven-release-plugin] prepare for next development iteration 2014-02-04 15:23:34 -08:00
kafka-seven [maven-release-plugin] prepare for next development iteration 2014-02-04 15:23:34 -08:00
processing [maven-release-plugin] prepare for next development iteration 2014-02-04 15:23:34 -08:00
publications/whitepaper Merge branch 'master' into select 2014-01-08 16:31:19 -08:00
rabbitmq [maven-release-plugin] prepare for next development iteration 2014-02-04 15:23:34 -08:00
s3-extensions [maven-release-plugin] prepare for next development iteration 2014-02-04 15:23:34 -08:00
server remove writeOpQueueFactory 2014-02-07 20:00:25 +05:30
services [maven-release-plugin] prepare for next development iteration 2014-02-04 15:23:34 -08:00
.gitignore Add docs from github wiki 2013-09-13 17:20:39 -05:00
DruidCorporateCLA.pdf Add CLA documents 2013-03-15 16:07:54 -05:00
DruidIndividualCLA.pdf Add CLA documents 2013-03-15 16:07:54 -05:00
LICENSE 1) Create LICENSE 2012-10-24 05:09:47 -04:00
README update readme 2013-11-20 16:55:53 -08:00
build.sh fix batch indexing and prepare for next release 2014-01-17 15:52:04 -08:00
eclipse_formatting.xml Eclipse formatting file. (only what I inferred from a few files) 2013-05-01 14:17:57 -04:00
pom.xml [maven-release-plugin] prepare for next development iteration 2014-02-04 15:23:34 -08:00
upload.sh Fix upload script to actually upload into the directory 2013-07-19 16:57:55 -07:00

README

The best place for more Druid resources is at: http://www.druid.io

Looking for docs? http://druid.io/docs/latest/

Build with build.sh

Want to get started? http://druid.io/docs/latest/Tutorial:-A-First-Look-at-Druid.html