You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@druid.apache.org by "Zhaoshuang (David)" <zh...@huawei.com> on 2018/11/11 10:56:00 UTC

Can Druid insert table resuse indexing service / peon tasks for different table?

Background (Druid 0.11.0):
   We have lots of tables(more than 1000+), and though tranquility/kafka to push data to Druid.  And If each task taken one peon process, the CPU will be very busy. In fact, not each table have huge data, only few table have huge data, others have small data.  And the question is: can we reuse the indexing service for different tables? or anyting else solution to resolve the problem.
   thanks a lot ~~