<?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: Oracle 11g Secure File Features with Oracle UCM</title>
	<atom:link href="http://contentoncontentmanagement.com/2008/04/22/oracle-11g-secure-file-features-with-oracle-ucm/feed/" rel="self" type="application/rss+xml" />
	<link>http://contentoncontentmanagement.com/2008/04/22/oracle-11g-secure-file-features-with-oracle-ucm/</link>
	<description></description>
	<lastBuildDate>Sat, 23 Jan 2010 18:43:14 +0000</lastBuildDate>
	
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Oracle</title>
		<link>http://contentoncontentmanagement.com/2008/04/22/oracle-11g-secure-file-features-with-oracle-ucm/comment-page-1/#comment-730</link>
		<dc:creator>Oracle</dc:creator>
		<pubDate>Mon, 08 Sep 2008 00:42:51 +0000</pubDate>
		<guid isPermaLink="false">http://ContentOnContentManagement.com/?p=79#comment-730</guid>
		<description>Secure files is faster because it feature a new write-gather cache that buffers data up during writes before flushing or committing to the underlying storage layer. This buffering allows for large contiguous space allocation for LOB or &quot;secure file&quot; data and reduces write latency. By  reduceing disk seek costs, both read performance and write performance are greatly improved.</description>
		<content:encoded><![CDATA[<p>Secure files is faster because it feature a new write-gather cache that buffers data up during writes before flushing or committing to the underlying storage layer. This buffering allows for large contiguous space allocation for LOB or &#8220;secure file&#8221; data and reduces write latency. By  reduceing disk seek costs, both read performance and write performance are greatly improved.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bex</title>
		<link>http://contentoncontentmanagement.com/2008/04/22/oracle-11g-secure-file-features-with-oracle-ucm/comment-page-1/#comment-591</link>
		<dc:creator>bex</dc:creator>
		<pubDate>Wed, 21 May 2008 00:31:03 +0000</pubDate>
		<guid isPermaLink="false">http://ContentOnContentManagement.com/?p=79#comment-591</guid>
		<description>@JRS:

I chatted about this a bit on my blog...

Static files that are *local* to the web server are fastest. Going to the database is an extra network round trip that doesn&#039;t make sense for small files.

However... if you have so many small files that you have to keep them on a network file system, then Oracle 11g with secure files could be much faster.

Or... if you are service up HUGE images over the web, then storing then in the database makes lots of sense.

Oracle UCM lets you do a blended approach: keep small web files on the local system, and large files in the database... with some tweaking of course  ;-)</description>
		<content:encoded><![CDATA[<p>@JRS:</p>
<p>I chatted about this a bit on my blog&#8230;</p>
<p>Static files that are *local* to the web server are fastest. Going to the database is an extra network round trip that doesn&#8217;t make sense for small files.</p>
<p>However&#8230; if you have so many small files that you have to keep them on a network file system, then Oracle 11g with secure files could be much faster.</p>
<p>Or&#8230; if you are service up HUGE images over the web, then storing then in the database makes lots of sense.</p>
<p>Oracle UCM lets you do a blended approach: keep small web files on the local system, and large files in the database&#8230; with some tweaking of course  <img src='http://contentoncontentmanagement.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JRS</title>
		<link>http://contentoncontentmanagement.com/2008/04/22/oracle-11g-secure-file-features-with-oracle-ucm/comment-page-1/#comment-552</link>
		<dc:creator>JRS</dc:creator>
		<pubDate>Thu, 24 Apr 2008 09:17:43 +0000</pubDate>
		<guid isPermaLink="false">http://ContentOnContentManagement.com/?p=79#comment-552</guid>
		<description>hey Bex, 
I`m still a bit confused. If Oracle 11g is supposed to be faster than a linux file system, then how is the filesystem faster at providing webcontent? :)

I haven`t had any experience with the Oracle DB. But in the past working on MSSQL DB content driven sites that recieve a large ammount of hits, it was found to be far better to export static data to xml on the file system and load in the xml data instead of hitting the database for each user that visited the site.

Site studio does a similar thing where it generates a static html page so it doesn`t have to abuse the DB.

I think I`ll need a lot of convincing a good explanation and time to test out performance of 11g :) 

If webcontent assets were to be stored on the DB, is it possible to cache the images or would the DB be called for every asset?

I can see the benefits of using 11g, but it just scares me.. Is it possible to install 11g across multiple servers and split data across them? EG server 1 holds 1-1000 content items. Server 2 holds 1001-2000 content items and do a global query across both servers? :)

Thnx.</description>
		<content:encoded><![CDATA[<p>hey Bex,<br />
I`m still a bit confused. If Oracle 11g is supposed to be faster than a linux file system, then how is the filesystem faster at providing webcontent? <img src='http://contentoncontentmanagement.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>I haven`t had any experience with the Oracle DB. But in the past working on MSSQL DB content driven sites that recieve a large ammount of hits, it was found to be far better to export static data to xml on the file system and load in the xml data instead of hitting the database for each user that visited the site.</p>
<p>Site studio does a similar thing where it generates a static html page so it doesn`t have to abuse the DB.</p>
<p>I think I`ll need a lot of convincing a good explanation and time to test out performance of 11g <img src='http://contentoncontentmanagement.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  </p>
<p>If webcontent assets were to be stored on the DB, is it possible to cache the images or would the DB be called for every asset?</p>
<p>I can see the benefits of using 11g, but it just scares me.. Is it possible to install 11g across multiple servers and split data across them? EG server 1 holds 1-1000 content items. Server 2 holds 1001-2000 content items and do a global query across both servers? <img src='http://contentoncontentmanagement.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Thnx.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marco Gralike</title>
		<link>http://contentoncontentmanagement.com/2008/04/22/oracle-11g-secure-file-features-with-oracle-ucm/comment-page-1/#comment-551</link>
		<dc:creator>Marco Gralike</dc:creator>
		<pubDate>Wed, 23 Apr 2008 22:28:21 +0000</pubDate>
		<guid isPermaLink="false">http://ContentOnContentManagement.com/?p=79#comment-551</guid>
		<description>A database kind of approach will be the way to go. It has some big advantages as also Windows acknowledged with WinFS (but couldn&#039;t get it in on time yet... http://www.liberidu.com/blog/?p=120).

Some of the advantages:
- data integrity
- solving locking problems
- search abilities build within
- handling enourmous amounts of small data as has been demonstrated the last thirty years
- out of the box live/hot backup and recovery solutions (that can handle data integrity issues)

...and by the way, &quot;a database structure&quot; can exist not only on solid disks...</description>
		<content:encoded><![CDATA[<p>A database kind of approach will be the way to go. It has some big advantages as also Windows acknowledged with WinFS (but couldn&#8217;t get it in on time yet&#8230; <a href="http://www.liberidu.com/blog/?p=120)" rel="nofollow">http://www.liberidu.com/blog/?p=120)</a>.</p>
<p>Some of the advantages:<br />
- data integrity<br />
- solving locking problems<br />
- search abilities build within<br />
- handling enourmous amounts of small data as has been demonstrated the last thirty years<br />
- out of the box live/hot backup and recovery solutions (that can handle data integrity issues)</p>
<p>&#8230;and by the way, &#8220;a database structure&#8221; can exist not only on solid disks&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bex</title>
		<link>http://contentoncontentmanagement.com/2008/04/22/oracle-11g-secure-file-features-with-oracle-ucm/comment-page-1/#comment-550</link>
		<dc:creator>bex</dc:creator>
		<pubDate>Wed, 23 Apr 2008 18:34:38 +0000</pubDate>
		<guid isPermaLink="false">http://ContentOnContentManagement.com/?p=79#comment-550</guid>
		<description>one caveat... for web content -- especially small images -- the filesystem is still faster. So a split approach is optimal.

Luckily you can do that with a FileStoreProvider...</description>
		<content:encoded><![CDATA[<p>one caveat&#8230; for web content &#8212; especially small images &#8212; the filesystem is still faster. So a split approach is optimal.</p>
<p>Luckily you can do that with a FileStoreProvider&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David Roe</title>
		<link>http://contentoncontentmanagement.com/2008/04/22/oracle-11g-secure-file-features-with-oracle-ucm/comment-page-1/#comment-548</link>
		<dc:creator>David Roe</dc:creator>
		<pubDate>Wed, 23 Apr 2008 11:40:06 +0000</pubDate>
		<guid isPermaLink="false">http://ContentOnContentManagement.com/?p=79#comment-548</guid>
		<description>I agree that quite a bit more testing needs to be done.  UCM performs very, very well now with massive amounts of content on the filesystem.  Obviously the jury is out on whether the DB can handle the same in a live environment, though I think this is the direction they will ultimately take the product.</description>
		<content:encoded><![CDATA[<p>I agree that quite a bit more testing needs to be done.  UCM performs very, very well now with massive amounts of content on the filesystem.  Obviously the jury is out on whether the DB can handle the same in a live environment, though I think this is the direction they will ultimately take the product.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JRS</title>
		<link>http://contentoncontentmanagement.com/2008/04/22/oracle-11g-secure-file-features-with-oracle-ucm/comment-page-1/#comment-546</link>
		<dc:creator>JRS</dc:creator>
		<pubDate>Wed, 23 Apr 2008 08:16:45 +0000</pubDate>
		<guid isPermaLink="false">http://ContentOnContentManagement.com/?p=79#comment-546</guid>
		<description>It all sounds great, but I think I`ll need more convincing before I start storing assets into a DB...

I haven`t had any experience with the Oracle DB.. But using it as a vault that could store TBs worth of data scares me..</description>
		<content:encoded><![CDATA[<p>It all sounds great, but I think I`ll need more convincing before I start storing assets into a DB&#8230;</p>
<p>I haven`t had any experience with the Oracle DB.. But using it as a vault that could store TBs worth of data scares me..</p>
]]></content:encoded>
	</item>
</channel>
</rss>
