GaussDB (for MySQL) enforces password complexity rules for new users. Which of the following passwords donotcomply?
Which of the following are core functions of the UGO database migration tool?
Huawei Cloud DB Security Audit supports analyzing SQL behavior by risk levels, SQL injection, blacklist statements, and unauthorized operations.
Hints in GaussDB (for MySQL) mainly include which categories?
GaussDB (for MySQL) permissions are project-level. When authorizing, the scope must be set to a project in the selected region, and only applies there.
Which of the following are entities?
Huawei Cloud DAS (Cloud DBA) provides intelligent monitoring, diagnostics, and optimization to ensure stable DB operation.
The Com_insert and similar Com_xx parameters are used to monitor the number of different operations executed in a database instance. Which of the following commands correctly retrieves this parameter?
Which SQL O&M features does Cloud DBA provide?
In GaussDB (for MySQL), which parameter is used to control the maximum idle time for interactive connections?
Which Huawei Cloud service is used to control external access operations to virtual machines?
Which of the following statements about PLOG objects in Log Stores are correct?
In the EXPLAIN command output of GaussDB (for MySQL), which Select_type values are valid?
Which metrics can be displayed in real-time performance?
Which of the following are key operations supported by Cloud Audit (CTS) for GaussDB (for MySQL) instances?
GaussDB (for MySQL) deployment supports both public cloud and hybrid cloud.
GaussDB (for MySQL) and GaussDB (openGauss) are both relational databases.
Which type of backup in GaussDB (for MySQL) isretained even afterthe instance is deleted?
Which of the following are common SQL tuning practices?
Which statements about Schema are correct?
GaussDB (for MySQL) supports compute-storage separation.
The EXPLAIN command can be used to view the execution plan of SQL statements. In the execution plan, Type indicates the access method to the table. Which of the following is not a valid Type value?
Which are valid plan display formats?
Which statements about distributed transactions are correct?
Which of the following descriptions about Hint optimization strategies isincorrect?
DAS Enterprise Edition defines three types of user roles. Which of the following isnota role in DAS Enterprise Edition?
Compared to RDS for MySQL, GaussDB (for MySQL) has no standby nodes; all read-only are active and handle read traffic, improving utilization.
Which of the following methods cannot be used to view a table's fragmentation rate?
Which window function generates a ranking within groups, where the same value gets the same rank?
The MyISAM engine supports tables with different storage formats. Which are supported?
Regarding users, roles, and permissions, which of the following descriptions isincorrect?
What is the impossible result of executing: SELECT FLOOR(8 + (RAND()* 5));?
GaussDB (for MySQL) log management supports viewing DB-level logs, including error logs and slow SQL logs.
EXPLAIN cannot show the impact of triggers, stored procedures, or user-defined functions on queries.
GaussDB for MySQL adopts a compute-storage separation design. What is its greatest value?
Which of the following window functions are supported by GaussDB (for MySQL)?
Which statements about GaussDB (for MySQL) read-only nodes are correct?
Which of the following statements are incorrect?
Which of the following VPC connection methods can achieve private IP communication between different VPCs in the same region?
When using “Full SQL Insight,” DAS must be enabled to collect all SQL. After enabling, what is the performance overhead within?
UGO (DB & App Migration) is a professional cloud service for heterogeneous DB structure migration and SQL conversion.
The parameter innodb_log_buffer_size is used to set the size of the InnoDB log buffer, primarily to improve I/O performance for writing logs. What is the default size in a 16-core, 64GB GaussDB (for MySQL) instance?
FETCH retrieves the current cursor row and moves to the next. If already at last row, overflow occurs.
MD5(str) returns a 128-bit checksum as a 40-character hex string.
Using DAS → Space tab → “Database Space”, users can search by DB name to view size and fragmentation rate.
What are the parameter types for stored procedures?
Which of the following isnotan option of the EXPLAIN command?
Which of the following is not an object included in a schema?
Compared with physical backup, logical backup has the advantage of faster backup and recovery.
Xiao Hai deployed an application on an Elastic Cloud Server that resides in the same region and VPC as the GaussDB (for MySQL) instance. What is the best way to connect the application to the database in this scenario?
Hints are used when the user knows the optimal execution plan or to stabilize SQL execution plans for performance tuning.
DRS real-time migration supports only public network, VPC, and VPN migration.
Which parameters can limit resources per user?
Which industries can GaussDB 100 be applied to?
Which are common performance bottlenecks in database servers?
In the failover process of GaussDB (for MySQL), when can the new host officially start providing write operations to clients?
Which of the following services provides a dedicated public IP resource, including public IP address and outbound bandwidth?
In DRS, backup migration means reading local backup files and restoring to target DB.
In Cloud DBA’s performance module, “Slow SQL” includes which functions?
When purchasing GaussDB (for MySQL), storage space must be pre-planned in addition to CPU, to avoid later expansion.
In a 16-core, 64GB GaussDB (for MySQL) instance, what is the default size of the innodb_log_buffer_size parameter?
Which command can GaussDB (for MySQL) use to view server status information?
Which of the following isnota feature provided by the Data Replication Service (DRS)?
Response time calculation model = network transmission time (request) + server processing time (one or more layers) + network transmission time (response) + frontend parsing time.