SQL performance optimization summary 2023-3-24

Summary of sql performance optimization 2023-3-24
1. All-round tracking log tutorial
2. System tracking log tutorial-lite version
3. Blocking tracking log
4. Slow query tracking log
5. Some tips for viewing tracking logs
6. sql of sql server Statement performance test
7. How to add full-text index to SQL Server
8. SQL Server with
9. ROW_NUMBER high-efficiency pagination
10. To improve SQL query efficiency where statement
11. Methods to improve query speed for data of tens of millions

Table of contents

1. Comprehensive tracking log tutorial

2. System trace log tutorial - simplified version

3. Blocking trace logs

4. Slow query tracking log

5. Some tips for tracking log viewing

6. SQL statement performance test of sql server

7. How to add full-text index in SQL Server

8、SQL Server with

9. ROW_NUMBER efficient pagination

10. To improve the efficiency of SQL query where statement

11. A method to improve query speed for data over tens of millions


1. Comprehensive tracking log tutorial

SQL Server Trace (Trace)--system trace log; from a small white to a great master, the article is full of details, and the details are outrageous.

SQL Server Trace (Trace)--system trace log; from a small white to a great master, the article is full of details, and the details are outrageous. _Orange-Extreme Era's Blog-CSDN Blog
 

2. System trace log tutorial - simplified version

View the system log information of SQL Server--compact version

Check the system log information of SQL Server - simplified version - Orange - Extreme Epoch Blog - CSDN Blog

3. Blocking trace logs

SQL Server Trace (Trace)--blocking trace log

SQL Server Trace (Trace)--blocking trace log_Orange-Extreme Epoch Blog-CSDN Blog

4. Slow query tracking log

SQL Server Trace (Trace)--slow query trace trace log

SQL Server Trace (Trace)--Slow Query Tracking Tracking Log_Orange - Extreme Epoch Blog - CSDN Blog

5. Some tips for tracking log viewing

SQL performance optimization: MS-SQL trace information view select * from ::fn_trace_gettable

SQL performance optimization: MS-SQL trace information view select * from ::fn_trace_gettable_Orange-Extreme Epoch Blog-CSDN Blog

6. SQL statement performance test of sql server

SQL performance optimization: SET STATISTICS IO, SET STATISTICS TIME, SET SHOWPLAN_ALL, SET SHOWPLAN_XML must be used for sql server performance testing

https://cplvfx.blog.csdn.net/article/details/123509409

7. How to add full-text index in SQL Server

SQL performance optimization: how to add full-text index + syntax analysis + test in SQL Server

https://cplvfx.blog.csdn.net/article/details/123502762

8、SQL Server with

SQL performance optimization: The role of SQL Server with as improves the execution efficiency of repeated SQL statements; this grammatical recursion is very practical, and hierarchical subqueries are also great

https://cplvfx.blog.csdn.net/article/details/123408011

9. ROW_NUMBER efficient pagination

sql paging, ROW_NUMBER high-efficiency paging (only supports MSSQL2005 and above)

https://cplvfx.blog.csdn.net/article/details/120046704

10. To improve the efficiency of SQL query where statement

SQL performance optimization: How to write the sequence of where statement conditions in order to improve SQL query efficiency

https://cplvfx.blog.csdn.net/article/details/121566831

11. A method to improve query speed for data over tens of millions

Sql performance optimization: how to improve query speed by processing tens of millions of data in sql, and how to deal with slow query speed

https://cplvfx.blog.csdn.net/article/details/84633531

Guess you like

Origin blog.csdn.net/cplvfx/article/details/129745216