pgsql: Remove: < < o To better utilize resources, restore data,

Поиск
Список
Период
Сортировка
От momjian@postgresql.org (Bruce Momjian)
Тема pgsql: Remove: < < o To better utilize resources, restore data,
Дата
Msg-id 20080304024822.8B67C754108@cvs.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Log Message:
-----------
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.

Modified Files:
--------------
    pgsql/doc:
        TODO (r1.2253 -> r1.2254)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/TODO?r1=1.2253&r2=1.2254)
    pgsql/doc/src/FAQ:
        TODO.html (r1.762 -> r1.763)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/FAQ/TODO.html?r1=1.762&r2=1.763)

В списке pgsql-committers по дате отправления:

Предыдущее
От: momjian@postgresql.org (Bruce Momjian)
Дата:
Сообщение: pgsql: Add URL for: o Allow pg_restore to utilize multiple CPUs
Следующее
От: momjian@postgresql.org (Bruce Momjian)
Дата:
Сообщение: pgsql: Show example of ts_headline() using a configuration name.