...
Name | Type | Cardinality |
---|---|---|
parameter | 0..n | |
cache | 0..1 | |
from | 0..n | |
where | 0..n | |
sort | 0..n | |
join | 0..n | |
options | 0..1 |
Content
None
Notes
The cache settings are only used for data source data connections that have a key specified, since it's the key that's used as the cache index
If no
cache
tag is specified then the data will still be cached, but it will use the default cache configuration, to disable caching you need to setdisable
totrue
inside the cache definition (see example below).You can completely disable the caching (for all data definitions that don't have cache setting explicitly set) by setting the startup parameter
weave.cache.default
totrue
(in startup.cmd, startup.sh and/or weave-service.conf).If no parameters are specified then the server will generate parameters based on the columns in the underlying table, in this case you should also not include any
from
tags since joins are not currently supported,where
tags are ok though.
...