R: Very slow bytea data extraction

Поиск
Список
Период
Сортировка
От msmbarabino@virgilio.it
Тема R: Very slow bytea data extraction
Дата
Msg-id 110ee8b13e5.msmbarabino@virgilio.it
обсуждение исходный текст
Ответы Re: R: Very slow bytea data extraction  (Richard Huxton <dev@archonet.com>)
Re: R: Very slow bytea data extraction  ("Merlin Moncure" <mmoncure@gmail.com>)
Список pgsql-performance
Thanks for your reply,


>Is it in executing the query (what does
EXPLAIN ANALYSE show)?

Here is the output of explain analyze SELECT *
FROM "FILE"

"Seq Scan on "FILE"  (cost=0.00..1.36 rows=36 width=235)
(actual time=0.023..0.107 rows=36 loops=1)"


>How are you accessing
the database: odbc,jdbc,other?
>Does it do this with psql too?

The
problem is the same when I access the db with jdbc, pgAdmin and even
psql


Massimo


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

Предыдущее
От: Richard Huxton
Дата:
Сообщение: Re: Very slow bytea data extraction
Следующее
От: Richard Huxton
Дата:
Сообщение: Re: R: Very slow bytea data extraction