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

Investigate SeaORM to replace query building logic #381

Open
insipx opened this issue Oct 25, 2021 · 0 comments
Open

Investigate SeaORM to replace query building logic #381

insipx opened this issue Oct 25, 2021 · 0 comments
Labels
enhancement New feature or request low-priority Low Priority Issue

Comments

@insipx
Copy link
Collaborator

insipx commented Oct 25, 2021

SeaORM looks to be shaping up to be a fairly full-featured ORM that has the potential to replace some of the more complex query logic for query building in archive. Most importantly the batch-query logic in batch.rs that uses string interpolation in order to form a batch call.

Testing is required to determine whether integrating SeaORM would result in performance regressions when inserting large amounts of data (particularly with storage changes).

@insipx insipx added enhancement New feature or request low-priority Low Priority Issue labels Oct 25, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request low-priority Low Priority Issue
Projects
None yet
Development

No branches or pull requests

1 participant