Displaying 1 result from an estimated 1 matches for "queroi".
Did you mean:
querol
2005 Dec 25
2
offtopic: which one is faster: file or database?
hi,
this topic is not directly about rails but I wanna hear your opinions and
experience in this matter.
you know apache''s access.log .. I am using lighttpd accesslog which is same
as apache for some of my analysis. I copy the log into my database during my
analysis for soem advanced queroies and then delete it. It''s done once a day
on a non-loaded hour (5 am) so it doesnt bring in a problem of load.
one of my colleagues advised to turn off accesslog and log access directly
to database, because it''ll be faster. can it be true? the accesslog just
appends a line to en...