zhaojinchao95 opened a new issue, #25485:
URL: https://github.com/apache/shardingsphere/issues/25485
Hi community,
We are considering adjust the metadata structure. Beacause, the
ShardingSphere metadata refresh are so heavy now. Such as it 's refresh builder
all global rule configuration when i changed `sqlParser` configuration. The
database configuration and datasource configuration also have the same problem,
so we plan to split the metadata structure to enable more fine-grained metadata
refresh.
Metadata new structure:
`/namespace/rules `node :
```
namespace
├──rules
├──authority
├──actice_version
├──versions
├──0
├──...
├──transaction
├──actice_version
├──versions
├──0
├──...
├──sql_parse
|──actice_version
├──versions
├──0
├──...
```
--
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:
[email protected]
For queries about this service, please contact Infrastructure at:
[email protected]