Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add halfvec indexing and queries to periodic pgvector performance tests #8057

Merged
merged 6 commits into from
Jun 14, 2024

Conversation

Bodobolero
Copy link
Contributor

Problem

halfvec data type was introduced in pgvector 0.7.0 and is popular because
it allows smaller vectors, smaller indexes and potentially better performance.

So far we have not tested halfvec in our periodic performance tests.
This PR adds halfvec indexing and halfvec queries to the test.

Copy link

github-actions bot commented Jun 14, 2024

3216 tests run: 3074 passed, 0 failed, 142 skipped (full report)


Flaky tests (2)

Postgres 16

  • test_subscriber_restart: debug

Postgres 14

  • test_timeline_size_quota_on_startup: release

Code coverage* (full report)

  • functions: 31.5% (6644 of 21063 functions)
  • lines: 48.6% (51674 of 106296 lines)

* collected from Rust tests only


The comment gets automatically updated with the latest test results
6443145 at 2024-06-14T15:51:22.886Z :recycle:

@Bodobolero Bodobolero requested a review from bayandin June 14, 2024 11:29
@Bodobolero Bodobolero requested a review from bayandin June 14, 2024 12:27
@Bodobolero
Copy link
Contributor Author

new test run triggered here https://github.com/neondatabase/neon/actions/runs/9516115370

.github/workflows/benchmarking.yml Outdated Show resolved Hide resolved
@Bodobolero
Copy link
Contributor Author

also adjusted grafana dashboards showing the metrics for pgvector indexing and queries

@Bodobolero Bodobolero merged commit 4621003 into main Jun 14, 2024
74 checks passed
@Bodobolero Bodobolero deleted the add_halfvec_pgvector_tests branch June 14, 2024 16:36
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.

None yet

2 participants