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
Improve deletion of element with hundreds of thousands relationships.
In some massive deletions, the Ramda merge all can fail for RangeError: Maximum call stack size exceeded
What to do
Change the implementation to prevent mergeAll usage that use _curry internally that destructure elements
Add setImmediate splitter to improve event loop management
The text was updated successfully, but these errors were encountered:
Use case
Improve deletion of element with hundreds of thousands relationships.
In some massive deletions, the Ramda merge all can fail for RangeError: Maximum call stack size exceeded
What to do
The text was updated successfully, but these errors were encountered: