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

Vector extensions testing related changes #18

Open
wants to merge 4 commits into
base: dev
Choose a base branch
from

Conversation

Sheharyar570
Copy link
Collaborator

No description provided.

try:
random_number = random.randint(1, 100000)
print(f"Running command: {' '.join(command)}")
output_dir = f"results/pgvector/hnsw/{case['db-label']}/{db_config['provider']}/{db_config['instance-type']}-{str(case['m'])}-{str(case['ef-construction'])}-{ef_search}-{case['case-type']}-{run}-{random_number}"
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Sheharyar570 output dir has pgvector/hnsw hardcorded. I guess this was not the final version. Also i'm thinking we can skip adding this file in this PR, assuming this file is for constraint mem case?

- Added postgres version query in queries.json
- Added pg_prewarm and get_stats functions in run-dann and run-hnsw.
- Deleted custom-dataset run and config script.
- Fixed key issues in hnsw and pvs-sbq run scripts
@Sheharyar570 Sheharyar570 force-pushed the dev-vector-ext-testing branch from b0d2736 to 3285ea6 Compare December 13, 2024 09:46
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.

2 participants