Skip to content

Commit

Permalink
chore: revert the default columnar wal encoding format
Browse files Browse the repository at this point in the history
  • Loading branch information
ShiKaiWi committed Nov 14, 2023
1 parent 22cc3e7 commit 7795406
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion analytic_engine/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ impl Default for WalEncodeConfig {
fn default() -> Self {
Self {
num_bytes_compress_threshold: ReadableSize::kb(1),
format: WalEncodeFormat::Columnar,
format: WalEncodeFormat::RowWise,
}
}
}
Expand Down

0 comments on commit 7795406

Please sign in to comment.