Re: [PERFORM] Apache2 PostgreSQL http authentication

2007-10-08 Thread Tino Wildenhain
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

Re: [PERFORM] Apache2 PostgreSQL http authentication

2007-10-08 Thread Magnus Hagander
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

Re: [PERFORM] postgresql on NFS.. recommended? not recommended?

2007-10-08 Thread Josh Tolley
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

[PERFORM] postgresql on NFS.. recommended? not recommended?

2007-10-08 Thread Gábor Farkas
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