Search Postgresql Archives

Re: Insert large number of records

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Tuesday, September 19, 2017, Job <Job@xxxxxxxxxxxxxxxxxxxx> wrote:
and would not care about table partitioning (COPY command fire partitioned-table triggers).
 
You might want to write a script that inserts directly into the partitions and bypass routing altogether.

Insert into ... select from ... is your only option for table-to-table and you are stuck with whatever locks the execution of the command needs to take.

David J.

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Postgresql Jobs]     [Postgresql Admin]     [Postgresql Performance]     [Linux Clusters]     [PHP Home]     [PHP on Windows]     [Kernel Newbies]     [PHP Classes]     [PHP Books]     [PHP Databases]     [Postgresql & PHP]     [Yosemite]

  Powered by Linux