Support cache
tag could keep result query result to variable like req
#153
Labels
cache
tag could keep result query result to variable like req
#153
What’s the problem you're trying to solve
In #150 In order to enhance our query performance after users send the API request to run our data endpoint to get the result from the data source. We need to provide a Caching (pre-loading) Layer with the duckDB to enhance query performance.
Describe the solution you’d like
We also support
{% cache %} … {% endcache %}
tag could keep the result from duckDB cache to variable and reuse likereq
tagThe text was updated successfully, but these errors were encountered: