You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by "TeslaCN (via GitHub)" <gi...@apache.org> on 2023/03/23 09:36:05 UTC

[GitHub] [shardingsphere] TeslaCN opened a new issue, #24778: Merge sharding cache rule into sharding rule

TeslaCN opened a new issue, #24778:
URL: https://github.com/apache/shardingsphere/issues/24778

   ## Refactor
   
   Related to #24363.
   
   Sharding cache rule is an plugin for sharding rule. But sharding cache rule could not be used without sharding rule. I'm going to merge it into sharding rule.
   
   Before:
   ```yaml
   rules:
     - !SHARDING_CACHE
       allowedMaxSqlLength: 512
       routeCache:
         initialCapacity: 65536
         maximumSize: 262144
         softValues: true
   ```
   
   After:
   ```yaml
   rules:
     - !SHARDING
       tables:
       shardingAlgorithms:
       shardingCache:
         allowedMaxSqlLength: 512
         routeCache:
           initialCapacity: 65536
           maximumSize: 262144
           softValues: true
   ```
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@shardingsphere.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [shardingsphere] terrymanu closed issue #24778: Merge sharding cache rule into sharding rule

Posted by "terrymanu (via GitHub)" <gi...@apache.org>.
terrymanu closed issue #24778: Merge sharding cache rule into sharding rule
URL: https://github.com/apache/shardingsphere/issues/24778


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@shardingsphere.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org