原文:系统开发生命周期
常规的系统开发生命周期(SDLC):
1、计划(Planning)
2、需求收集与分析(Requirements gathering)
3、概念鱼逻辑设计(Conceptual and logical design)
4、物理设计(Physical design)
5、搭建模型并测试(Construction and testing)
6、实现和实施(Implementation and deployment)
7、维护/支持(Maintenance/ongoing support)
数据库生命周期:(DBLC):
1、启动(Initiation):在这个阶段,作为DBA应该评估公司的定位和对数据库的特定需求。
2、设计(Design):设计概念、逻辑、物理模型图。
3、建造、加载(Build and load):建造测试环境。并加载尽可能真实的数据。
4、测试(Test):测试可用性、性能、安全、可扩展性
5、实现(Implementation):特指在生产环境中实现。
6、运营(Operations):维护。
数据库设计模型:商业、用户、模型(Business、user、model——BUM):
商业(Business):你要明确你的目的和所需要的数据库。
列出各种业务需求。
用户(Users):在此截断,你需要研究性能要求和可用性。
模型(Model):文档化逻辑与物理数据库的实现。
时间: 2024-10-25 01:12:45