Please enable JavaScript.
Coggle requires JavaScript to display documents.
Introduction - Coggle Diagram
Introduction
-
Data Insights
-
Types of vision
Logical vision
-
Includes tables, relationships, and schemas
-
Physical Vision
-
Includes file structures, storage, and access
-
-
Data Model
-
Main models
-
-
-
-
In documents (NoSQL)
Handling unstructured or semi-structured data (JSON, XML)
Database language
Main Types
-
-
-
NoSQL Languages
Adapted for non-relational databases (e.g., BSON, Mango Query)
-
Transaction Management
-
-
Mechanisms
Commit, rollback, transaction logs, and concurrency control
-
Storage Management
-
Key aspects
Data organization: Tables, indexes, and logical structures.
Storage space: Allocation, segmentation, and partitioning.
-
-
Optimization: Use of caching, compression, and efficient indexing.
-