Skip to content

wip: ingest - #1407

Open
AntiO2 wants to merge 14 commits into
pixelsdb:masterfrom
AntiO2:feat/trino-insert-180
Open

wip: ingest#1407
AntiO2 wants to merge 14 commits into
pixelsdb:masterfrom
AntiO2:feat/trino-insert-180

Conversation

@AntiO2

@AntiO2 AntiO2 commented Sep 11, 2026

Copy link
Copy Markdown
Collaborator

No description provided.

AntiO2 and others added 14 commits September 10, 2026 14:59
…urable local journal

Define immutable batch identities and exact stream seals without requiring
business primary keys. Add a bounded local journal with synced durable-prefix
markers, restart replay, content-conflict detection, and authoritative-abort
fencing. Keep staging independent of existing row allocation and indexes.

Add 17 contract cases, JUnit wrappers, and a dependency-free verification script.
This is the staging foundation; it does not enable SQL INSERT or implement
participant registration, transaction decisions, or committed installation.
…pshot-safe buffer reads

Add column-batch RPC, durable decisions, private preparation, idempotent installation through existing indexes, and query publication. Repair buffer prefetch completion, bitmap association, and native reader buffer ownership. Add real-storage and separate-process SQL fixtures. The matching connector E2E passed three independent runs; deployment and GC limitations remain documented.
…ingestion writers

Assign independent transaction-local writer IDs to concrete PageSink instances,
even when they share a Trino task ID. Persist allocation request tokens for
idempotent responses across coordinator restart; bound allocations and fence
new writers after transaction sealing or abort.

Add seven regression tests including concurrent allocation, replay, conflicting
request identities, capacity limits, and existing stream compatibility.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant