- SQL Server 2017 Administrator's Guide
- Marek Chmel Vladimír Mu?n?
- 188字
- 2021-07-02 21:51:37
How data is stored
Every database on SQL Server must have at least two files:
- The primary data file with the usual suffix, mdf
- The transaction log file with the usual suffix, ldf
For lots of databases, this minimal set of files is not enough. When the database contains big amounts of data such as historical tables, or the database has big data contention such as production tracking systems, it's good practise to design more data files. Another situation when a basic set of files is not sufficient can arise when documents or pictures would be saved along with relational data. However, SQL Server still is able to store all of our data in the basic file set, but it can lead to a performance bottlenecks and management issues. That's why we need to know all possible storage types useful for different scenarios of deployment. A complete structure of files is depicted in the following image:
For many administrators who never care about databases on SQL Server before, this tree of objects could be unclear and confusing. It's time to explain every single node in the preceding tree.
- Div+CSS 3.0網頁布局案例精粹
- 教父母學會上網
- UTM(統一威脅管理)技術概論
- 自動檢測與轉換技術
- Kubernetes for Developers
- Blender 3D Printing by Example
- 教育機器人的風口:全球發展現狀及趨勢
- Applied Data Visualization with R and ggplot2
- 在實戰中成長:C++開發之路
- 水晶石影視動畫精粹:After Effects & Nuke 影視后期合成
- FANUC工業機器人配置與編程技術
- MongoDB 4 Quick Start Guide
- 簡明學中文版Flash動畫制作
- Windows 7來了
- JSP通用范例開發金典