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
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: