You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi again, is it possible to set the visibility_mode runtime parameter to be “all” by default for all client sessions? In many of our use-cases we will have clients querying the latest real-time data from RisingWave MV’s and thus would need to set the visibility_mode to “all” to achieve this currently on each connection.
Describe the solution you'd like
Provide a system parameter visibility_mode, which can override the default value of session variable visible
Describe alternatives you've considered
The requirements also apply to many other session variables, such as isolation_level, query_mode, etc. Is it possible to build a common framework?
preset default value <-- system parameter <-- session variable
// Arrows mean overriding if set.
Additional context
No response
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
https://risingwave-community.slack.com/archives/C05U5NV4LHY/p1709036227434699
Describe the solution you'd like
Provide a system parameter
visibility_mode
, which can override the default value of session variablevisible
Describe alternatives you've considered
The requirements also apply to many other session variables, such as
isolation_level
,query_mode
, etc. Is it possible to build a common framework?Additional context
No response
The text was updated successfully, but these errors were encountered: