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
DAS query API should optionally return iterators rather than lists with results. The point here is to reduce response time to a minimal specially when the calls involve remote calls. These iterators need to be integrated with the cache system and should be implemented all the way down in the stack of requests from DAS until the data structure actually storing atoms (AtomDB adapters).
The text was updated successfully, but these errors were encountered:
DAS query API should optionally return iterators rather than lists with results. The point here is to reduce response time to a minimal specially when the calls involve remote calls. These iterators need to be integrated with the cache system and should be implemented all the way down in the stack of requests from DAS until the data structure actually storing atoms (AtomDB adapters).
The text was updated successfully, but these errors were encountered: