GaussDB(DWS) uses a distributed architecture, and to achieve optimal performance, SQL statements need to be pushed down to utilize distributed computing resources.
Impact of rule violation:
Solution:
Impact of rule violation:
Solution:
Impact of rule violation:
Solution:
Impact of rule violation:
Solution:
1 2 3 4 5 6 7 8 9 | SELECT id, from_image_id, from_person_id, from_video_id FROM face_data WHERE SS.DEL_FLAG = 'N' AND NVL(SS.DELETE_FLAG, 'N') = 'N' The modification is as follows: SELECT id, from_image_id, from_person_id, from_video_id FROM face_data where SS.DEL_FLAG = 'N' AND (SS.DELETE_FLAG = 'N' or SS.DELETE_FLAG is null) |
Impact of rule violation:
Solution:
A resource-intensive SQL statement contains:
Before rolling out, conduct pressure tests and implement concurrency control for these SQL statements. If the resource capacity is exceeded, optimizing the service should be prioritized before reassessing the rollout plan.
If SSDs or other high-performance disk types are used, it may not be necessary to adhere strictly to this rule, but it is still crucial to monitor the I/O consumption.
Impact of rule violation:
Solution:
Impact of rule violation:
Solution:
Impact of rule violation:
Solution:
Impact of rule violation:
Solution:
Impact of rule violation:
Solution:
Impact of rule violation:
Solution:
1 | SET query_band='JobName=abc;AppName=test;UserName=user'; |
/* Module name_Tool name_Job name_Step */, for example, /* mca_python_xxxxxx_step1 */ insert into xxx select … from
Impact of rule violation:
Solution: