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 was archived by the owner on Oct 20, 2025. It is now read-only.
Accumulating PrimaryKeys in a Set was using large amounts of memory. Currently we are hashing the primaryKeys and then storing it in Sets to reduce the memory usage. See function readAndValidateWithParser for more information on this.
A similar approach can be taken for foreignKeys, as the current implication might use up lot of memory if there are multiple tables and foreignKeys defined.