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
Instances of Values like TypesDb.bool(), TypesDb.string(), TypesDb.blob(), TypesDb.nothing(), ValuesDb.string("") (and probably a few others) should be cached (indexed by its hash) so they are not read from disk db each time. Probably simplest solution is to provide caching wrapper for ValuesDb and TypesDb.
The text was updated successfully, but these errors were encountered:
Instances of
Value
s likeTypesDb.bool()
,TypesDb.string()
,TypesDb.blob()
,TypesDb.nothing()
,ValuesDb.string("")
(and probably a few others) should be cached (indexed by its hash) so they are not read from disk db each time. Probably simplest solution is to provide caching wrapper forValuesDb
andTypesDb
.The text was updated successfully, but these errors were encountered: