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
{{ message }}
This repository has been archived by the owner on Oct 2, 2020. It is now read-only.
Right now we do a single query to get every transaction and log in a block and load this directly into memory. However, some blocks contain very large transactions with a large number of logs, which might cause the worker to run out of memory.
Instead, we should use a cursor and iterate over rows 1-by-1.
Right now we do a single query to get every transaction and log in a block and load this directly into memory. However, some blocks contain very large transactions with a large number of logs, which might cause the worker to run out of memory.
Instead, we should use a cursor and iterate over rows 1-by-1.
Documentation
The text was updated successfully, but these errors were encountered: