This is an automated email from the ASF dual-hosted git repository.
shuwenwei pushed a change to branch table_disk_usage_statistics_with_cache
in repository https://gitbox.apache.org/repos/asf/iotdb.git
from dfd2078a73c fix bug
new a18f763267c add statistics
new 48ac2729aea fix
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../relational/it/IoTDBShowDiskUsageTableIT.java | 2 +-
.../java/org/apache/iotdb/db/conf/IoTDBConfig.java | 10 ++
.../execution/fragment/DataNodeQueryContext.java | 30 +++++
.../InformationSchemaContentSupplierFactory.java | 140 +++++++++++++++++----
.../plan/planner/TableOperatorGenerator.java | 10 +-
.../plan/planner/plan/node/PlanGraphPrinter.java | 15 +++
.../plan/planner/plan/node/PlanNodeType.java | 4 +
.../distribute/TableDistributedPlanGenerator.java | 62 ++++++++-
.../node/InformationSchemaTableScanNode.java | 11 +-
...leDiskUsageInformationSchemaTableScanNode.java} | 92 +++++++-------
.../DataNodeLocationSupplierFactory.java | 33 +++++
.../dataregion/utils/DiskUsageStatisticUtil.java | 25 +++-
.../tableDiskUsageCache/TableDiskUsageCache.java | 26 ++++
.../planner/node/source/SourceNodeSerdeTest.java | 58 +++++++++
.../commons/schema/table/InformationSchema.java | 3 +-
15 files changed, 431 insertions(+), 90 deletions(-)
copy
iotdb-core/datanode/src/main/java/org/apache/iotdb/db/queryengine/plan/relational/planner/node/{InformationSchemaTableScanNode.java
=> TableDiskUsageInformationSchemaTableScanNode.java} (61%)