Skip to content
This repository was archived by the owner on Sep 2, 2025. It is now read-only.
This repository was archived by the owner on Sep 2, 2025. It is now read-only.

Poor performance of the create operation #125

@mikeconley12

Description

@mikeconley12

This library executes an SQL insert query for each data item. Futhermore, after insert, it executes SQL select queries to load the created records (only if $noSelect is false). I think this can be improved by using bulk operations.

Objection.js methods used in the _create method take an array as an argument.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions