On Thu, 17 Feb 2005 10:18:02 -0800, Grant <[EMAIL PROTECTED]> wrote: > I've started logging each page request made to my site as an entry in > a MySQL table. I get about 5000 page requests per day, and I wonder > if I'm asking to much of MySQL. Is there a limit on how big a table > can be? Other considerations? > > - Grant > > -- > [email protected] mailing list > >
I think that it can be a good decision empty this table every week or day a save a backup of it for better perfomance but i'm not a mySql expert but with a table growing and gowing each time insert is more slow -- [email protected] mailing list
