QuackStore - Smart Block-Based Caching for Remote Files. Speed up repeated queries on remote data with intelligent block-level caching.
Installing and Loading
INSTALL quackstore FROM community;
LOAD quackstore;
About quackstore
See README.md
Added Functions
| function_name | function_type | description | comment | examples |
|---|---|---|---|---|
| quackstore_clear_cache | table | NULL | NULL | |
| quackstore_evict_files | table | NULL | NULL |
Added Settings
| name | description | input_type | scope | aliases |
|---|---|---|---|---|
| quackstore_cache_enabled | Turn cache ON or OFF | BOOLEAN | GLOBAL | [] |
| quackstore_cache_path | Cache path | VARCHAR | GLOBAL | [] |
| quackstore_cache_size | Cache size (bytes) | UBIGINT | GLOBAL | [] |
| quackstore_data_mutable | Whether data is mutable (affects cache invalidation) | BOOLEAN | GLOBAL | [] |