alipay / container-auto-tune

Container Auto Tune is an intelligent parameter tuning product that helps developers, operators automatically adjust the application, analyzes JVM reasonable configuration parameters through intelligent algorithms.Please visit the official site for the quick start guide and documentation.
Apache License 2.0
32 stars 3 forks source link

update create index in data.sql and optimize minioserver install #40

Closed KaifeiHuang closed 1 year ago

KaifeiHuang commented 1 year ago

Describe this problem

  1. the minioserver installation is little slow.
  2. table index is not correct.

Steps to reproduce

  1. check the data.sql file
  2. run the start.sh to check the minio-server

Expected behavior

  1. minioserver installation is more fast.
  2. indexes can be created in h2.

Assgin People

@KaifeiHuang

Additional Information

No response