MySQL + SQL · Lesson 8
DBMS के Advantages और Limitations
DBMS के फायदे
| फायदा | मतलब |
|---|---|
| कम redundancy | Data एक बार store, keys से linked |
| Consistency | एक update हर जगह दिखता है |
| Data sharing | कई users एक साथ |
| Security | User-level permissions |
| Integrity | Constraints data valid रखते हैं |
| Backup & recovery | अपने आप protection |
DBMS की सीमाएं
- Cost: Software, hardware और trained staff महंगे हैं।
- Complexity: Design व manage करने में skill चाहिए।
- Size: DBMS software खुद बड़ी memory/disk लेता है।
- Risk: Central database fail हुआ तो सब रुक जाता है (single point)।
सारांश
- फायदे: कम redundancy, consistency, sharing, security, integrity, recovery।
- सीमाएं: cost, complexity, size और central failure risk।