Skip to content

Commit

Permalink
[TieredStorage] Remove the general-purposed TieredStorageWriter (#196)
Browse files Browse the repository at this point in the history
#### 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.
  • Loading branch information
yhchiang-sol authored Mar 13, 2024
1 parent e13fbeb commit 69b6d5a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 64 deletions.
1 change: 0 additions & 1 deletion accounts-db/src/tiered_storage.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ pub mod mmap_utils;
pub mod owners;
pub mod readable;
mod test_utils;
pub mod writer;

use {
crate::{
Expand Down
63 changes: 0 additions & 63 deletions accounts-db/src/tiered_storage/writer.rs

This file was deleted.

0 comments on commit 69b6d5a

Please sign in to comment.