#dagql cache?

1 messages · Page 1 of 1 (latest)

solemn hedge
#

like a simple IDv2 lookup table in a sqlite ?

vital egret
#

Dagql does cache queries already, but only within a single session. Caching results in sqlite instead would definitely be a fun experiment. I'm also really feeling the pain of not having caching for module functions across sessions. Nearly all of mine are cacheable but they re-run every time. 😦

Definitely need to measure first though to see where time is being spent, could be any number of things. Do you have a slow example I can check out?

solemn hedge
#
 dagger -m github.com/shykes/daggerverse/dagger call engine versions
#
dagger -m github.com/shykes/daggerverse/daggy call container terminal
vital egret
vital egret
solemn hedge