Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use pure SQL for the operation on fireback and avoid ORM #76

Open
torabian opened this issue Sep 22, 2024 · 0 comments
Open

Use pure SQL for the operation on fireback and avoid ORM #76

torabian opened this issue Sep 22, 2024 · 0 comments

Comments

@torabian
Copy link
Owner

A large issue when inserting into the databases, is if there are array of items in the entity, or an object, it would take so long to generate the childs and then use the uniqueId to link to the original object.

Gorm orm is not doing a great job at detecting such issues, let's add such SQL elements into the fireback directly to boost performance.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant