my Sql Tuning
Run_LeoCat
奔跑的狮子猫
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
The First Day_Beginning
There are three basic steps to SQL tuning: 1.Figure out which execution plan (path to reach the data your SQL statement demands) you are getting. 2.Change SQL or the database to get a chosen e...原创 2009-06-08 22:31:25 · 145 阅读 · 0 评论 -
Chapter2_basics
For this reason, the caching algorithm I'm describing is often called an LRU caching algorithm. 缓存算法经常被称为LRU缓存算法。最不常用,最冷的数据会自动的从缓存中falls off; The theory is that the hottest data will cycle to the he...原创 2009-06-09 00:13:37 · 234 阅读 · 0 评论
分享