[IOTDB-3611] Support "Modify Time Series Encoding and Compression Type" interface/command#6884
Closed
lpf4254302 wants to merge 81 commits intoapache:masterfrom
lpf4254302:support_alter_timeseries
Closed
[IOTDB-3611] Support "Modify Time Series Encoding and Compression Type" interface/command#6884lpf4254302 wants to merge 81 commits intoapache:masterfrom lpf4254302:support_alter_timeseries
lpf4254302 wants to merge 81 commits intoapache:masterfrom
lpf4254302:support_alter_timeseries
Conversation
2、add alter log
2、spotless:apply
2、cluster model check
2、spotless:apply
� Conflicts: � server/src/main/java/org/apache/iotdb/db/conf/IoTDBConfig.java � server/src/main/java/org/apache/iotdb/db/metadata/schemaregion/SchemaRegionMemoryImpl.java
…eries # Conflicts: # antlr/src/main/antlr4/org/apache/iotdb/db/qp/sql/SqlLexer.g4 # schema-engine-rocksdb/src/main/java/org/apache/iotdb/db/metadata/schemaregion/rocksdb/mnode/RMeasurementMNode.java # server/src/main/java/org/apache/iotdb/db/conf/IoTDBConfig.java # server/src/main/java/org/apache/iotdb/db/engine/storagegroup/DataRegion.java # server/src/main/java/org/apache/iotdb/db/metadata/idtable/entry/InsertMeasurementMNode.java # server/src/main/java/org/apache/iotdb/db/metadata/mnode/IMeasurementMNode.java # server/src/main/java/org/apache/iotdb/db/metadata/mnode/MeasurementMNode.java # server/src/main/java/org/apache/iotdb/db/metadata/schemaregion/ISchemaRegion.java # server/src/main/java/org/apache/iotdb/db/metadata/schemaregion/SchemaRegionMemoryImpl.java # server/src/main/java/org/apache/iotdb/db/mpp/plan/constant/StatementType.java # server/src/main/java/org/apache/iotdb/db/mpp/plan/parser/ASTVisitor.java # server/src/main/java/org/apache/iotdb/db/qp/executor/PlanExecutor.java # server/src/main/java/org/apache/iotdb/db/qp/logical/Operator.java # server/src/main/java/org/apache/iotdb/db/qp/physical/PhysicalPlan.java
…eTimeseriesTaskTest
…eries # Conflicts: # server/src/main/java/org/apache/iotdb/db/conf/IoTDBConfig.java # server/src/main/java/org/apache/iotdb/db/engine/compaction/performer/impl/ReadPointCompactionPerformer.java # server/src/main/java/org/apache/iotdb/db/metadata/mnode/IMeasurementMNode.java # server/src/main/java/org/apache/iotdb/db/mpp/plan/constant/StatementType.java
…eries # Conflicts: # antlr/src/main/antlr4/org/apache/iotdb/db/qp/sql/IoTDBSqlParser.g4 # schema-engine-rocksdb/src/main/java/org/apache/iotdb/db/metadata/schemaregion/rocksdb/mnode/RMeasurementMNode.java # server/src/main/java/org/apache/iotdb/db/conf/IoTDBConfig.java # server/src/main/java/org/apache/iotdb/db/engine/StorageEngine.java # server/src/main/java/org/apache/iotdb/db/engine/compaction/performer/impl/ReadPointCompactionPerformer.java # server/src/main/java/org/apache/iotdb/db/engine/storagegroup/DataRegion.java # server/src/main/java/org/apache/iotdb/db/engine/storagegroup/dataregion/StorageGroupManager.java # server/src/main/java/org/apache/iotdb/db/metadata/LocalSchemaProcessor.java # server/src/main/java/org/apache/iotdb/db/metadata/idtable/entry/InsertMeasurementMNode.java # server/src/main/java/org/apache/iotdb/db/metadata/mnode/IMeasurementMNode.java # server/src/main/java/org/apache/iotdb/db/metadata/mnode/MeasurementMNode.java # server/src/main/java/org/apache/iotdb/db/metadata/schemaregion/SchemaRegionMemoryImpl.java # server/src/main/java/org/apache/iotdb/db/metadata/schemaregion/SchemaRegionSchemaFileImpl.java # server/src/main/java/org/apache/iotdb/db/mpp/plan/constant/StatementType.java # server/src/main/java/org/apache/iotdb/db/mpp/plan/parser/ASTVisitor.java # server/src/main/java/org/apache/iotdb/db/qp/executor/PlanExecutor.java # server/src/main/java/org/apache/iotdb/db/qp/sql/IoTDBSqlVisitor.java # server/src/test/java/org/apache/iotdb/db/qp/physical/PhysicalPlanSerializeTest.java
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
plan selection
About the selection of single/multiple physical quantity modification
About the selection of the command affecting the data range
Merge related code changes
Modify the encoding type and compression type positive process
Recovery operation after schema modification
mlog adds AlterTimeSeriesPlan and implements recovery method at the same time
Service restart recovery operation
Need to continue to improve the content
This PR has:
for an unfamiliar reader.
for code coverage.
Key changed/added classes (or packages if there are too many classes) in this PR
PlanExecutor
LocalSchemaProcessor
SchemaRegionSchemaFileImpl
DataRegion
org.apache.iotdb.db.engine.alter
IoTDBSqlParser.g4
CrossSpaceCompactionTask.java
SingleSeriesCompactionExecutor.java
InnerSpaceCompactionTask.java
TsFileManager
MeasurementMNode