Releases: Strum355/bazel-execlog-duckdb-extension
Releases · Strum355/bazel-execlog-duckdb-extension
v1.0.0
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.