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

Set an appropriate List HashMap capacity to reduce the number of capacity expansions. #445

Merged
merged 1 commit into from
Sep 18, 2024

Conversation

YangYumings
Copy link
Contributor

@YangYumings YangYumings commented Sep 14, 2024

Under the same iotdb and benchmark configuration files, measure the performance improvement of the benchmark side.

Under the table model, the iotdb write throughput increased by 12%.

Under the tree model, the iotdb write throughput increased by 9%.

Table Mode

Grafana link:

http://192.168.130.12:3000/d/TbEVYRw7B/apache-iotdb-datanode-dashboard?orgId=1&var-cluster=defaultCluster&var-nodeType=DATANODE&var-instance=All&var-instance_value=192.168.130.12:9092&from=1726824180000&to=1726824900000

  • Before
    image
  • After
    image

Tree Mode

Grafana link:

http://192.168.130.12:3000/d/TbEVYRw7B/apache-iotdb-datanode-dashboard?orgId=1&var-cluster=defaultCluster&var-nodeType=DATANODE&var-instance=All&var-instance_value=192.168.130.12:9092&from=1726825380000&to=1726826280000

  • Before
    image
  • After
    image

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 9fe6209 into thulab:master Sep 18, 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