Feature/tutti io pipeline#473
Closed
HuXinjing wants to merge 325 commits into
Closed
Conversation
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>
…upervc-stack#147) Signed-off-by: usamoi <usamoi@outlook.com>
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>
Signed-off-by: usamoi <usamoi@outlook.com>
…#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>
closes supervc-stack#164 closes supervc-stack#163 Signed-off-by: usamoi <usamoi@outlook.com>
…stack#169) Signed-off-by: usamoi <usamoi@outlook.com>
supervc-stack#171 (comment) Signed-off-by: usamoi <usamoi@outlook.com>
…#174) Signed-off-by: usamoi <usamoi@outlook.com>
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>
Signed-off-by: usamoi <usamoi@outlook.com>
…k#181) issue: supervc-stack#117 first try: supervc-stack#150 --------- Signed-off-by: usamoi <usamoi@outlook.com>
Signed-off-by: usamoi <usamoi@outlook.com>
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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.