Magnus Hagander schrieb:
I'd consider having a small daemon LISTENing for NOTIFYs that you send by
triggers whenever the table has changed. That'll make sure it only dumps if
something actually changed. And you can also implement some ratelimiting if
needed.
Do you really think such a homegro
Tino Wildenhain wrote:
> Magnus Hagander schrieb:
>> I'd consider having a small daemon LISTENing for NOTIFYs that you send
>> by triggers whenever the table has changed. That'll make sure it only
>> dumps if something actually changed. And you can also implement some
>> ratelimiting if needed.
> D
On 10/8/07, Gábor Farkas <[EMAIL PROTECTED]> wrote:
> hi,
>
> is it recommended to run a postgresql server on a nfs-share
> (gigabit-network)? so basically i have a NAS + a database-server,
> and wonder if i should put the database on local hard-drives in the
> db-server, or on the NAS, and mount i
hi,
is it recommended to run a postgresql server on a nfs-share
(gigabit-network)? so basically i have a NAS + a database-server,
and wonder if i should put the database on local hard-drives in the
db-server, or on the NAS, and mount it using NFS on the database-server.
i haven't investigated