Thanks to visit codestin.com
Credit goes to github.com

Skip to content
 
 

Repository files navigation

FaDE: Fast Hypothetical Deletions Extension for DuckDB

FaDE is a DuckDB extension that enables fast, interactive "what-if" analysis by supporting hypothetical deletions and scaling updates for SPJAU queries (Select–Project–Join–Aggregate–Union). FaDE empowers users to run interventions over analytical queries with extremely low latency and high throughput, making it ideal for interactive data applications and explanation engines.


Installation

To install FaDE from the latest GitHub release, download and extract the extension into DuckDB’s extension directory manually, run the following script:

python scripts/download_fade.py

Running the Extension

To load FaDE, DuckDB must allow unsigned extensions. This requires launching DuckDB with the unsigned flag.

import duckdb

con = duckdb.connect(config={'allow_unsigned_extensions': True})
con.execute("LOAD 'fade';")

About

Template for DuckDB extensions to help you develop, test and deploy a custom extension

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages