- 5
- 0
- 约2.92万字
- 约 10页
- 2017-06-05 发布于河南
- 举报
数据表索引感化(国外英文资料)
数据表索引作用
The world of relational databases is a world of tables and collections, tables and collections. A database is a collection of tables, and tables are collections of rows and columns. When a SELECT query is published to retrieve rows from the table, the collection of another row and column is obtained. These are abstract concepts, and there is little reference to the basic representation of the database system that is used to manipulate the data in the table. Another abstract concept is that the operations on the table are simultaneous; The query is a conceptual set of operations, and there is no concept of time in the set theory.
Of course, the real world is quite different. The database management system implements abstract concepts, but is subject to actual physical constraints within the actual hardware scope. As a result, the query takes time and sometimes takes a long time. And human easily impatient, dont like to wait, so we left a set of those moments of mathematics abstract world to seek to accelerate query method. Fortunately, there are several techniques for accelerating operations that can index tables to make the database server search faster. Consider how to make full use of these indexes to write queries. You can write queries that affect the server scheduling mechanism, enabling queries from multiple clients to collaborate better. We thought about how basic hardware works, in order to figure out how to overcome its physical constraints to improve performance.
The goal is to optimize the performance of the database system so that it processes queries as quickly as possible. MySQL is already pretty fast, but even the fastest database can run faster under human design.
Well start with indexes because it is the most important tool for speeding up queries. There are other techniques for speeding up the query, but the most efficient way is to use the index properly. On the MySQL mailing list, people often ask questions about making queries faster. I
您可能关注的文档
- 夜店常放的歌曲!很嗨(国外英文资料).doc
- 大学信息技巧演习6(国外英文资料).doc
- 大学英语四级写作高分通衢——《新(国外英文资料).doc
- 大卫 科波菲尔 简介(国外英文资料).doc
- 大学英语四级测验句子翻译常用技能(国外英文资料).doc
- 大别山新导游词(国外英文资料).doc
- 外企与国企八大差异(国外英文资料).doc
- 大家的日语(第二五课、第二六课)(国外英文资料).doc
- 大学毕业论文标准格式【txt版】(国外英文资料).doc
- 外贸英语词汇2(国外英文资料).doc
- 村镇建设统计报表制度.docx
- T_CEPPEA 5069—2025 电力工程三维电子文件归档与电子档案管理规范.docx
- T_CSHE 0012—2024 压缩空气储能电站工程概(估)算费用标准.docx
- T_CSEE 0044—2024 特高压钢管塔及钢管构架加工技术规程.docx
- T_CSEE 0466.6—2024 柔性低频交流输电系统高压电气设备 第6部分:低频交联聚乙烯绝缘海底电缆试验规范.docx
- T_CSEE 0466.31—2024 柔性低频交流输电系统高压电气设备 第3-1部分:低频电磁式电压互感器.docx
- T_CSEE 0467—2024 电能计量装置电磁骚扰自动监测 技术规范.docx
- T_CSEE 0475—2024 输电线路状态信息智能汇集终端 技术规范.docx
- T_CSEE 0480—2024 换流站阀冷控制保护系统测试装置技术要求.docx
- T_CSEE 0020—2024 架空输电线路山火分布图绘制技术导则.docx
最近下载
- VDGP201_2002-05-01_VolumendefizitevonGutkenausNichteisenmetallen(中文).doc VIP
- 部编版道德与法治一年级下册第2课《做事要仔细》精美课件.pptx VIP
- 《新污染物治理技术》-课件全套 第1--13章 新污染物简介--- 人工智能与新污染物控制.pdf VIP
- 提高学习效率的六大诀窍五大方法.docx
- 2025年江苏省盐城市中考地理试卷及答案.docx VIP
- 化工制图习题集答案(20201030132317).pdf VIP
- DLT5427-2022年火力发电厂初步设计内容深度规定.doc
- 2025微博娱乐白皮书.docx VIP
- DL-T5153-2024火力发电厂厂用电设计技术规程.pptx VIP
- 体育教学论第4章.ppt VIP
原创力文档

文档评论(0)