AntiTopQuark commented on PR #65850:
URL: https://github.com/apache/doris/pull/65850#issuecomment-5043810102

   > maybe a tso table in information_schema is a better way
   
   I believe using the SHOW TSO STATUS command is a more appropriate choice, 
for the following reasons:
   The TSO status is a singleton runtime state managed by the Master, rather 
than catalog metadata.
   Commands can be explicitly forwarded to the master FE for execution.
   This command can return explicit error messages if TSO is disabled or 
uninitialized.
   Adding the information_schema.tso_status system table would introduce 
substantial redundant complexity to master node routing and distributed query 
execution pipelines.


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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to