substrate-archive icon indicating copy to clipboard operation
substrate-archive copied to clipboard

Investigate SeaORM to replace query building logic

Open insipx opened this issue 4 years ago • 0 comments

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 avatar Oct 25 '21 09:10 insipx