You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Large results should not be stored in datomic directly.
Some kinds of results are not values and can't be stored anyway
Conveying results to other services is easier by using a storage service, rather than asking the consumers to deal with datomic.
Therefore
Persisting values should be a secondary step after generating them. This can be a UI gesture.
1b. What gets stored in datomic should only be a summary or representation of the result, sufficient for a human to see, understand, and take action on.
Must distinguish between persistent values, and results that are only available in the memory of the evaluator.
Need a concept of a storage service, and operations to transparently deal with values that may live in storage
The text was updated successfully, but these errors were encountered:
Therefore
1b. What gets stored in datomic should only be a summary or representation of the result, sufficient for a human to see, understand, and take action on.
The text was updated successfully, but these errors were encountered: