原文:
系統開發生命週期
常規的系統開發生命週期(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):文件化邏輯與物理資料庫的實現。
系統開發生命週期
常規的系統開發生命週期 sdlc 1 計畫 planning 2 需求收集與分析 requirements gathering 3 概念魚邏輯設計 conceptual and logical design 4 物理設計 physical design 5 搭建模型並測試 construction ...
系統開發生命週期
原文 系統開發生命週期 常規的系統開發生命週期 sdlc 1 計畫 planning 2 需求收集與分析 requirements gathering 3 概念魚邏輯設計 conceptual and logical design 4 物理設計 physical design 5 搭建模型並測試 c...
系統開發生命週期 SDLC
系統開發生命週期 system development life cycle,sdlc 四個基本階段 計畫 分析 設計和實現 一 計畫 1 在專案啟動期間,確定系統給組織帶來的業務價值,即將它如何降低費用或增加收入。系統需求是對業務需求的簡要總結,並解釋支援這個業務需求的系統如何創造業務價值。可行性...