Skip to content

Commit d906f35

Browse files
committed
feat: storage migration
1 parent 7e7a3b6 commit d906f35

File tree

4 files changed

+138
-816
lines changed

4 files changed

+138
-816
lines changed

crates/inferadb-control-storage/src/lib.rs

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,11 @@ pub mod optimization;
77

88
pub use backend::{KeyValue, StorageBackend, StorageError, StorageResult, Transaction};
99
pub use coordination::{Coordinator, LeaderStatus, WorkerInfo};
10-
pub use factory::LedgerConfig;
11-
pub use factory::{Backend, StorageBackendType, StorageConfig, create_storage_backend};
10+
pub use factory::{
11+
Backend, LedgerConfig, StorageBackendType, StorageConfig, create_storage_backend,
12+
};
1213
pub use memory::MemoryBackend;
13-
pub use metrics::{Metrics, MetricsCollector};
14+
pub use metrics::{Metrics, MetricsCollector, MetricsSnapshot};
1415
pub use optimization::{
1516
BatchConfig, BatchFlushStats, BatchOperation, BatchWriter, CacheConfig, LruCache,
1617
OptimizedBackend,

0 commit comments

Comments
 (0)