Skip to content

Commit

Permalink
Fix comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
rdaum committed Jan 2, 2024
1 parent 8a40789 commit f5a9bec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/db/src/tuplebox/coldstorage.rs
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ use crate::tuplebox::tuples::TxTuple;
use crate::tuplebox::tx::working_set::WorkingSet;
use crate::tuplebox::RelationId;

/// Uses OkayWal + Marble as the persistent backing store & write-ahead-log for the tuplebox.
/// Uses WAL + custom page store as the persistent backing store & write-ahead-log for the tuplebox.
pub struct ColdStorage {}

define_layout!(sequence_page, LittleEndian, {
Expand Down

0 comments on commit f5a9bec

Please sign in to comment.