// SPDX-License-Identifier: Apache-2.0
//! Phase 1 storage engine: per-core, shared-nothing LSM instances with a PAX row codec that
//! decouples scalar-column compaction from vector-blob compaction. See `CLAUDE.md` at the
//! workspace root for the full P95-tail-latency rationale.
pub use Engine;
pub use ;
pub use ;