【异常】ShardingSphere启动很慢的问题 Too slow to load meta data when start up

2021-02-05 16:14

阅读:681

标签:pen   dep   star   data   end   apache   设置   项目   return   

一、出现的场景

依赖的sharding-jdbc-core的版本从 4.0.0升级到4.1.1,导致项目启动特别慢

    org.apache.shardingsphere
            sharding-jdbc-core
        

二、解决办法

设置max.connections.size.per.query参数

Properties properties = new Properties();
properties.setProperty("max.connections.size.per.query", "50");
return ShardingDataSourceFactory.createDataSource(createDataSourceMap(), configuration, properties);

 

【异常】ShardingSphere启动很慢的问题 Too slow to load meta data when start up

标签:pen   dep   star   data   end   apache   设置   项目   return   

原文地址:https://www.cnblogs.com/756623607-zhang/p/13124605.html


评论


亲,登录后才可以留言!