Database Design
摘要
Unless you create completely stateless applications, you will need some sort of mechanism to save data that can be read or manipulated later. Retrieving stored data is a notorious bottleneck in terms of code execution time.