k.libby wrote:
Hi,
You cannot create more than one identical table so that would not work. Storing raw logs in a database probablty isnt the best solution, it would be better to store structured data after processing the logs which would work well in a database.
Hope that helps,
Kate
This is the structure of the table:
Code:
username bytes uri method status refer browser platform
admin 2333 /login.action get 200 google IE6 Winxp
The log pushed to table is filtered yet,some raw request(http:/.../xx.gif is excluded).
Even so,the records will grow also. One year two years later?