Which features does DFV (Data Function Virtualization) provide for elastic scaling?
A company platform has 29 categories of products. If partitioning tables based on products, which partitioning method is recommended?
With shared storage, GaussDB (for MySQL) can expand by adding compute nodes, completed within minutes regardless of data size.
In a 16-core, 64GB GaussDB (for MySQL) instance, what is the default size of the innodb_log_buffer_size parameter?
Performance can be measured against a baseline. Ideally, what should a performance baseline include?
DRS provides complete heterogeneous database migration to the cloud, ensuring smooth business cutover.
Which command in GaussDB (for MySQL) is used to view server status information?
When using security group functionality, which of the following is not a configurable setting?
What is the output of the following SQL statement?
SELECT JSON_EXTRACT(10, 20, [30, 40], "$$"$$11);
GaussDB (for MySQL) is 100% compatible with MySQL ecosystem, applications can migrate to cloud without modification.
Which of the following are part of GaussDB (for MySQL)'s Cloud Native design philosophy?
To facilitate management, DAS Enterprise Edition includes several user roles. Which of the following isnotamong them?
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)?
EXPLAIN cannot show the impact of triggers, stored procedures, or user-defined functions.
The parameter max_user_connections can limit user connections per instance, and can differ per user.
When using hints, different scopes apply. Which scope descriptions are correct?
In GaussDB (for MySQL), user variables are session variables that can be saved and shared across sessions.
Object Storage Service (OBS) is a massive, secure, reliable, and low-cost storage service.
Using SHOW PROCESSLIST provides session-related info. Which of the following are common thread statuses?
Which of the following is the correct sequence for connecting to a GaussDB (for MySQL) instance via the internet?
In GaussDB (for MySQL), the default failover priority is “0”, where “0” is the highest. It can be manually modified.
What is the maximum number of read-only nodes that can be added to a GaussDB (for MySQL) cluster?
GaussDB (for MySQL) supports bidirectional scalability for compute nodes and 1 read-write node. What is the maximum number of read-only nodes it supports?
Which of the following statements about GaussDB (for MySQL) compatibility are correct?
If an administrator finds that the InnoDB read cache hit rate is low in GaussDB (for MySQL), what should be optimized first?
User sessions correspond to user connection threads — one session equals one connection thread.
GaussDB (for MySQL) is a single-process, multi-threaded database. What are the advantages of threads?
In the EXPLAIN command output of GaussDB (for MySQL), which Select_type values are valid?
In GaussDB (for MySQL), which parameter is used to control the maximum idle time for interactive connections?
Using DAS → Space tab → “Database Space”, users can search by DB name to view size and fragmentation rate.
Which type of tree does the InnoDB engine use by default to store index information?
When creating a GaussDB (for MySQL) instance, the system automatically creates system accounts (usable by users) to support backend O&M. Which are these accounts?
When looping over cursors, overflow can occur if end-of-data isn’t checked. Which handlers can be used to control execution properly?
A database administrator received a "cannot connect" error. Diagnosis revealed that a new business caused client connections to exceed the preset limit. Which parameter should be adjusted to fix the error?
In the failover process of GaussDB (for MySQL), when can the new host officially start providing write operations to clients?