Module opener

Module opener 

Source
Expand description

Region opener.

Structsยง

RegionLoadCacheTask ๐Ÿ”’
A task to load and fill the region file cache.
RegionOpener ๐Ÿ”’
Builder to create a new MitoRegion or open an existing one.

Constantsยง

PARQUET_META_PRELOAD_CONCURRENCY ๐Ÿ”’

Staticsยง

PARQUET_META_PRELOAD_SEMAPHORE ๐Ÿ”’

Traitsยง

PartitionExprFetcher
A fetcher to retrieve partition expr for a region.

Functionsยง

can_load_cache ๐Ÿ”’
check_recovered_region ๐Ÿ”’
Checks whether the recovered region has the same schema as region to create.
get_object_store
Returns an object store corresponding to name. If name is None, this method returns the default object store.
maybe_load_cache ๐Ÿ”’
Loads all index (Puffin) files from the version into the write cache.
maybe_preload_parquet_meta_cache ๐Ÿ”’
preload_parquet_meta_cache_for_files ๐Ÿ”’
Preloads Parquet metadata into the in-memory SST meta cache on region open.
replay_memtable ๐Ÿ”’
Replays the mutations from WAL and inserts mutations to memtable of given region.
sanitize_open_request_options ๐Ÿ”’
Sanitizes open request options before parsing.
sanitize_region_options ๐Ÿ”’
Updates region options by persistent options.
version_builder_from_manifest ๐Ÿ”’
Creates a version builder from a region manifest.

Type Aliasesยง

PartitionExprFetcherRef