Architecture Topics
Core Elements of an Ocient System
Understanding the fundamental components of an Ocient deployment
Compute Adjacent Storage Architecture
Learn about CASA and how it optimizes performance
Query Performance Optimizations
How Ocient optimizes query execution for large datasets
Distributed Query Execution
Understanding how queries execute across nodes
Storage and Compression
Data storage formats and compression techniques
Fault Tolerance
Erasure coding and system resilience
Key Architectural Concepts
Compute Adjacent Storage Architecture (CASA)
CASA collocates NVMe drive storage with the system compute resources to optimize performance. This design keeps records near and accessible for computation without a separate storage layer, which avoids many common bottlenecks for database engines.Node Types
Ocient is a distributed system consisting of interconnected nodes:- SQL Nodes - Parse incoming SQL statements and administer commands
- Loader Nodes - Manage ETL ingestion and index data
- Foundation Nodes - Store data and perform query processing

