forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit60c93d3
committed
Remove:
<< o To better utilize resources, restore data, primary keys, and< indexes for a single table before restoring the next table<< Hopefully this will allow the CPU-I/O load to be more uniform< for simultaneous restores. The idea is to start data restores< for several objects, and once the first object is done, to move< on to its primary keys and indexes. Over time, simultaneous< data loads and index builds will be running.1 parent66504d7 commit60c93d3
2 files changed
+2
-19
lines changedLines changed: 1 addition & 10 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 | 3 |
| |
4 |
| - | |
| 4 | + | |
5 | 5 |
| |
6 | 6 |
| |
7 | 7 |
| |
| |||
853 | 853 |
| |
854 | 854 |
| |
855 | 855 |
| |
856 |
| - | |
857 |
| - | |
858 |
| - | |
859 |
| - | |
860 |
| - | |
861 |
| - | |
862 |
| - | |
863 |
| - | |
864 |
| - | |
865 | 856 |
| |
866 | 857 |
| |
867 | 858 |
| |
|
Lines changed: 1 addition & 9 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
8 | 8 |
| |
9 | 9 |
| |
10 | 10 |
| |
11 |
| - | |
| 11 | + | |
12 | 12 |
| |
13 | 13 |
| |
14 | 14 |
| |
| |||
759 | 759 |
| |
760 | 760 |
| |
761 | 761 |
| |
762 |
| - | |
763 |
| - | |
764 |
| - | |
765 |
| - | |
766 |
| - | |
767 |
| - | |
768 |
| - | |
769 |
| - | |
770 | 762 |
| |
771 | 763 |
| |
772 | 764 |
| |
|
0 commit comments
Comments
(0)