rocksdb/db/wide
Xingbo Wang 4e11dd79e1 V2 serialization format for wide columns with blob references (#14314)
Summary:
Introduce a new V2 serialization format for wide column entities that supports storing individual column values in blob files. The V2 format adds a column type section that marks each column as either inline or blob-index, enabling per-column blob storage for large values.

Pull Request resolved: https://github.com/facebook/rocksdb/pull/14314

Reviewed By: pdillinger

Differential Revision: D92832066

Pulled By: xingbowang

fbshipit-source-id: 13c24347e1f481a059d67eef987d2d2b184b4a51
2026-02-21 06:19:45 -08:00
..
db_wide_basic_test.cc Remove deprecated DB::Open raw pointer variants (and more) (#14335) 2026-02-17 23:33:39 -08:00
wide_column_serialization.cc V2 serialization format for wide columns with blob references (#14314) 2026-02-21 06:19:45 -08:00
wide_column_serialization.h V2 serialization format for wide columns with blob references (#14314) 2026-02-21 06:19:45 -08:00
wide_column_serialization_test.cc V2 serialization format for wide columns with blob references (#14314) 2026-02-21 06:19:45 -08:00
wide_columns.cc Standardize on clang-format version 18 (#13233) 2024-12-19 10:58:40 -08:00
wide_columns_helper.cc Generalize and move the wide-column Find method to facilitate reuse (#13168) 2024-12-02 12:02:22 -08:00
wide_columns_helper.h Generalize and move the wide-column Find method to facilitate reuse (#13168) 2024-12-02 12:02:22 -08:00
wide_columns_helper_test.cc Wide Column support in ldb (#11754) 2023-08-30 12:45:52 -07:00