?????? Too many sub tables lead to slow start

2020-03-04 Thread ??????????
Already created issues, please help to solve https://github.com/apache/incubator-shardingsphere/issues/4604 ---- ??:"Juan Pan"https://github.com/apache/incubator-shardingsphere/issues Cheers, Trista Juan Pan (Trista) Senior DBA PPMC of

Re: Too many sub tables lead to slow start

2020-03-04 Thread Juan Pan
Hi The dev list will generally drop the attachments, if you debugged and found something, my suggestion is to attach the log a ISSUE[1]. [1] https://github.com/apache/incubator-shardingsphere/issues Cheers, Trista Juan Pan (Trista) Senior DBA & PPMC of Apache

?????? Too many sub tables lead to slow start

2020-03-04 Thread ??????????
I have alreadycheck.table.metadata.enabled: false But the startup is still slow. I have about 3000 meters The code in the attachment is that I track the slow execution position. Although my database performance is average, it takes more than 15 minutes to start Definitely help

Re: Too many sub tables lead to slow start

2020-03-04 Thread zhangli...@apache.org
Hi, google translate may can not translate your mean correctly, I can't get your point. -- Liang Zhang (John) Apache ShardingSphere & Dubbo 思埝四叶草 <546810...@qq.com> 于2020年3月4日周三 下午8:31写道: > Set check.table.metadata.enabled: false to start slowly > > I have nearly 3000 watches

??????Too many sub tables lead to slow start

2020-03-04 Thread ??????????
Set check.table.metadata.enabled: false to start slowly I have nearly 3000 watches As shown in the attachment code location Very time-consuming ---- ??:"Juan Pan"

Too many sub tables lead to slow start

2020-03-04 Thread ??????????
Hello I use mysql5 database Sharding version: 4.0.0-rc2 As there are about 2000 tables, the program starts slowly. Is there any way to solve this problem?