SSTREPORT
extensions commercial This extension is available with commercial support. Please contact sales team for more information.
Configuration parameters
-
warpscript.extensions
-
leveldb.secret
Builds a report on the content of the various SST (Sorted String Table) files of the LevelDB database backing the Warp 10™ storage engine.
The function returns a map containing the following keys:
Key | Description |
---|---|
maxlevel | Deepest level of SST files |
manifest | Name of MANIFEST file used for building the report |
sst | List of SST file descriptors |
Each SST file descriptor is a list containing the following elements:
- Level of the file
- Number (id) of the file
- Hex encoded smallest key found in the file
- Hex encoded largest key found in the file