FredAt <[EMAIL PROTECTED]> wrote: > > It generally works better to append logging information to a file > > (since this avoids the overhead of updating indices and doing > > atomic commits) then transfering the information into an RDBMS > > (SQLite or other) for analysis. > > > > So, I guess I could write to a flatfile and then run a daily PHP script to > transfer the information into my SQLite DB for analysis. I take it that > you are telling me that with the quantity of information I anticipate > writing per day - at current estimates no more than 256 bytes per page view > with around a 1000 page views per day (but growing) - I am not likely to run > into any size issues with SQLite? Like I said, as far as possible I want to > stick with SQLite. >
Size should not be a problem. -- D. Richard Hipp <[EMAIL PROTECTED]> ----------------------------------------------------------------------------- To unsubscribe, send email to [EMAIL PROTECTED] -----------------------------------------------------------------------------