Re: [PERFORM] Questions about enabling SSL

2008-02-12 Thread fabrix peñuelas
Thanks Michael... 2008/2/11, Michael Fuhr <[EMAIL PROTECTED]>: > > On Mon, Feb 11, 2008 at 05:37:51PM -0700, Michael Fuhr wrote: > > On Mon, Feb 11, 2008 at 04:58:35PM -0700, fabrix peñuelas wrote: > > > If ssl is enable in postgresql decreanse the performance of the > database? > > > How much? >

Re: [PERFORM] Questions about enabling SSL

2008-02-11 Thread Michael Fuhr
On Mon, Feb 11, 2008 at 05:37:51PM -0700, Michael Fuhr wrote: > On Mon, Feb 11, 2008 at 04:58:35PM -0700, fabrix peñuelas wrote: > > If ssl is enable in postgresql decreanse the performance of the database? > > How much? > > The performance impact of an encrypted connection depends on how > expen

Re: [PERFORM] Questions about enabling SSL

2008-02-11 Thread Michael Fuhr
On Mon, Feb 11, 2008 at 04:58:35PM -0700, fabrix peñuelas wrote: > If ssl is enable in postgresql decreanse the performance of the database? > How much? The performance impact of an encrypted connection depends on how expensive the queries are and how much data they return. A query that joins se

[PERFORM] Questions about enabling SSL

2008-02-11 Thread fabrix peñuelas
Hi all... If ssl is enable in postgresql decreanse the performance of the database? How much? Thanks in advance