Home > database > A lot of the db file sequential read and log file sync wait for events, what is the solution
A lot of the db file sequential read and log file sync wait for events, what is the solution
Time:10-05
Database problem is very large, as shown in figure:
CodePudding user response:
Redolog and archive logs on the same disk group, asm is the cause of the log file sync wait for events, in addition the db file sequential read wait event is also very serious
CodePudding user response:
1, optimize SQL 2, commit the frequency is too high or IO bottleneck, etc
CodePudding user response:
1, improper use index 2, most likely when submit frequently, IO slower (likely IO contention also cause?) , it is best to put REDO separate faster disks