Multiple tables: - SearchLog - PageViewLog - LoginLog
or One table:- ActionLog where the key could be a concatenation of the action type ie (search, pageview, login)
Any ideas? Are there any performance considerations on having multiple smaller tables?
Thanks
