Re: Inseting multiple rows at onece.

From: Steve <steve(at)zeropps(dot)uklinux(dot)net>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: Inseting multiple rows at onece.
Date: 2001-10-23 23:18:23
Message-ID: 3BD5FABF.2B9CA3D0@zeropps.uklinux.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general


> Well, it is possible to add lots of rows in one operation with the SQL
> command "COPY" (read Postgres' documentation) but running 2000 INSERT
> queries on such type of table doesn't take a long time, since you seam
> not to have lots of columns in your table ip_list.
>
> Even if you have an index (unique or not) on one of the columns of
> your table it won't be really time-consuming.
>
> In my database I have a table with 350000 rows and inserting new rows
> is very fast with the insert command (altougth it would be faster with
> COPY - but COPY is usually used for data transfers with text files).
>
> Regards,
> xav.

Thanks for the info.

I avoided the COPY command at first because it appeared that
it couldn't be used to populate
partial tables eg only one column of a multi column table,
but I probably just read the
docs wrongly. I'll have another look at the docs.

Thanks again.

--
Cheers
Steve email mailto:steve(at)zeropps(dot)uklinux(dot)net

%HAV-A-NICEDAY Error not enough coffee 0 pps.

web http://www.zeropps.uklinux.net/

or http://start.at/zero-pps

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Aasmund Midttun Godal 2001-10-24 00:19:23 Re: Can not input large text data
Previous Message Richard Welty 2001-10-23 23:04:52 Re: openssl & postgresql