Commit 596a61a
committed
Increase term-index SPARQL page size from 2500 to 5000
Bulk reindexing is dominated by the per-page SPARQL fetch from the
triplestore (~24 of 36 hours in the last full staging run, ~71% of
indexing time). Doubling the page size halves the number of page
queries and their per-query setup overhead, at the cost of higher
peak memory per page. Performance change only; no behavior change.1 parent a1627e1 commit 596a61a
1 file changed
Lines changed: 1 addition & 1 deletion
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
43 | | - | |
| 43 | + | |
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
| |||
0 commit comments