Skip to content

Releases: Strum355/bazel-execlog-duckdb-extension

v1.0.0

06 Sep 18:12
v1.0.0
cc22319
Compare
Choose a tag to compare

Download the relevant plugin file below (x86_64-linux distros of duckdb may be either linux_amd64_gcc4 or linux_amd64) and be sure to not rename the file. Then start duckdb with the -unsigned flag to allow loading of this plugin. Then LOAD './path/to/compact_execlog.<os>_<arch>.duckdb_extension';.

The plugin provides a single function load_compact_execlog that takes a string parameter to a ZSTD-compressed compact execution log and returns a single table containing the data.