You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by GitBox <gi...@apache.org> on 2022/10/21 05:33:01 UTC

[GitHub] [shardingsphere] RaigorJiang opened a new issue, #21671: [DistSQL] Change keyword `RESOURCE` to `STORAGE UNIT`

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

   Hi community,
   
   This issue is for #21659.
   
   
   ### Background
   Because the conceptual scope of `RESOURCE` is relatively large, here it actually just represents the unit used to store data, so the naming is adjusted.
   
   At the same time, `ADD RESOURCE` does not `ADD` a new db, but register the physical db in the logical database for use, so `ADD` is also adjusted to `REGISTER`.
   
   ### Aim
   Change keyword `INSTANCE` to `COMPUTE NODE`, e.g.
   ```
   ADD RESOURCE -> REGISTER STORAGE UNIT
   ALTER RESOURCE -> ALTER STORAGE UNIT 
   DROP RESOURCE -> UNREGISTER STORAGE UNIT
   SHOW DATABASE RESOURCES -> SHOW STORAGE UNITS
   SHOW UNUSED RESOURCES -> SHOW STORAGE UNITS WHERE usage_count = 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: notifications-unsubscribe@shardingsphere.apache.org.apache.org

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


[GitHub] [shardingsphere] jiangML commented on issue #21671: [DistSQL] Change keyword `RESOURCE` to `STORAGE UNIT`

Posted by GitBox <gi...@apache.org>.
jiangML commented on issue #21671:
URL: https://github.com/apache/shardingsphere/issues/21671#issuecomment-1286482254

   I'll try to do it


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


[GitHub] [shardingsphere] RaigorJiang commented on issue #21671: [DistSQL] Change keyword `RESOURCE` to `STORAGE UNIT`

Posted by GitBox <gi...@apache.org>.
RaigorJiang commented on issue #21671:
URL: https://github.com/apache/shardingsphere/issues/21671#issuecomment-1299480413

   @jiangML Completed, thank you!


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


[GitHub] [shardingsphere] RaigorJiang closed issue #21671: [DistSQL] Change keyword `RESOURCE` to `STORAGE UNIT`

Posted by GitBox <gi...@apache.org>.
RaigorJiang closed issue #21671: [DistSQL] Change keyword `RESOURCE` to `STORAGE UNIT`
URL: https://github.com/apache/shardingsphere/issues/21671


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