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
When fetching all nodes for a given label with async for node in Coffee.nodes, all results get fetched and loaded into memory first, and then iterated over.
It would be better to have this only fetching results in a true asyncronous fashion, in a paginated way.
Open for ideas / pointers / PRs !
The text was updated successfully, but these errors were encountered:
When fetching all nodes for a given label with
async for node in Coffee.nodes
, all results get fetched and loaded into memory first, and then iterated over.It would be better to have this only fetching results in a true asyncronous fashion, in a paginated way.
Open for ideas / pointers / PRs !
The text was updated successfully, but these errors were encountered: