Wait-time analysis is an approach to database administration that looks at how much time the database spends actually completing operations as opposed to resource optimization. With more websites becoming database-driven, reducing wait times can improve loading times for pages.
Microsoft, SAP and IBM’s SQL products all include wait-time analysis tools, referred to as “Wait Types” or “Wait Events.” These can track input/output operations, buffer operations and waiting on locks to be released. Database administrators can then make optimization decisions based on the bottlenecks they find with wait-time analysis.
0 Comments