terrymanu opened a new issue #14814:
URL: https://github.com/apache/shardingsphere/issues/14814


   The current query result of `SHOW SCHEMA RESOURCES` is not good enough.
   
   It can not display the stable results if mix deploy with  JDBC and Proxy.
   
   When Proxy startup first, the result will display standard properties and 
customPoolProps in `attribute` fields; but if JDBC startup first, the result 
will display all properties of data source in `attribute` fields.
   
   We need to optimize query result as a stable value. It is better to show all 
effective data source properties, whatever JDBC or Proxy.
   
   By the way, display all properties will show lots messages, it is better to 
split `attribute` fields to each standard attributes and `other_attributes`.
   
   Some properties maybe do not need to display, we can add a new SPI to hide 
unnecessary properties for all data source pool type.
   
   The tasks are:
   
   - [ ] Display all effective properties of data source in RQL;
   - [ ] Split `attribute` fields to each standard attributes and 
`other_attributes`;
   - [ ] Add a new SPI to hide unnecessary properties for all data source pool 
type.


-- 
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]


Reply via email to