ποΈ 03022025 1344
π
hologres_storage_engine
- TheΒ storage engineΒ in Hologres manages data on hologres_shard and provides CRUD operations
- It is responsible for high-performance data writes and reads
Relationship with Shardsβ
- Each worker creates multiple storage engines, with each engine handling one shard.
- Storage engines are evenly distributed across workers to ensure balanced resource usage.
Performance Considerationsβ
- Proper configuration of shard counts and table groups ensures efficient resource allocation and high concurrency.
- Improper configuration can lead to uneven resource usage and performance degradation.