Should I store logging information in main database tabel?
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:14 UTC
Read the original article
Hit count: 189
database-design
|database-independent
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