Skip to content

Dynamic tables, on concrete need: versioned reads, ordered-table specifics, a migrate helper #68

Description

@sshaplygin

Part of #63.

A placeholder, deliberately unscheduled. Filed so the dynamic-table list is not silently short, and closed unbuilt if nothing ever asks for these. None of it starts before something concrete needs it.

  • versioned and timestamped reads — the timestamp is already carried on the wire; what is missing is the versioned rowset decode, which docs/rpc-compatibility.md marks not implemented, only on concrete need
  • ordered-table specifics: tablet_index on writes, and trim_rows (C++ has TrimRows; Go does not)
  • a migrate-style schema-evolution helper of the kind the Go SDK ships — mount state, schema diff, and the unmount/alter/mount dance done once and correctly

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requestparityClosing a gap against the official C++/Go clientspriority: laterKnown gap, no deployment is blocked on it

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions