Re: JDBCAppender performance

2002-05-07 Thread Kevin Steppe
Performance questions--- First off, databases are pathetically slow compared to file or memory writes. If you have a performance critical application avoid a database where-ever possible. Ironicly, this is true even for database driven applications -- you'll get better performance by reduc

RE: JDBCAppender performance

2002-05-07 Thread Shunmugam, Balajee
ginal Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Tuesday, May 07, 2002 4:54 AM To: [EMAIL PROTECTED] Subject: RE: JDBCAppender performance Jeroen, this should be a post to the user-list, but anyway... Have you tried to implement the connection pooling?(I am using

RE: JDBCAppender performance

2002-05-07 Thread JASONT
Jeroen, this should be a post to the user-list, but anyway... Have you tried to implement the connection pooling?(I am using 1.1.2 where no JDBCAppender is included...not sure if 1.2 have included that) That should help... I suggest you not using JDBCAppender if performance is a concern and the