MySQL + SQL · Lesson 9

Database Architecture और Three-Schema Architecture

Three-Schema Architecture

DBMS एक three-level (three-schema) architecture use करता है ताकि user के view को physical storage से अलग रखा जाए। यही separation data independence देता है।

तीन Levels

Levelदूसरा नामक्या describe करता है
ExternalView levelहर user को क्या दिखता है (custom views)
ConceptualLogical levelपूरे database का structure: tables, relationships
InternalPhysical levelData disk पर physically कैसे stored है

DBMS के मुख्य Components

  • Query processor — SQL समझता और चलाता है।
  • Storage manager — files, indexes और buffers संभालता है।
  • Transaction manager — ACID properties ensure करता है।
  • Data dictionary (catalog) — metadata रखता है।

सारांश

  • तीन levels: external (view), conceptual (logical), internal (physical)।
  • Components: query processor, storage manager, transaction manager, data dictionary।
🔗

Share this topic with a friend

यह topic किसी दोस्त को भेजें

Found it useful? Send it to a classmate learning the same thing.

अच्छा लगा? जो दोस्त यही सीख रहा है, उसे भेज दीजिए।