forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit46b2b7e
committed
Make pgbench vacuum before building indexes.
This is apparently faster than doing things the other way around whenthe scale factor is large.Along the way, adjust -n to suppress vacuuming during initializationas well as during test runs.Jeff Janes, with some small changes by me.1 parentb71258a commit46b2b7e
2 files changed
+22
-8
lines changedLines changed: 13 additions & 8 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
345 | 345 |
| |
346 | 346 |
| |
347 | 347 |
| |
| 348 | + | |
348 | 349 |
| |
349 | 350 |
| |
350 | 351 |
| |
| |||
1282 | 1283 |
| |
1283 | 1284 |
| |
1284 | 1285 |
| |
1285 |
| - | |
| 1286 | + | |
1286 | 1287 |
| |
1287 | 1288 |
| |
1288 | 1289 |
| |
| |||
1433 | 1434 |
| |
1434 | 1435 |
| |
1435 | 1436 |
| |
| 1437 | + | |
| 1438 | + | |
| 1439 | + | |
| 1440 | + | |
| 1441 | + | |
| 1442 | + | |
| 1443 | + | |
| 1444 | + | |
| 1445 | + | |
| 1446 | + | |
1436 | 1447 |
| |
1437 | 1448 |
| |
1438 | 1449 |
| |
| |||
1469 | 1480 |
| |
1470 | 1481 |
| |
1471 | 1482 |
| |
1472 |
| - | |
1473 |
| - | |
1474 |
| - | |
1475 |
| - | |
1476 |
| - | |
1477 |
| - | |
1478 | 1483 |
| |
1479 | 1484 |
| |
1480 | 1485 |
| |
| |||
2139 | 2144 |
| |
2140 | 2145 |
| |
2141 | 2146 |
| |
2142 |
| - | |
| 2147 | + | |
2143 | 2148 |
| |
2144 | 2149 |
| |
2145 | 2150 |
| |
|
Lines changed: 9 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
157 | 157 |
| |
158 | 158 |
| |
159 | 159 |
| |
| 160 | + | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
160 | 169 |
| |
161 | 170 |
| |
162 | 171 |
| |
|
0 commit comments
Comments
(0)