Skip to content
646 changes: 646 additions & 0 deletions docs/design/bounded_distributed_topn.md

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion pkg/defines/const.go
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,8 @@ const (
MORPCVersion50 int64 = 50 // ordered ODKU evaluation and logical affected-row metadata
MORPCVersion51 int64 = 51 // per-action ODKU validation and statement-local target arbitration
MORPCVersion52 int64 = 52 // MySQL binary JSON subtype tags
MORPCLatestVersion = MORPCVersion52
MORPCVersion53 int64 = 53 // ordered-stream distributed Top-N merge
MORPCLatestVersion = MORPCVersion53
)

// DefaultLockWaitTimeoutSeconds is shared by the frontend default and by
Expand Down
1,324 changes: 757 additions & 567 deletions pkg/pb/pipeline/pipeline.pb.go

Large diffs are not rendered by default.

Loading
Loading