Replies: 1 comment
-
Yes, definitely. You should cache the database, i.e., |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Given that macaron operations break into the distinct phases of collection and policy analysis, and that the artifact of importance is the
macaron.db
I am wondering if it is incremental and cacheable?I.e. if I run collection (
analyze
) multiple times, will each run just add to an existingmacaron.db
? Can I hence cache the DB and run analysis only if I have new questions of the analysis?Beta Was this translation helpful? Give feedback.
All reactions