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: optimize storage #41

Closed
numb3r3 opened this issue Dec 2, 2021 · 0 comments · Fixed by #49
Closed

PQLite: optimize storage #41

numb3r3 opened this issue Dec 2, 2021 · 0 comments · Fixed by #49
Labels
priority/important-longterm Important over the long term, but may not be currently mantained

Comments

@numb3r3
Copy link
Member

numb3r3 commented Dec 2, 2021

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

Originally posted by @numb3r3 in #26 (comment)

@CatStark CatStark added the priority/important-longterm Important over the long term, but may not be currently mantained label Dec 2, 2021
@numb3r3 numb3r3 linked a pull request Dec 10, 2021 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
priority/important-longterm Important over the long term, but may not be currently mantained
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants