refactor: Meta
notifies vec[(target, operation)] to Frontend/Compactor/Compute/Hummock
#13683
Labels
Meta
notifies vec[(target, operation)] to Frontend/Compactor/Compute/Hummock
#13683
For now, meta send notification like this:
which indicates that one notification can only invoke one modification on one target. However, many sql statements need to modify a batch of objects in one query. For instance,
ALTER DATABASE db OWNER to new_owner
needs to modifydb
's owner and grant CONNECT privilege tonew_owner
at the same time.A suggested Proto would be like:
The text was updated successfully, but these errors were encountered: