Skip to content

Commit 7e53303

Browse files
committed
feature: add supported caching data sources description text
1 parent 3c282e6 commit 7e53303

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

packages/doc/docs/develop/cache.mdx

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,11 @@ To provide efficient caching functionality, VulcanSQL utilizes [DuckDB](https://
99
Please note that in order to use the caching layer feature, you need to have the [DuckDB extension](../connectors/duckdb) installed. If you are using VulcanSQL CLI binary, the DuckDB extension is already pre-bundled, so no additional installation is required. However, if you are using VulcanSQL in a NodeJS project, make sure to install the DuckDB extension separately to enable the caching functionality.
1010
:::
1111

12+
:::caution
13+
At the moment, if you need to use the caching layer, only these data sources are supported: BigQuery, Snowflake and DuckDB.
14+
If you need to have the caching layer enabled for other data sources, please [submit a feature request on GitHub](https://github.com/Canner/vulcan-sql/issues/new?assignees=&labels=type%2Fenhancement%2C+needs-triage&projects=&template=feature-request.md&title=). Thank you!
15+
:::
16+
1217
First, you need to add the following configuration to vulcan.yaml.
1318

1419
```yaml title="vulcan.yaml"

0 commit comments

Comments
 (0)