Is there anything I can to increase insert speeds for bytea? Currently
running postgres 9.6.15
I have a few tables without a bytea and a few with bytea. There is a large
performance difference with inserts between the two. I'm inserting a byte[]
that's usually less than 1MB on content. The content
Thanks for the clarification
On Wed, Jun 13, 2018 at 9:32 AM, Adrian Klaver
wrote:
> On 06/13/2018 06:21 AM, Alex O'Ree wrote:
>
>> Desired behavior is to just log the error and continue the import using
>> pgdump based copy commands
>>
>
> Each COPY is at
Desired behavior is to just log the error and continue the import using
pgdump based copy commands
The servers are not on the same network. Sneaker net is the only way
On Wed, Jun 13, 2018, 7:42 AM Andreas Kretschmer
wrote:
>
>
> Am 13.06.2018 um 13:17 schrieb Alex O'Ree
I have a situation with multiple postgres servers running all with the same
databases and table structure. I need to periodically export the data from
each of there then merge them all into a single server. On occasion, it's
feasible for the same record (primary key) to be stored in two or more
se