fastest way to retrieve data

Поиск
Список
Период
Сортировка
От Ric Mañalac
Тема fastest way to retrieve data
Дата
Msg-id 3D757D27.93026D55@webphilippines.com
обсуждение исходный текст
Ответы Re: fastest way to retrieve data  ("Christopher Kings-Lynne" <chriskl@familyhealth.com.au>)
Список pgsql-php
hi,

is there a faster way to retrieve data from postgresql
using php aside from the conventional way of looping
through the number of records returned by pg_num_rows
then executing pg_fetch_row on each iteration? isn't it
possible to get the entire result set returned by pg_exec
and save that to a multi-dimensional array? this way
the program can disconnect from the db and just get
the data from the multi-dimensional array. this would also
shorten the number of requests to postgresql.

would appreaciate any suggestions. thanks!

regards,

--
Ric Mañalac

http://www.webphilippines.com
http://www.trabaho.com
http://www.kasal.com

Note:

The information contained in this message may be privileged and
confidential and protected from disclosure. If the reader of this
message is not the intended recipient, or an employee or agent
responsible for delivering this message to the intended recipient, you
are hereby notified that any dissemination, distribution or copying of
this communication is strictly prohibited. If you have received this
communication in error, please notify us immediately by replying to
the message and deleting it from your computer. Thank you.



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

Предыдущее
От: "scott.marlowe"
Дата:
Сообщение: Re: How can I get metadate of a table in PHP3?
Следующее
От: "Christopher Kings-Lynne"
Дата:
Сообщение: Re: fastest way to retrieve data