<?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: Large Binary Data and Blob&#8217;s</title>
	<atom:link href="http://www.ajohnstone.com/archives/large-binary-data-and-blobs-2/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ajohnstone.com/archives/large-binary-data-and-blobs-2/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=large-binary-data-and-blobs-2</link>
	<description>by Andrew Johnstone</description>
	<lastBuildDate>Wed, 07 Jul 2010 02:01:06 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Mark</title>
		<link>http://www.ajohnstone.com/archives/large-binary-data-and-blobs-2/comment-page-1/#comment-16357</link>
		<dc:creator>Mark</dc:creator>
		<pubDate>Wed, 06 Feb 2008 16:39:44 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ajohnstone.com/archives/large-binary-data-and-blobs-2/#comment-16357</guid>
		<description>I found this article after thinking up two possible solutions.  I was trying to chunk the blob into multiple rows of 1 record set, but doing multiple queries with SUBSTRING() is just as good, I guess.  This article helped confirm my suspicions, and it explained the different settings required for the server and the client.</description>
		<content:encoded><![CDATA[<p>I found this article after thinking up two possible solutions.  I was trying to chunk the blob into multiple rows of 1 record set, but doing multiple queries with SUBSTRING() is just as good, I guess.  This article helped confirm my suspicions, and it explained the different settings required for the server and the client.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrew Johnstone</title>
		<link>http://www.ajohnstone.com/archives/large-binary-data-and-blobs-2/comment-page-1/#comment-7002</link>
		<dc:creator>Andrew Johnstone</dc:creator>
		<pubDate>Sun, 18 Mar 2007 00:58:23 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ajohnstone.com/archives/large-binary-data-and-blobs-2/#comment-7002</guid>
		<description>I certainly would not recommend this in a shared hosting enviroment. To me it does not sound beneficial for you to do that and I would avoid doing so, simply hold pointers to the file.

Anyway hope that helps.</description>
		<content:encoded><![CDATA[<p>I certainly would not recommend this in a shared hosting enviroment. To me it does not sound beneficial for you to do that and I would avoid doing so, simply hold pointers to the file.</p>
<p>Anyway hope that helps.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: _bullseye_</title>
		<link>http://www.ajohnstone.com/archives/large-binary-data-and-blobs-2/comment-page-1/#comment-6512</link>
		<dc:creator>_bullseye_</dc:creator>
		<pubDate>Thu, 01 Mar 2007 18:51:34 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ajohnstone.com/archives/large-binary-data-and-blobs-2/#comment-6512</guid>
		<description>Thanks for the insight!  I just started with a company that is trying to get their Web site in order.  The previous Web guy built the product admin tool to store images and PDFs in the mySQL db.

Seemed to work, sometimes slowly.  This is on a shared hosting account running ???.  The db was NEVER backed up,  My second day on the job, i had been searching locally to find the non-existant backups and at that very moment, the table where the images were stored became corrupt.  Lost everything.  The host couldn&#039;t restore it....  up the creek, so to speak.

I immediately uploaded all (i hope) relevant images to a directory, and patched his code to look directly at the images based on the product #s.  YIKES!

Of course i lost all info from that table, including thumbnails, keys, sizes, alt text....

So now.  Do i try to replace everything back into the DB in a new table?  Do i go with what i know and create pointers the the files instead?  Storing BLOBS fits the current structure, but i&#039;ve never had much faith in doing that.  Doing it with pointers means i start from scratch... grrrr!</description>
		<content:encoded><![CDATA[<p>Thanks for the insight!  I just started with a company that is trying to get their Web site in order.  The previous Web guy built the product admin tool to store images and PDFs in the mySQL db.</p>
<p>Seemed to work, sometimes slowly.  This is on a shared hosting account running ???.  The db was NEVER backed up,  My second day on the job, i had been searching locally to find the non-existant backups and at that very moment, the table where the images were stored became corrupt.  Lost everything.  The host couldn&#8217;t restore it&#8230;.  up the creek, so to speak.</p>
<p>I immediately uploaded all (i hope) relevant images to a directory, and patched his code to look directly at the images based on the product #s.  YIKES!</p>
<p>Of course i lost all info from that table, including thumbnails, keys, sizes, alt text&#8230;.</p>
<p>So now.  Do i try to replace everything back into the DB in a new table?  Do i go with what i know and create pointers the the files instead?  Storing BLOBS fits the current structure, but i&#8217;ve never had much faith in doing that.  Doing it with pointers means i start from scratch&#8230; grrrr!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
