Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed the bug of tree model writing performance degradation #444

Merged
merged 35 commits into from
Sep 19, 2024

Conversation

YangYumings
Copy link
Contributor

@YangYumings YangYumings commented Sep 13, 2024

Improve

  • Remove the "use database" operation before writing data to the table model
  • The deleteIDColumnIfNecessary function will no longer be executed in non-dual write mode

Fix

  • Restore the variables of the iotdb-1.3 module in the Constants class.
  • Disables table model parameters from affecting tree model operations.
  • Modify the default value of DB_SWITCH.
    DB_SWITCH = DBSwitch.DB_IOT_200_SESSION_BY_TABLET;

@YangYumings YangYumings changed the title Improve throughput Fixed the bug of tree model writing performance degradation Sep 18, 2024
Copy link
Contributor

@OneSizeFitsQuorum OneSizeFitsQuorum left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@OneSizeFitsQuorum OneSizeFitsQuorum merged commit 2e20936 into thulab:master Sep 19, 2024
1 check passed
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