Skip to content

Optimize local load TsFile piece dispatch#17851

Merged
jt2594838 merged 1 commit into
apache:masterfrom
Caideyipi:optimize-load-piece-dispatch
Jun 9, 2026
Merged

Optimize local load TsFile piece dispatch#17851
jt2594838 merged 1 commit into
apache:masterfrom
Caideyipi:optimize-load-piece-dispatch

Conversation

@Caideyipi

Copy link
Copy Markdown
Collaborator

Summary

  • avoid the serialize/deserialize round trip when dispatching LoadTsFilePieceNode to the local DataNode
  • allow aligned and non-aligned ChunkData produced by the splitter to write directly by lazily materializing their write state
  • add unit coverage for local dispatch identity and direct ChunkData writing without a serde round trip

Tests

  • mvn -pl iotdb-core/datanode spotless:apply
  • javac --release 8 for changed main classes
  • javac --release 8 for added test classes
  • git diff --check

@jt2594838 jt2594838 merged commit 4747d5f into apache:master Jun 9, 2026
41 checks passed
@jt2594838 jt2594838 deleted the optimize-load-piece-dispatch branch June 9, 2026 03:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants