problem with select *

Поиск
Список
Период
Сортировка
От bhuvan Mitra
Тема problem with select *
Дата
Msg-id CAMmryP6hje58W78UnaC0-gyi1VqnmFAPfhAN_kE_d_VipbBq1w@mail.gmail.com
обсуждение исходный текст
Ответы Re: problem with select *  (Wei Shan <weishan.ang@gmail.com>)
Re: problem with select *  (Andreas Joseph Krogh <andreas@visena.com>)
Re: problem with select *  (Andrew Dunstan <andrew@dunslane.net>)
Список pgsql-performance
Hello,

I have a table with 12 columns and 20 Million rows. While writing the table I do not find any problem but when reading that I have some issues faced. When I perform a 'select * from table limit 14000000;' (selecting 14million rows), it is working fine. If the limit value is 15000000, it is throwing the error as 'out of memory'.

If the query is 'select * from table' , The process is getting killed by displaying the message 'killed'.

Kindly tell me where it is going wrong. I have 6MB cache, 1.6GHz CPU, linux 14.04 OS, 8GB RAM.

Thanks.

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

Предыдущее
От: Tomas Vondra
Дата:
Сообщение: Re: query not using GIN index
Следующее
От: Wei Shan
Дата:
Сообщение: Re: problem with select *