Re: Moving delta data faster

From: Greg Sabino Mullane <htamfids(at)gmail(dot)com>
To: yudhi s <learnerdatabase99(at)gmail(dot)com>
Cc: Adrian Klaver <adrian(dot)klaver(at)aklaver(dot)com>, pgsql-general <pgsql-general(at)lists(dot)postgresql(dot)org>
Subject: Re: Moving delta data faster
Date: 2024-04-04 21:08:28
Message-ID: CAKAnmmKKtWyy7eENvYV=HLtZ=UU475A+eUGpq7eO_1u_kL3hHw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

So you want advice from this open source community about moving things from
a proprietary database to another proprietary database, going through a
proprietary storage system along the way? :)

To answer the original question, use MERGE. That's it's job, and your table
size is very tiny, so I doubt the performance impact will be worth worrying
about.

Cheers,
Greg

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Adrian Klaver 2024-04-05 00:39:54 Re: Moving delta data faster
Previous Message yudhi s 2024-04-04 20:42:10 Re: Moving delta data faster