View Single Post
  #7 (permalink)  
Old 01-23-2008, 01:38 PM
wige's Avatar
wige wige is offline
Moderator
WebProWorld Moderator
 
Join Date: Jun 2006
Location: United States
Posts: 2,629
wige RepRank 9wige RepRank 9wige RepRank 9wige RepRank 9wige RepRank 9wige RepRank 9wige RepRank 9wige RepRank 9wige RepRank 9wige RepRank 9wige RepRank 9
Default Re: Beginning Level PHP Security Logging

Quote:
Originally Posted by Tech Manager View Post
As an added note, if I am gathering copious data I am probably not going to rely on a flat file (text file) to store the data. I will usually store data in a customized database so I can review live data on the fly, generate reports, graphs, etc.
What type of database do you find most efficient for storing the records? Do you use a seperate light database app on the server, or a simple table under your existing database engine, or some other type of solution?

It sounds like whatever solution was implemented would have to be very low on overhead so that new entries could be created with minimal resource impact, overhead from dynamic solutions such as relational features would be eliminated to minimize total file size, but enough power to collate the data for searching and reporting functionality. It would also have to be very efficient for handling a narrow table with few fields but many records.
__________________
The best way to learn anything, is to question everything.
Reply With Quote