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

Index Build Time Measurements #338

Open
iamsabhoho opened this issue Jul 2, 2024 · 3 comments
Open

Index Build Time Measurements #338

iamsabhoho opened this issue Jul 2, 2024 · 3 comments

Comments

@iamsabhoho
Copy link

Hello,

I’m recently starting to use the tool to perform some benchmarking and I came across this issue about index build time. I was wondering if this metric has been integrated and how I can use it.

I also notice that there’s some new integration with GPU for building index but couldn’t find a report for it. If you could point me to the right path that’d be awesome!

Thanks,
Sabrina

@xiaofan-luan
Copy link
Collaborator

I think index build time is actually covered by insertion time.
The insertion time = insert into database + index build time

@xiaocai2333
Copy link

You can obtain this information through monitoring, such as the status of various indexing tasks using the monitor metrics index_task_count, and the execution time of indexing tasks at different stages using the monitor metrics build_index_latency.

@xiaocai2333
Copy link

image

image

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

No branches or pull requests

3 participants