Skip to content
This repository was archived by the owner on Feb 19, 2026. It is now read-only.
This repository was archived by the owner on Feb 19, 2026. It is now read-only.

Merge set_items updates into less statements #99

@bbangert

Description

@bbangert

The spanner set_items consolidates the inserts into a single large insert, but performs the updates individually.

This was mainly as it was the simplest way to implement, though its not as efficient as batching updates based on if they're modifying the same columns (which many updates may be). For additional efficiency we should group updates by columns they update and reduce the update statements sent.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions