2024-07-11
한어Русский языкEnglishFrançaisIndonesianSanskrit日本語DeutschPortuguêsΕλληνικάespañolItalianoSuomalainenLatina
What dimensions can be used for database tuning? In short:
Knowledge about database tuning is very scattered. Different DBMS, different companies, different positions, and different projects all encounter different problems. Here we divide it into three chapters for detailed explanation.
Although there are many SQL query optimization techniques, they can be divided into物理查询优化
and逻辑查询优化
Two big pieces.
索引
and表连接方式
And other technologies are used for optimization. The key here is to master the use of indexes.等价变换
Improving query efficiency, to put it bluntly, means that changing the way of writing queries may be more efficient.