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

save work-in-progress indexes every 60s #117

Merged
merged 2 commits into from Feb 19, 2021
Merged

save work-in-progress indexes every 60s #117

merged 2 commits into from Feb 19, 2021

Conversation

staltz
Copy link
Member

@staltz staltz commented Feb 9, 2021

This PR is now pending on ssbc/async-append-only-log#24 getting merged first and released.

@staltz staltz marked this pull request as draft February 9, 2021 14:21
@github-actions
Copy link

Benchmark results

Part Duration
Load core indexes 9ms
Query 1 big index (1st run) 1038ms
Query 1 big index (2nd run) 339ms
Count 1 big index (3rd run) 1ms
Create an index twice concurrently 339ms
Query 3 indexes (1st run) 586ms
Query 3 indexes (2nd run) 284ms
Load two indexes concurrently 446ms
Paginate 1 big index 274ms
Query a prefix map (1st run) 276ms
Query a prefix map (2nd run) 6ms

@staltz staltz marked this pull request as ready for review February 19, 2021 08:19
@github-actions
Copy link

Benchmark results

Part Duration
Load core indexes 21ms
Query 1 big index (1st run) 1071ms
Query 1 big index (2nd run) 308ms
Count 1 big index (3rd run) 1ms
Create an index twice concurrently 336ms
Query 3 indexes (1st run) 619ms
Query 3 indexes (2nd run) 284ms
Load two indexes concurrently 496ms
Paginate 1 big index 271ms
Query a prefix map (1st run) 305ms
Query a prefix map (2nd run) 9ms

@staltz staltz requested a review from arj03 February 19, 2021 08:29
@staltz staltz merged commit 18ca83e into master Feb 19, 2021
@github-actions
Copy link

Benchmark results

Part Duration
Load core indexes 8ms
Query 1 big index (1st run) 1092ms
Query 1 big index (2nd run) 307ms
Count 1 big index (3rd run) 1ms
Create an index twice concurrently 379ms
Query 3 indexes (1st run) 607ms
Query 3 indexes (2nd run) 283ms
Load two indexes concurrently 472ms
Paginate 1 big index 288ms
Query a prefix map (1st run) 299ms
Query a prefix map (2nd run) 5ms

@staltz staltz deleted the indexes-save-1min branch February 20, 2021 10:59
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

Successfully merging this pull request may close these issues.

None yet

2 participants