<?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: Bloom Filters</title>
	<atom:link href="http://www.antognini.ch/2008/09/bloom-filters/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.antognini.ch/2008/09/bloom-filters/</link>
	<description></description>
	<lastBuildDate>Tue, 08 May 2012 17:38:55 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: AMIS Technology blog &#187; Blog Archive &#187; Bloom Filters, Hierarchical Profiling,&#8230; - feast for DBAs (considered harmful..)</title>
		<link>http://www.antognini.ch/2008/09/bloom-filters/#comment-77</link>
		<dc:creator>AMIS Technology blog &#187; Blog Archive &#187; Bloom Filters, Hierarchical Profiling,&#8230; - feast for DBAs (considered harmful..)</dc:creator>
		<pubDate>Mon, 18 May 2009 17:40:44 +0000</pubDate>
		<guid isPermaLink="false">http://antognini.ch/?p=50#comment-77</guid>
		<description>[...] Bloom Filters - by Christian Antognini. [...] </description>
		<content:encoded><![CDATA[<p>[...] Bloom Filters &#8211; by Christian Antognini. [...] </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dennis Yurichev</title>
		<link>http://www.antognini.ch/2008/09/bloom-filters/#comment-76</link>
		<dc:creator>Dennis Yurichev</dc:creator>
		<pubDate>Sun, 23 Nov 2008 03:09:57 +0000</pubDate>
		<guid isPermaLink="false">http://antognini.ch/?p=50#comment-76</guid>
		<description>Look at msqdef.o file in libserver11.a, it contain (if I&#039;m correct) all functions, not just SYS_OP.</description>
		<content:encoded><![CDATA[<p>Look at msqdef.o file in libserver11.a, it contain (if I&#8217;m correct) all functions, not just SYS_OP.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Christian Antognini</title>
		<link>http://www.antognini.ch/2008/09/bloom-filters/#comment-75</link>
		<dc:creator>Christian Antognini</dc:creator>
		<pubDate>Thu, 23 Oct 2008 21:18:12 +0000</pubDate>
		<guid isPermaLink="false">http://antognini.ch/?p=50#comment-75</guid>
		<description>Hi Kenny

On Linux/Unix I would execute the following command:
&lt;pre&gt;strings $ORACLE_HOME/bin/oracle &#124; grep -e &quot;^SYS_OP_w*$&quot; &#124; sort -u&lt;/pre&gt;

Cheers,
Chris</description>
		<content:encoded><![CDATA[<p>Hi Kenny</p>
<p>On Linux/Unix I would execute the following command:</p>
<pre>strings $ORACLE_HOME/bin/oracle | grep -e "^SYS_OP_w*$" | sort -u</pre>
<p>Cheers,<br />
Chris</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kenny Roytman</title>
		<link>http://www.antognini.ch/2008/09/bloom-filters/#comment-74</link>
		<dc:creator>Kenny Roytman</dc:creator>
		<pubDate>Thu, 23 Oct 2008 20:58:20 +0000</pubDate>
		<guid isPermaLink="false">http://antognini.ch/?p=50#comment-74</guid>
		<description>Christian,

Thanks for the interesting paper.

Any idea how Dennis Yurichev generates that listing of undocumented functions?</description>
		<content:encoded><![CDATA[<p>Christian,</p>
<p>Thanks for the interesting paper.</p>
<p>Any idea how Dennis Yurichev generates that listing of undocumented functions?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Martin Berger</title>
		<link>http://www.antognini.ch/2008/09/bloom-filters/#comment-73</link>
		<dc:creator>Martin Berger</dc:creator>
		<pubDate>Thu, 02 Oct 2008 20:32:34 +0000</pubDate>
		<guid isPermaLink="false">http://antognini.ch/?p=50#comment-73</guid>
		<description>Dennis Yurichev [1] posted on Oracle-L [2] about a list of Undocumented Oracle Functions. There are (at least) 2 which might be of some interrest. Maybe they could look the examples more real ;-)
&lt;pre&gt;
SYS_OP_BLOOM_FILTER
SYS_OP_BLOOM_FILTER_LIST
&lt;/pre&gt;
[1] http://www.yurichev.com/
[2] http://www.freelists.org/archives/oracle-l/10-2008/msg00037.html</description>
		<content:encoded><![CDATA[<p>Dennis Yurichev [1] posted on Oracle-L [2] about a list of Undocumented Oracle Functions. There are (at least) 2 which might be of some interrest. Maybe they could look the examples more real <img src='http://www.antognini.ch/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
<pre>
SYS_OP_BLOOM_FILTER
SYS_OP_BLOOM_FILTER_LIST
</pre>
<p>[1] <a href="http://www.yurichev.com/" rel="nofollow">http://www.yurichev.com/</a><br />
[2] <a href="http://www.freelists.org/archives/oracle-l/10-2008/msg00037.html" rel="nofollow">http://www.freelists.org/archives/oracle-l/10-2008/msg00037.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marco Gralike</title>
		<link>http://www.antognini.ch/2008/09/bloom-filters/#comment-72</link>
		<dc:creator>Marco Gralike</dc:creator>
		<pubDate>Wed, 01 Oct 2008 02:22:31 +0000</pubDate>
		<guid isPermaLink="false">http://antognini.ch/?p=50#comment-72</guid>
		<description>Thanks Christian for this really nice whitepaper and helped me with understanding some of the concepts
(and thanks Doug for the link, although Kevin didn&#039;t appriciated it)

;-)</description>
		<content:encoded><![CDATA[<p>Thanks Christian for this really nice whitepaper and helped me with understanding some of the concepts<br />
(and thanks Doug for the link, although Kevin didn&#8217;t appriciated it)<br />
 <img src='http://www.antognini.ch/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Doug Burns</title>
		<link>http://www.antognini.ch/2008/09/bloom-filters/#comment-71</link>
		<dc:creator>Doug Burns</dc:creator>
		<pubDate>Sun, 28 Sep 2008 09:34:10 +0000</pubDate>
		<guid isPermaLink="false">http://antognini.ch/?p=50#comment-71</guid>
		<description>Well, not *just* a joke. It&#039;s nice that your paper comes out just when a lot of people might be wondering what a Bloom Filter is. Therefore it is timely in that sense.</description>
		<content:encoded><![CDATA[<p>Well, not *just* a joke. It&#8217;s nice that your paper comes out just when a lot of people might be wondering what a Bloom Filter is. Therefore it is timely in that sense.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Doug Burns</title>
		<link>http://www.antognini.ch/2008/09/bloom-filters/#comment-70</link>
		<dc:creator>Doug Burns</dc:creator>
		<pubDate>Sun, 28 Sep 2008 09:33:30 +0000</pubDate>
		<guid isPermaLink="false">http://antognini.ch/?p=50#comment-70</guid>
		<description>I was laughing about the coincidence. I&#039;ve been aware of bloom filters for quite a while too but it&#039;s just funny that this should come out at a time when bloom filters happen to have been mentioned in the same week as they&#039;re mentioned in an important Oracle white paper. It was just a small joke really.</description>
		<content:encoded><![CDATA[<p>I was laughing about the coincidence. I&#8217;ve been aware of bloom filters for quite a while too but it&#8217;s just funny that this should come out at a time when bloom filters happen to have been mentioned in the same week as they&#8217;re mentioned in an important Oracle white paper. It was just a small joke really.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Christian Antognini</title>
		<link>http://www.antognini.ch/2008/09/bloom-filters/#comment-69</link>
		<dc:creator>Christian Antognini</dc:creator>
		<pubDate>Sun, 28 Sep 2008 09:02:36 +0000</pubDate>
		<guid isPermaLink="false">http://antognini.ch/?p=50#comment-69</guid>
		<description>Hi Doug

Timely ?!?

I&#039;m aware of bloom filters in Oracle since December 2005. So, I wanted to write something about them for a long time. IIRC we also discussed about them at the 2006 UKOUG conference... Therefore, I&#039;m really happy that this short paper is, at last, published.

Cheers,
Chris</description>
		<content:encoded><![CDATA[<p>Hi Doug</p>
<p>Timely ?!?</p>
<p>I&#8217;m aware of bloom filters in Oracle since December 2005. So, I wanted to write something about them for a long time. IIRC we also discussed about them at the 2006 UKOUG conference&#8230; Therefore, I&#8217;m really happy that this short paper is, at last, published.</p>
<p>Cheers,<br />
Chris</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Doug Burns</title>
		<link>http://www.antognini.ch/2008/09/bloom-filters/#comment-68</link>
		<dc:creator>Doug Burns</dc:creator>
		<pubDate>Sat, 27 Sep 2008 23:35:58 +0000</pubDate>
		<guid isPermaLink="false">http://antognini.ch/?p=50#comment-68</guid>
		<description>Pretty timely, too! ;-) Page 14, here ...

http://www.oracle.com/technology/products/bi/db/exadata/pdf/exadata-technical-whitepaper.pdf

I&#039;ve made a start on your book, btw. Looks good so far but it&#039;ll probably end up half-read for a few months like all the books do. I have a course slides deadline approaching so it&#039;s back on the shelf for now ....</description>
		<content:encoded><![CDATA[<p>Pretty timely, too! <img src='http://www.antognini.ch/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' />  Page 14, here &#8230;</p>
<p><a href="http://www.oracle.com/technology/products/bi/db/exadata/pdf/exadata-technical-whitepaper.pdf" rel="nofollow">http://www.oracle.com/technology/products/bi/db/exadata/pdf/exadata-technical-whitepaper.pdf</a></p>
<p>I&#8217;ve made a start on your book, btw. Looks good so far but it&#8217;ll probably end up half-read for a few months like all the books do. I have a course slides deadline approaching so it&#8217;s back on the shelf for now &#8230;.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

