Package org.apache.druid.indexer.partitions
package org.apache.druid.indexer.partitions
-
ClassDescriptionPartitionsSpec based on dimension values.Spec to create partitions based on value ranges of multiple dimensions.Dynamically determine partitions in the middle of indexing.PartitionsSpec describes the secondary partitioning method for data ingestion.In Druid, ingested data are primarily partitioned based on time range (@link GranularitySpec#getSegmentGranularity), and then secondly partitioned based on the given
PartitionsSpec.Partition a segment by a single dimension.