Skip to content

v0.5.3

Latest

Choose a tag to compare

@dannote dannote released this 08 Jun 07:49
· 1 commit to master since this release

This patch release improves native append performance and adds helpers for sequence-backed append workflows.

Highlights:

  • Fixed quadratic LIST/MAP append encoding for large nested batches.
  • Reused Ecto append temp tables for RETURNING paths.
  • Added sequence allocation and catalog-backed column sequence lookup helpers.
  • Added primary-key/default metadata helpers.
  • Added explicit direct append shape selection with append_shape: :columns | :rows.