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

Implement tabular benchmarks in Python and C++ #127

Open
ashvardanian opened this issue Oct 3, 2022 · 2 comments
Open

Implement tabular benchmarks in Python and C++ #127

ashvardanian opened this issue Oct 3, 2022 · 2 comments
Assignees
Labels
good first issue Good for newcomers

Comments

@ashvardanian
Copy link
Contributor

The benchmark will be receiving a directory of Parquet, CSV, Avro or Orca files and exporting them simultaneously into graph, document, and, potentially, path collections. The latter can also be added into the twitter benchmark.

@ashvardanian
Copy link
Contributor Author

Efficient Python implementation would require finishing #41

@ashvardanian
Copy link
Contributor Author

The construction part may be just a direct call to ukv_docs_import and ukv_graph_import_t from #154.
After the construction, sampling (#153) should be performed to randomly selected items to be queried in the analytical part of the benchmarks. Over time that benchmark will replace the twitter benchmark.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
No open projects
Status: No status
Development

No branches or pull requests

3 participants