Re: psql freezes loading large file

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: psql freezes loading large file
Дата
Msg-id 16445.1148344220@sss.pgh.pa.us
обсуждение исходный текст
Ответ на psql freezes loading large file  (Francisco Reyes <lists@stringsutils.com>)
Список pgsql-general
Francisco Reyes <lists@stringsutils.com> writes:
> I have a test ".sql" file of the form:
> insert into testtable values ('1');
> insert into testtable values ('2');
> insert into testtable values ('3');
> ....
> 100 Million

I don't have the patience to run this for 10^8 rows, but the test case
I did run showed absolutely zero memory growth in either psql or the
backend.  Are you using any nonstandard psql options?

            regards, tom lane

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

Предыдущее
От: Francisco Reyes
Дата:
Сообщение: psql freezes loading large file
Следующее
От: "Joshua D. Drake"
Дата:
Сообщение: Re: Why won't it index scan?