In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-09-16 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Database >
Share
Shulou(Shulou.com)06/01 Report--
Factors affecting the slow query of sql
1. Full table scan caused by no index or invalid index.
2. The amount of data in the table and the number of associated tables.
Cause the index to be invalid
1. When a table is associated with a query, the field type or length is inconsistent. Such as: varchar (10) and varchar (20)
2. The data type of the query parameter is not consistent with the index field type. For example, int = '1313'
3. The in () index field is usually valid when queried by in. But indexes are not used when there is too much data specified in the in and the optimizer thinks the full table scan is faster.
4. Others, such as like, using functions on the index, etc., invalidate the index.
Execution order of sql
From > join > on > where > group by > avg/sum > having > select > distinct > order by > limit
Optimization process
The focus of optimization: make sql filter less data at each step and faster.
1. The information obtained through explain sql:
The first table to execute the query; the usage of the index; the number of pieces of data scanned per table
2. Query the selectivity of key query fields through select count (distinct cl) / count (1) from table. The larger the selectivity, the higher the selectivity, and such fields should be indexed first.
3. Analyze table according to the situation, analyze the table to make its index reconstruction or distribution more balanced.
4. if the query is optimized, there is still a lot of data reflected, and the query is very slow. At this point, the query conditions should be adjusted according to the business.
Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.
Views: 0
*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.
The market share of Chrome browser on the desktop has exceeded 70%, and users are complaining about
The world's first 2nm mobile chip: Samsung Exynos 2600 is ready for mass production.According to a r
A US federal judge has ruled that Google can keep its Chrome browser, but it will be prohibited from
Continue with the installation of the previous hadoop.First, install zookooper1. Decompress zookoope
About us Contact us Product review car news thenatureplanet
More Form oMedia: AutoTimes. Bestcoffee. SL News. Jarebook. Coffee Hunters. Sundaily. Modezone. NNB. Coffee. Game News. FrontStreet. GGAMEN
© 2024 shulou.com SLNews company. All rights reserved.