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

PQLite: check performance difference on MacOS and Linux #26

Closed
numb3r3 opened this issue Nov 26, 2021 · 1 comment
Closed

PQLite: check performance difference on MacOS and Linux #26

numb3r3 opened this issue Nov 26, 2021 · 1 comment
Assignees
Labels
priority/important-soon Must worked on either currently or very soon. Ideally next release.

Comments

@numb3r3
Copy link
Member

numb3r3 commented Nov 26, 2021

From my testing:

  • MacOS: can use multi-threads
  • Linux: does not use multi-threads
@CatStark CatStark added the priority/important-soon Must worked on either currently or very soon. Ideally next release. label Nov 26, 2021
@numb3r3
Copy link
Member Author

numb3r3 commented Dec 2, 2021

The performance difference is actuallt introduced by disk (SSD vs Physical ). The index procedure is blocked by LMDB operations.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
priority/important-soon Must worked on either currently or very soon. Ideally next release.
Projects
None yet
Development

No branches or pull requests

2 participants