Skip to content

Storage Engine

  • Memory-first operations with disk persistence.
  • Human-readable table files (.harudb format).
  • Temp file + rename for atomicity.
  • fsync ensures data hits disk.