bazel-execlog-duckdb-extension

Stars
2
Committers
1

Bot releases are visible (Hide)

bazel-execlog-duckdb-extension - v1.0.0 Latest Release

Published by github-actions[bot] about 2 months ago

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.