Skip to content
This repository was archived by the owner on Jan 22, 2025. It is now read-only.

Commit 8714210

Browse files
yhchiang-solwillhickey
authored andcommitted
[TieredStorage] Remove the general-purposed TieredStorageWriter (#196)
#### Problem tiered_storage/writer.rs was added when we planned to support multiple tiers in the tiered-storage (i.e., at least hot and cold). However, as we changed our plan to handle cold accounts as state-compressed accounts, we don't need a general purposed tiered-storage writer at this moment. #### Summary of Changes Remove tiered_storage/writer.rs as we currently don't have plans to develop cold storage. #### Test Plan Existing tiered-storage tests.
1 parent 2a4eb96 commit 8714210

File tree

2 files changed

+0
-64
lines changed

2 files changed

+0
-64
lines changed

accounts-db/src/tiered_storage.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ pub mod mmap_utils;
1111
pub mod owners;
1212
pub mod readable;
1313
mod test_utils;
14-
pub mod writer;
1514

1615
use {
1716
crate::{

accounts-db/src/tiered_storage/writer.rs

Lines changed: 0 additions & 63 deletions
This file was deleted.

0 commit comments

Comments
 (0)