<?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: Once upon a timestamp(milliseconds)&#8230;.</title>
	<atom:link href="http://mysqlpreacher.com/wordpress/2009/08/once-upon-a-timestampmilliseconds/feed/" rel="self" type="application/rss+xml" />
	<link>http://mysqlpreacher.com/wordpress/2009/08/once-upon-a-timestampmilliseconds/</link>
	<description>Because Sharing is Caring</description>
	<lastBuildDate>Thu, 02 Sep 2010 15:14:06 -0700</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Darren Cassar</title>
		<link>http://mysqlpreacher.com/wordpress/2009/08/once-upon-a-timestampmilliseconds/comment-page-1/#comment-367</link>
		<dc:creator>Darren Cassar</dc:creator>
		<pubDate>Sat, 24 Jul 2010 03:49:07 +0000</pubDate>
		<guid isPermaLink="false">http://mysqlpreacher.com/wordpress/?p=234#comment-367</guid>
		<description>With decimal(17,3) you can store the full timestamp including milliseconds. You can then retrieve the date and time (with millisecond) using select timestamp(columnname) from table where columnname is decimal (17,3) </description>
		<content:encoded><![CDATA[<p>With decimal(17,3) you can store the full timestamp including milliseconds. You can then retrieve the date and time (with millisecond) using select timestamp(columnname) from table where columnname is decimal (17,3)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: minghan</title>
		<link>http://mysqlpreacher.com/wordpress/2009/08/once-upon-a-timestampmilliseconds/comment-page-1/#comment-359</link>
		<dc:creator>minghan</dc:creator>
		<pubDate>Mon, 28 Jun 2010 21:08:20 +0000</pubDate>
		<guid isPermaLink="false">http://mysqlpreacher.com/wordpress/?p=234#comment-359</guid>
		<description>Why is the reason for using 17 in DEC(17,3)? Thanks!</description>
		<content:encoded><![CDATA[<p>Why is the reason for using 17 in DEC(17,3)? Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ChangeData</title>
		<link>http://mysqlpreacher.com/wordpress/2009/08/once-upon-a-timestampmilliseconds/comment-page-1/#comment-171</link>
		<dc:creator>ChangeData</dc:creator>
		<pubDate>Wed, 21 Apr 2010 15:55:09 +0000</pubDate>
		<guid isPermaLink="false">http://mysqlpreacher.com/wordpress/?p=234#comment-171</guid>
		<description>Hi,

I&#039;ve found a possible work around to this. Page 230, in a book called &quot;High Performance MySQL&quot;, lists a User-Defined Function (UDF) called &quot;NOW_USEC&quot; this UDF creates a string in the same format as MySQL date, but also includes millisecond precision. The UDF is also listed here (along with installation details):

http://www.xaprb.com/blog/2007/10/30/how-i-built-the-now_usec-udf-for-mysql/

I have compiled and linked this UDF to my server and works perfectly. To store the value returned by NOW_USEC() just create a field with data type: varchar(26). I know you&#039;ll have to re-link this UDF every time you upgrade your MySQL server, but it&#039;s the best solution I&#039;ve seen so far.</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I&#8217;ve found a possible work around to this. Page 230, in a book called &#8220;High Performance MySQL&#8221;, lists a User-Defined Function (UDF) called &#8220;NOW_USEC&#8221; this UDF creates a string in the same format as MySQL date, but also includes millisecond precision. The UDF is also listed here (along with installation details):</p>
<p><a href="http://www.xaprb.com/blog/2007/10/30/how-i-built-the-now_usec-udf-for-mysql/" rel="nofollow">http://www.xaprb.com/blog/2007/10/30/how-i-built-the-now_usec-udf-for-mysql/</a></p>
<p>I have compiled and linked this UDF to my server and works perfectly. To store the value returned by NOW_USEC() just create a field with data type: varchar(26). I know you&#8217;ll have to re-link this UDF every time you upgrade your MySQL server, but it&#8217;s the best solution I&#8217;ve seen so far.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Darren Cassar</title>
		<link>http://mysqlpreacher.com/wordpress/2009/08/once-upon-a-timestampmilliseconds/comment-page-1/#comment-46</link>
		<dc:creator>Darren Cassar</dc:creator>
		<pubDate>Fri, 07 Aug 2009 18:50:16 +0000</pubDate>
		<guid isPermaLink="false">http://mysqlpreacher.com/wordpress/?p=234#comment-46</guid>
		<description>You might want to have a look at: http://blogs.mysql.com/peterg/2009/08/07/fractional-seconds-precision-in-mysql-datetime-data-types/ to learn more about the progress from MySQL&#039;s side.

Cheers,
Darren</description>
		<content:encoded><![CDATA[<p>You might want to have a look at: <a href="http://blogs.mysql.com/peterg/2009/08/07/fractional-seconds-precision-in-mysql-datetime-data-types/" rel="nofollow">http://blogs.mysql.com/peterg/2009/08/07/fractional-seconds-precision-in-mysql-datetime-data-types/</a> to learn more about the progress from MySQL&#8217;s side.</p>
<p>Cheers,<br />
Darren</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: MySQL :: New Features In MySQL 6.x</title>
		<link>http://mysqlpreacher.com/wordpress/2009/08/once-upon-a-timestampmilliseconds/comment-page-1/#comment-45</link>
		<dc:creator>MySQL :: New Features In MySQL 6.x</dc:creator>
		<pubDate>Fri, 07 Aug 2009 16:48:50 +0000</pubDate>
		<guid isPermaLink="false">http://mysqlpreacher.com/wordpress/?p=234#comment-45</guid>
		<description>[...] This has been around for a long time, and will be around for a long time. But I did think it&#8217;s at least time that we should let people know that we think about it. The specific impetus today was a fairly thorough survey of the feature request&#8217;s history in a MySQL DBA&#8217;s blog posting Once upon a timestamp(milliseconds)…. [...]</description>
		<content:encoded><![CDATA[<p>[...] This has been around for a long time, and will be around for a long time. But I did think it&#8217;s at least time that we should let people know that we think about it. The specific impetus today was a fairly thorough survey of the feature request&#8217;s history in a MySQL DBA&#8217;s blog posting Once upon a timestamp(milliseconds)…. [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
