I am expanding my web application to store log of activities in the database. SO far log was written as a text file. I wonder whether it is more efficient to keep both data and log tables in a single database file or rather have each in its own file. Each involves multiple tables. Each involves regular reads and writes. Robert