Uses of Interface
org.apache.iotdb.db.qp.physical.BatchPlan
-
Packages that use BatchPlan Package Description org.apache.iotdb.db.qp.physical.crud org.apache.iotdb.db.qp.physical.sys -
-
Uses of BatchPlan in org.apache.iotdb.db.qp.physical.crud
Classes in org.apache.iotdb.db.qp.physical.crud that implement BatchPlan Modifier and Type Class Description classInsertMultiTabletsPlanMainly used in the distributed version, when multiple InsertTabletPlans belong to a raft replication group, we merge these InsertTabletPlans into one InsertMultiTabletsPlan, which can reduce the number of raft logs.classInsertRowsOfOneDevicePlanclassInsertRowsPlan -
Uses of BatchPlan in org.apache.iotdb.db.qp.physical.sys
Classes in org.apache.iotdb.db.qp.physical.sys that implement BatchPlan Modifier and Type Class Description classCreateMultiTimeSeriesPlancreate multiple timeSeries, could be split to several sub Plans to execute in different DataGroup
-