Skip to content

peformance regression of sequential inserting#14951

Merged
HTHou merged 2 commits intoapache:masterfrom
shizy818:seq-insert-fix
Feb 26, 2025
Merged

peformance regression of sequential inserting#14951
HTHou merged 2 commits intoapache:masterfrom
shizy818:seq-insert-fix

Conversation

@shizy818
Copy link
Contributor

Description

Solve peformance regression of sequential inserting (non-aligned time series)

Content1 ...

delay indices initialization until sort

Content2 ...

mem cost based on whether indices & bitmap is null

Content3 ...


This PR has:

  • been self-reviewed.
    • concurrent read
    • concurrent write
    • concurrent read and write
  • added documentation for new or modified features or behaviors.
  • added Javadocs for most classes and all non-trivial methods.
  • added or updated version, license, or notice information
  • added comments explaining the "why" and the intent of the code wherever would not be obvious
    for an unfamiliar reader.
  • added unit tests or modified existing tests to cover new code paths, ensuring the threshold
    for code coverage.
  • added integration tests.
  • been tested in a test IoTDB cluster.

Key changed/added classes (or packages if there are too many classes) in this PR

@HTHou HTHou merged commit 9e79d85 into apache:master Feb 26, 2025
50 checks passed
@shizy818 shizy818 deleted the seq-insert-fix branch March 20, 2025 10:38
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.

3 participants