Re-exports

pub use vela_utils;
pub use vpb;
pub use vpb::kvstructs;
pub use vpb::prost;
pub use zallocator;

Modules

re-export bytes crate.

Structs

Builder is used in building a table.

Options contains configurable options for Table/Builder.

RefCounter<T> is a very simple wrapper, you can treat this like

SimpleBuilder is a faster builder for building table. However, it can be only used when you do not want to encrypt or compress the data in the table. If you want to encrypt or compress the data in the table, plese use Builder instead.

Enums

Tells when should DB verify checksum for SSTable blocks.

Constants

Traits

You can also implement your own table builder, but you must make sure: