I need to log all post and get requests on web site in the database. There will be two tables:
- requests with time stamp, user id and requested URI
- request parameters with name, value and request id
I will use it only for analytical reports once per month. No regular usage of this data.
I have about one million requests a day and the request parameters table will be very huge. Can I handle such a large table in MySQL with no problems?