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

the definition of QPS in internet services is different #24

Open
nk2014yj opened this issue Aug 23, 2021 · 2 comments
Open

the definition of QPS in internet services is different #24

nk2014yj opened this issue Aug 23, 2021 · 2 comments

Comments

@nk2014yj
Copy link
Contributor

No description provided.

@nk2014yj
Copy link
Contributor Author

nk2014yj commented Aug 23, 2021

In most internet services, QPS means the server can process how much requests in parallel (every second). That is not only affected by the cost time of each request.
In faiss-lib is using like "pragma omp parallel " methods to reduce runing time, which does not promote the ability of process requests in each second. The results of our experiment showed that use parallel instructions may reduce the QPS when the CPUs are fully loaded.
would you considering using the commonly definition of QPS, and provideing a rpc-service to compare the true ability of processing search-requests.

@nk2014yj nk2014yj changed the title the definition of QPS in more rpc Servers the definition of QPS in internet services is different Aug 23, 2021
@sourcesync
Copy link
Collaborator

sourcesync commented Aug 24, 2021 via email

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

2 participants