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
In the Derive API we had support for Dataloaders, this solved the O(n+1) problem. But due to the migration to a functional API (#114) this feature is left out. The outcome of this feature is to improve the performance of related queries and optimize it in O(1+1) problem.
Proposed Solutions
Some solutions include:
Add Dataloader pattern
Add consumer-producer (channel) pattern that groups queries of similar entities in the background
Something else on the SeaORM level
Additional Information
This issue requires discussion
The text was updated successfully, but these errors were encountered:
Motivation
In the Derive API we had support for Dataloaders, this solved the O(n+1) problem. But due to the migration to a functional API (#114) this feature is left out. The outcome of this feature is to improve the performance of related queries and optimize it in O(1+1) problem.
Proposed Solutions
Some solutions include:
Additional Information
This issue requires discussion
The text was updated successfully, but these errors were encountered: