GaussDB(DWS) GUC parameters can control database system behaviors. You can check and adjust the GUC parameters based on your business scenario and data volume.
Method 2 is limited to querying GUC parameter values of CNs. To view GUC parameter values of DNs, you can utilize Method 1 on the management console.
1 | SHOW server_version; |
server_version indicates the database version.
1 | SHOW ALL; |
1 | SELECT * FROM pg_settings WHERE NAME='server_version'; |
1 | SELECT * FROM pg_settings; |