Skip to main content

๐Ÿ—“๏ธ 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 diagram

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.

Referencesโ€‹