Improve from-scratch indexing performance#750
Merged
Conversation
Signed-off-by: Juan Cruz Viotti <jv@jviotti.com>
Contributor
There was a problem hiding this comment.
Benchmark Index (community)
Details
| Benchmark suite | Current: 012c5bb | Previous: af096f0 | Ratio |
|---|---|---|---|
Add one schema (0 existing) |
22 ms |
21 ms |
1.05 |
Add one schema (100 existing) |
37 ms |
38 ms |
0.97 |
Add one schema (1000 existing) |
196 ms |
187 ms |
1.05 |
Add one schema (10000 existing) |
2115 ms |
1930 ms |
1.10 |
Update one schema (1 existing) |
20 ms |
19 ms |
1.05 |
Update one schema (101 existing) |
39 ms |
38 ms |
1.03 |
Update one schema (1001 existing) |
195 ms |
193 ms |
1.01 |
Update one schema (10001 existing) |
2103 ms |
2251 ms |
0.93 |
Cached rebuild (1 existing) |
11 ms |
10 ms |
1.10 |
Cached rebuild (101 existing) |
13 ms |
12 ms |
1.08 |
Cached rebuild (1001 existing) |
31 ms |
30 ms |
1.03 |
Cached rebuild (10001 existing) |
242 ms |
232 ms |
1.04 |
Index 100 schemas |
152 ms |
155 ms |
0.98 |
Index 1000 schemas |
1343 ms |
1557 ms |
0.86 |
Index 10000 schemas |
16542 ms |
53339 ms |
0.31 |
This comment was automatically generated by workflow using github-action-benchmark.
Contributor
There was a problem hiding this comment.
Benchmark Index (enterprise)
Details
| Benchmark suite | Current: 012c5bb | Previous: af096f0 | Ratio |
|---|---|---|---|
Add one schema (0 existing) |
22 ms |
23 ms |
0.96 |
Add one schema (100 existing) |
37 ms |
39 ms |
0.95 |
Add one schema (1000 existing) |
189 ms |
191 ms |
0.99 |
Add one schema (10000 existing) |
1907 ms |
1922 ms |
0.99 |
Update one schema (1 existing) |
21 ms |
21 ms |
1 |
Update one schema (101 existing) |
37 ms |
39 ms |
0.95 |
Update one schema (1001 existing) |
192 ms |
206 ms |
0.93 |
Update one schema (10001 existing) |
1903 ms |
2143 ms |
0.89 |
Cached rebuild (1 existing) |
11 ms |
12 ms |
0.92 |
Cached rebuild (101 existing) |
13 ms |
14 ms |
0.93 |
Cached rebuild (1001 existing) |
31 ms |
32 ms |
0.97 |
Cached rebuild (10001 existing) |
228 ms |
235 ms |
0.97 |
Index 100 schemas |
150 ms |
152 ms |
0.99 |
Index 1000 schemas |
1360 ms |
1724 ms |
0.79 |
Index 10000 schemas |
17098 ms |
55140 ms |
0.31 |
This comment was automatically generated by workflow using github-action-benchmark.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Signed-off-by: Juan Cruz Viotti jv@jviotti.com