Which descriptions of important modules in GaussDB (for MySQL) architecture are correct?
GaussDB (for MySQL) currently only supports the InnoDB storage engine.
The regex function REGEXP_INSTR returns the starting index of a match. If return_option=1, it returns the last position.
Which features does DFV (Data Function Virtualization) provide for elastic scaling?
Which regex pattern is used to match one or more ‘h’ characters?
Regarding users, roles, and permissions, which of the following descriptions isincorrect?
Which statements about GaussDB (for MySQL) read-only nodes are correct?
Which window function generates a ranking within groups, where the same value gets the same rank?
Which factors should be considered when designing database objects?
To elastically scale read capacity and reduce GaussDB (for MySQL) pressure, read-only nodes can be created. Which statements are correct?
Which of the following statements about GaussDB (for MySQL) compatibility are correct?
Which statements about SQL execution process are correct?
A connection is a physical concept: a client establishes a network connection to GaussDB (for MySQL), which creates one or more threads in the instance.
Which industries can GaussDB 100 be applied to?
In GaussDB (for MySQL), session and connection are the same concept.
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 common denormalization practices in DB design?
Which roles exist in DAS Enterprise Edition?
Which of the following descriptions about the MEMORY storage engine is incorrect?
In GaussDB (for MySQL), what is the default slow SQL threshold in seconds?
What are the main advantages of the GaussDB (for MySQL) product?
What are the main features of GaussDB 100?
Which strings can the regex 'x?z|food' (simplified from source) match?
Frequent UPDATE operations can cause page splits, leading to severe fragmentation.
What are the core advantages of GaussDB (for MySQL)?
Which statements about Schema are correct?
Which of the following services provides a dedicated public IP resource, including public IP address and outbound bandwidth?
Using the EXPLAIN command in GaussDB (for MySQL), which of the following isnota valid Select_type?
Huawei Cloud DB Security Audit supports analyzing SQL behavior by risk levels, SQL injection, blacklist statements, and unauthorized operations.
When executing stored procedures, which end delimiters are allowed?
The DAS Cloud DBA module can diagnose GaussDB (for MySQL) instances. Which dimensions are included in reports?
For multidimensional clue analysis in data security auditing, which clues are supported by Huawei Cloud?
Database instance status refers to the running status of the DB instance. Which of the following is NOT a valid status for GaussDB (for MySQL)?
GaussDB (for MySQL) supports compute-storage separation.
Which of the following descriptions about Hint optimization strategies isincorrect?
What is the maximum number of read-only nodes that can be added to a GaussDB (for MySQL) cluster?
Which of the following isnota feature provided by the Data Replication Service (DRS)?
Performance can be measured against a baseline. Ideally, what should a performance baseline include?
What does GaussDB (for MySQL) use in stored procedures to implement the effect of dynamic SQL updates?
Which SQL O&M features does Cloud DBA provide?
Which types of backup does GaussDB (for MySQL) support?
Which of the following is not an object included in a schema?
If private IP cannot connect to GaussDB (for MySQL), bind an Elastic Public IP and connect via ECS or public host.
Which window function can be used to generate group-based ranks with the same rank for identical values?
Huawei Cloud's recycle bin policy is enabled by default and cannot be turned off. What is the default retention period in days?
GaussDB (for MySQL) uses V5 CPU + Optane DC SSD + RDMA network hardware combo, ensuring stable and fast performance.
Which statements about GaussDB (for MySQL)'s high reliability and scalability are correct?
GaussDB (for MySQL) and GaussDB (openGauss) are both relational databases.
Which of the following are common SQL tuning practices?
MD5(str) returns a 128-bit checksum as a 40-character hex string.
The command show [session|global] status defaults to "global".
In GaussDB (for MySQL), parameters can show whether the workload is mainly inserts/updates or queries, and the approximate SQL type ratio.
In Cloud DBA’s performance module, “Slow SQL” includes which functions?
An e-commerce platform is experiencing a surge in users and needs a database architecture with optimal parallel processing and scalability. Which architecture should be enabled?
Which of the following are part of GaussDB (for MySQL)'s Cloud Native design philosophy?
Response time calculation model = network transmission time (request) + server processing time (one or more layers) + network transmission time (response) + frontend parsing time.
In GaussDB (for MySQL), the optimizer generates execution plans, which are executed by the executor.
Which statements about field optimization in GaussDB (for MySQL) are correct?
Which statements about distributed transactions are correct?
Using DAS → Space tab → “Database Space”, users can search by DB name to view size and fragmentation rate.
The regex function REGEXP_INSTR returns the starting index of a substring matching the regex. If return_option=1, it returns the last matched position.
Which of the following statements about PLOG objects in Log Stores are correct?
Which of the following is a supported storage engine in GaussDB (for MySQL)?
Which of the following isnota binary data type?