FW: [GENERAL] PHP SQL
am 22.03.2005 12:44:16 von Shaun ClementsThis message is in MIME format. Since your mail reader does not understand
this format, some or all of this message may not be legible.
------_=_NextPart_001_01C52ED4.7A096E30
Content-Type: text/plain;
charset="iso-8859-1"
Apologies for those who are in both mailing lists.
Hi All
I am designing a data loader script that can transform data in one table
schema into a new table schema in Postgres for reporting purposes.
I wanted to ask, on a performance issue.
Which is more efficient, in reading in a row of data, and assigning
individual column values to variables, and then inserting a new row into the
new table.
pg_fetch_row
pg_fetch_assoc
pg_fetch_object
pg_fetch_result
pg_fetch_array
Are there performance differences, which are noticeable?
Thanks in advance.
Kind Regards,
Shaun Clements
------_=_NextPart_001_01C52ED4.7A096E30
Content-Type: text/html;
charset="iso-8859-1"
for those who are in both mailing lists.
All
I am designing a data loader script that can transform data in
one table schema into a new table schema in Postgres for reporting
purposes.
I wanted to ask, on a performance issue.
size=2>Which is more efficient, in reading in a row of data, and assigning
individual column values to variables, and then inserting a new row into the new
table.
pg_fetch_row
pg_fetch_assoc
pg_fetch_object
pg_fetch_result
pg_fetch_array
Are there performance differences, which are
noticeable?
color=#0000ff size=2>Thanks in
advance.
Kind Regards,
Shaun Clements
------_=_NextPart_001_01C52ED4.7A096E30--