Skip to content

add insertUnique_ #1457

Description

@joeyh

Thanks to #1449, insert_ is around 2x faster than insert. insertUnique uses insert, but in my code I have several places where I use void $ insertUnique because I don't care if a value was already in the database. It follows that an insertUnique_ that uses insert_ would be a performance improvement.

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