<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Logging requests with MySQL</title>
	<atom:link href="http://bradym.net/mysql/logging-requests-with-mysql/feed" rel="self" type="application/rss+xml" />
	<link>http://bradym.net/mysql/logging-requests-with-mysql</link>
	<description>Random thoughts of a Code Monkey</description>
	<lastBuildDate>Sat, 23 Jan 2010 18:17:12 -0800</lastBuildDate>
	<generator>http://wordpress.org/?v=abc</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: bradym</title>
		<link>http://bradym.net/mysql/logging-requests-with-mysql/comment-page-1#comment-10</link>
		<dc:creator>bradym</dc:creator>
		<pubDate>Sun, 13 Jul 2008 03:25:50 +0000</pubDate>
		<guid isPermaLink="false">http://bradym.net/?p=13#comment-10</guid>
		<description>Yeah, this definitely isn&#039;t a do-all-end-all solution to logging. For more fine-grained reporting like that, you&#039;d want to write a separate entry to the db table (or a text log, that is then loaded into a database for analysis, depending on expected usage) for every action.

Even with this more complex, fine-grained log you can easily make the database do the heavy lifting (or at least most of it) for analysis.</description>
		<content:encoded><![CDATA[<p>Yeah, this definitely isn&#8217;t a do-all-end-all solution to logging. For more fine-grained reporting like that, you&#8217;d want to write a separate entry to the db table (or a text log, that is then loaded into a database for analysis, depending on expected usage) for every action.</p>
<p>Even with this more complex, fine-grained log you can easily make the database do the heavy lifting (or at least most of it) for analysis.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark</title>
		<link>http://bradym.net/mysql/logging-requests-with-mysql/comment-page-1#comment-9</link>
		<dc:creator>Mark</dc:creator>
		<pubDate>Sun, 13 Jul 2008 02:59:38 +0000</pubDate>
		<guid isPermaLink="false">http://bradym.net/?p=13#comment-9</guid>
		<description>The only problem I see with your code is for organizations that require hourly statistics of usage.   ie. What does the usage look like for the hours of 5pm to midnight.  Other than that I applaud your simplicity in design and effort in getting the Database to do some of the lifting instead of bloating the page code.</description>
		<content:encoded><![CDATA[<p>The only problem I see with your code is for organizations that require hourly statistics of usage.   ie. What does the usage look like for the hours of 5pm to midnight.  Other than that I applaud your simplicity in design and effort in getting the Database to do some of the lifting instead of bloating the page code.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
