Should I store logging information in main database table?

Posted by Mike on Stack Overflow See other posts from Stack Overflow or by Mike
Published on 2010-05-14T13:10:45Z Indexed on 2010/05/14 13:24 UTC
Read the original article Hit count: 191

For example, say I have a table of products. Should I store logging information such as who it was created by, last edited by, last updated date, ... Or should I separate the logging information in say an auditing table if the logging information is not relevant to the actual application?

Thank you.

© Stack Overflow or respective owner

Related posts about database-design

Related posts about database-independent