
13 Aug
2009
13 Aug
'09
6:45 p.m.
We need to write our own DBAppender. I want us to have it very similar to the logback DBAppender (i.e. use the same DB schema plus our own fields). I wonder why this appender defines the date columns as big int. Are these some of the reasons ? - native dates are hard to support accross multiple DBs - timezone and DST can really hurt us. - it is faster to write a big int than a date where a clendar would have to be passed into the ps.setTimestamp calls. or are there other reasons? Mel T. -- View this message in context: http://www.nabble.com/DBAppender-and-timestmp-as-big-int-tp24956664p24956664... Sent from the Logback User mailing list archive at Nabble.com.