- ASP.NET 3.5 CMS Development
- Curt Christianson Jeff Cochran
- 167字
- 2021-04-01 14:20:58
Why use a database
That's actually a fair question. After all, there are other storage mechanisms such as XML files, which could be used. But none of the other storage possibilities allow us the flexibility, and especially the programmability, of a database. A modern database is capable of holding many millions of records, while being able to search for and retrieve records fitting specific conditions. Exactly what we need to store for our CMS—the content or data.
Databases provide additional advantages over file-based storage such as our simple CMS or even an XML file. While a file on the system can get fragmented through constant changing, causing slower access times, data in a database can be changed at will without changing the access time. Compared to XML files, which get unwieldy after the size of the file exceeds the available memory resources, databases have near unlimited storage capacity. This means our CMS can scale from a simple family web site to a corporate publishing portal.
- Creo Parametric 8.0中文版基礎入門一本通
- Hadoop核心技術
- 虛擬現實:開啟現實與夢想之門
- Adobe創意大學After Effects產品專家認證標準教材(CS6修訂版)
- Photoshop CS6實戰基礎培訓教程(全視頻微課版)
- Premiere Pro影視后期編輯:短視頻制作實戰寶典
- Oracle Warehouse Builder 11g: Getting Started
- IBM WebSphere eXtreme Scale 6
- 人人都能玩賺AI繪畫
- 中文版Photoshop CS5實用教程(第2版)
- 零基礎攝影后期修圖 Photoshop照片處理輕松入門
- 用Studio One輕松制作你的短視頻音樂
- 3ds Max影視動畫角色設計技法教程
- SPSS統計分析與應用
- EJB 3.1 Cookbook