Skip to content

Feature/tutti io pipeline#473

Closed
HuXinjing wants to merge 325 commits into
supervc-stack:mainfrom
HuXinjing:feature/tutti-io-pipeline
Closed

Feature/tutti io pipeline#473
HuXinjing wants to merge 325 commits into
supervc-stack:mainfrom
HuXinjing:feature/tutti-io-pipeline

Conversation

@HuXinjing

Copy link
Copy Markdown

No description provided.

usamoi and others added 30 commits December 10, 2024 14:24
closes supervc-stack#91 (indexing on halfvec)
closes supervc-stack#118 (scalar8)

---------

Signed-off-by: usamoi <usamoi@outlook.com>
Close supervc-stack#123

---------

Signed-off-by: Ce Gao <gaocegege@hotmail.com>
Signed-off-by: usamoi <usamoi@outlook.com>
Signed-off-by: usamoi <usamoi@outlook.com>
Signed-off-by: usamoi <usamoi@outlook.com>
Signed-off-by: usamoi <usamoi@outlook.com>
Signed-off-by: Jinjing.Zhou <allenzhou@tensorchord.ai>

Signed-off-by: Jinjing.Zhou <allenzhou@tensorchord.ai>
Close supervc-stack#144

---------

Signed-off-by: cutecutecat <junyuchen@tensorchord.ai>
Signed-off-by: usamoi <usamoi@outlook.com>
Signed-off-by: usamoi <usamoi@outlook.com>
Add pg_later and pgmq.

---------

Signed-off-by: xieydd <xieydd@gmail.com>
- `sqllogictest-rs ` doesn't have Linux ARM64 release, tracked
[here](risinglightdb/sqllogictest-rs#240)
- add rust-toolchain channel to image tag
- use arm64 runner for clippy/build & release

---------

Signed-off-by: Keming <kemingyang@tensorchord.ai>
…#158)

- clean the target option
- fix release CI
- update readme about how to use the vectorchord-pgrx image

---------

Signed-off-by: Keming <kemingyang@tensorchord.ai>
Signed-off-by: Keming <kemingyang@tensorchord.ai>
Signed-off-by: Jinjing.Zhou <allenzhou@tensorchord.ai>
Signed-off-by: usamoi <usamoi@outlook.com>
pick supervc-stack#106, supervc-stack#147 and supervc-stack#149 to vchordrqfscan

Signed-off-by: usamoi <usamoi@outlook.com>
Signed-off-by: Keming <kemingyang@tensorchord.ai>
Close supervc-stack#175 

## Upgrade
- `sql/*`: schema for 0.1.0, 0.2.0 and 0.1.0->0.2.0
- `tools/dev.md`: document about how to release new version in the
future

## Chore
- `scripts/bench.py`: additional argument `-t` for choosing top 10/100
- `scripts/index.py`: support more than 8 cores for server in external
index build

---------

Signed-off-by: cutecutecat <junyuchen@tensorchord.ai>
Signed-off-by: usamoi <usamoi@outlook.com>
Signed-off-by: usamoi <usamoi@outlook.com>
spenc-r and others added 29 commits July 13, 2026 18:27
Use the planner's filtered row estimate as filter selectivity for deciding how many IVFFlat candidates are needed to satisfy LIMIT after heap-side quals.

Report indexSelectivity from the expected retrieved candidate count instead of the final survivor fraction, so cost_index() prices heap fetch and qpqual evaluation against candidate rows rather than every table row or only the rows that pass filters.

Clamp the candidate-processing term by node_count, and tighten the cost estimator sqllogictest coverage around btree alternatives, candidate-cost floors, and extreme selectivity.
`validate_alpha` indexes `alpha[0]` after the sorted/range checks, both of
which pass on an empty slice (`[].is_sorted()` and `[].iter().all(..)` are
true). So an empty `alpha` (e.g. `WITH (options='[index] alpha = []')`)
panics with an index-out-of-bounds instead of returning a ValidationError.

Use `alpha.first()` so the empty case yields the existing "`alpha` should
contain `1.0`" error. Behavior is unchanged for every non-empty input.

Add unit tests covering the empty slice plus valid/invalid cases.
…entry

The `vchordrq.probes` parser panics via `.expect("empty probes")` when an
entry is empty (e.g. `SET vchordrq.probes = ',5'` or `'1,,2'`), even though
the sibling match arm already reports malformed input cleanly with
`pgrx::error!`. Handle the empty entry the same way — a proper error rather
than a panic. Behavior is unchanged for all valid input.
Add PostgreSQL-style daemon/control CLIs, bounded request scheduling, lifecycle and health controls, deployment templates, and CI coverage. Correct fork-specific copyright and release metadata to HuXinjing while preserving upstream notices on inherited source.
Upgrade vulnerable lockfile dependencies, document the validator macro advisory exception, install daemon lint components, use aligned Miri test storage, and resolve current beta/cross-platform warning failures.
@HuXinjing HuXinjing closed this Jul 16, 2026
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.