<?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: Air traffic queries in LucidDB</title>
	<atom:link href="http://www.mysqlperformanceblog.com/2009/10/26/air-traffic-queries-in-luciddb/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mysqlperformanceblog.com/2009/10/26/air-traffic-queries-in-luciddb/</link>
	<description>Percona&#039;s MySQL &#38; InnoDB performance and scalability blog</description>
	<lastBuildDate>Sat, 11 Feb 2012 16:45:54 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Vadim</title>
		<link>http://www.mysqlperformanceblog.com/2009/10/26/air-traffic-queries-in-luciddb/comment-page-1/#comment-698207</link>
		<dc:creator>Vadim</dc:creator>
		<pubDate>Fri, 18 Dec 2009 17:49:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.mysqlperformanceblog.com/?p=1537#comment-698207</guid>
		<description>Otis, John,

That&#039;s OK. I can&#039;t spend more time on SSB + ontime queries benchmarks, but I will be able
provide hardware access for next benchmark.</description>
		<content:encoded><![CDATA[<p>Otis, John,</p>
<p>That&#8217;s OK. I can&#8217;t spend more time on SSB + ontime queries benchmarks, but I will be able<br />
provide hardware access for next benchmark.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Otis Gospodnetic</title>
		<link>http://www.mysqlperformanceblog.com/2009/10/26/air-traffic-queries-in-luciddb/comment-page-1/#comment-698185</link>
		<dc:creator>Otis Gospodnetic</dc:creator>
		<pubDate>Fri, 18 Dec 2009 17:14:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.mysqlperformanceblog.com/?p=1537#comment-698185</guid>
		<description>What John wrote above makes sense: +1
Without that, the experts will always be a little handicapped and the benchmark quality will suffer.

Thank you for doing this valuable work!</description>
		<content:encoded><![CDATA[<p>What John wrote above makes sense: +1<br />
Without that, the experts will always be a little handicapped and the benchmark quality will suffer.</p>
<p>Thank you for doing this valuable work!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John Sichi</title>
		<link>http://www.mysqlperformanceblog.com/2009/10/26/air-traffic-queries-in-luciddb/comment-page-1/#comment-698158</link>
		<dc:creator>John Sichi</dc:creator>
		<pubDate>Fri, 18 Dec 2009 16:40:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.mysqlperformanceblog.com/?p=1537#comment-698158</guid>
		<description>We&#039;re very happy to have a well-respected independent organization like Percona running these.  As one of the &quot;experts&quot; involved, one thing I can say is that it would be great if we could be given direct access to the box during the setup phase to help with tuning, and then release it to Vadim for exclusive access/auditing of the final runs.  Doing everything by proxy adds enough overhead that it&#039;s not always possible to try as many configurations as one would like.  Working with big data sets increases the challenge due to the times involved (particularly for loading), so starting with a small validation set first can help a lot too before moving on to full scale.  I realize there are other issues like security and multi-user contention on shared hardware that may not make direct access practical.</description>
		<content:encoded><![CDATA[<p>We&#8217;re very happy to have a well-respected independent organization like Percona running these.  As one of the &#8220;experts&#8221; involved, one thing I can say is that it would be great if we could be given direct access to the box during the setup phase to help with tuning, and then release it to Vadim for exclusive access/auditing of the final runs.  Doing everything by proxy adds enough overhead that it&#8217;s not always possible to try as many configurations as one would like.  Working with big data sets increases the challenge due to the times involved (particularly for loading), so starting with a small validation set first can help a lot too before moving on to full scale.  I realize there are other issues like security and multi-user contention on shared hardware that may not make direct access practical.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Otis Gospodnetic</title>
		<link>http://www.mysqlperformanceblog.com/2009/10/26/air-traffic-queries-in-luciddb/comment-page-1/#comment-698121</link>
		<dc:creator>Otis Gospodnetic</dc:creator>
		<pubDate>Fri, 18 Dec 2009 15:22:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.mysqlperformanceblog.com/?p=1537#comment-698121</guid>
		<description>Excellent!
This is good, because benchmarks done in a vacuum are often not realistic, unless the person preparing the benchmark is truly an expert in all tools being benchmarked, which is very rarely the case.  I know I&#039;ve seen such expert-advice/review-free benchmarks in search engine land (Lucene, Solr, Sphinx, Xapian...) and, as a Lucene/Solr guy, found them frustrating and worthless.

Is all the code/setup used for benchmarking going to be available, so individuals and other organizations can make use of it, possibly improving it, and even maintaining it, so that it is easy to re-run the benchmark with newer releases of the software?
Putting everything on Github, where it can be easily forked, may make sense here.</description>
		<content:encoded><![CDATA[<p>Excellent!<br />
This is good, because benchmarks done in a vacuum are often not realistic, unless the person preparing the benchmark is truly an expert in all tools being benchmarked, which is very rarely the case.  I know I&#8217;ve seen such expert-advice/review-free benchmarks in search engine land (Lucene, Solr, Sphinx, Xapian&#8230;) and, as a Lucene/Solr guy, found them frustrating and worthless.</p>
<p>Is all the code/setup used for benchmarking going to be available, so individuals and other organizations can make use of it, possibly improving it, and even maintaining it, so that it is easy to re-run the benchmark with newer releases of the software?<br />
Putting everything on Github, where it can be easily forked, may make sense here.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vadim</title>
		<link>http://www.mysqlperformanceblog.com/2009/10/26/air-traffic-queries-in-luciddb/comment-page-1/#comment-697906</link>
		<dc:creator>Vadim</dc:creator>
		<pubDate>Fri, 18 Dec 2009 06:16:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.mysqlperformanceblog.com/?p=1537#comment-697906</guid>
		<description>Otis,

I have review of the results from experts from each vendor. 
There are some comments from them, but nothing significant that could change final results noticeably.</description>
		<content:encoded><![CDATA[<p>Otis,</p>
<p>I have review of the results from experts from each vendor.<br />
There are some comments from them, but nothing significant that could change final results noticeably.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Otis Gospodnetic</title>
		<link>http://www.mysqlperformanceblog.com/2009/10/26/air-traffic-queries-in-luciddb/comment-page-1/#comment-697904</link>
		<dc:creator>Otis Gospodnetic</dc:creator>
		<pubDate>Fri, 18 Dec 2009 06:13:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.mysqlperformanceblog.com/?p=1537#comment-697904</guid>
		<description>Thanks for the pointer, Vadim, I can&#039;t wait to see the final results!
When doing these comparisons, are you getting experts from each project to tune/optimize their DB?</description>
		<content:encoded><![CDATA[<p>Thanks for the pointer, Vadim, I can&#8217;t wait to see the final results!<br />
When doing these comparisons, are you getting experts from each project to tune/optimize their DB?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vadim</title>
		<link>http://www.mysqlperformanceblog.com/2009/10/26/air-traffic-queries-in-luciddb/comment-page-1/#comment-697903</link>
		<dc:creator>Vadim</dc:creator>
		<pubDate>Fri, 18 Dec 2009 06:10:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.mysqlperformanceblog.com/?p=1537#comment-697903</guid>
		<description>Otis,

I just run SSB benchmark, but results are not officially published yet.
You can see results here
http://www.percona.com/docs/wiki/benchmark:ssb:start

Also more benchmarks coming.</description>
		<content:encoded><![CDATA[<p>Otis,</p>
<p>I just run SSB benchmark, but results are not officially published yet.<br />
You can see results here<br />
<a href="http://www.percona.com/docs/wiki/benchmark:ssb:start" rel="nofollow">http://www.percona.com/docs/wiki/benchmark:ssb:start</a></p>
<p>Also more benchmarks coming.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Otis Gospodnetic</title>
		<link>http://www.mysqlperformanceblog.com/2009/10/26/air-traffic-queries-in-luciddb/comment-page-1/#comment-697901</link>
		<dc:creator>Otis Gospodnetic</dc:creator>
		<pubDate>Fri, 18 Dec 2009 06:04:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.mysqlperformanceblog.com/?p=1537#comment-697901</guid>
		<description>You are right, 0.9.2 is the latest.
Are you planning on doing another test with LucidDB?  I&#039;d be interested in seeing the comparison of LucidDB, MonetDB, and InfiniDB (they just had a release).

Thanks.</description>
		<content:encoded><![CDATA[<p>You are right, 0.9.2 is the latest.<br />
Are you planning on doing another test with LucidDB?  I&#8217;d be interested in seeing the comparison of LucidDB, MonetDB, and InfiniDB (they just had a release).</p>
<p>Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vadim</title>
		<link>http://www.mysqlperformanceblog.com/2009/10/26/air-traffic-queries-in-luciddb/comment-page-1/#comment-697899</link>
		<dc:creator>Vadim</dc:creator>
		<pubDate>Fri, 18 Dec 2009 05:58:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.mysqlperformanceblog.com/?p=1537#comment-697899</guid>
		<description>Otis,

It was 0.9.1.
I see latest available release 0.9.2</description>
		<content:encoded><![CDATA[<p>Otis,</p>
<p>It was 0.9.1.<br />
I see latest available release 0.9.2</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Otis Gospodnetic</title>
		<link>http://www.mysqlperformanceblog.com/2009/10/26/air-traffic-queries-in-luciddb/comment-page-1/#comment-697499</link>
		<dc:creator>Otis Gospodnetic</dc:creator>
		<pubDate>Thu, 17 Dec 2009 12:33:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.mysqlperformanceblog.com/?p=1537#comment-697499</guid>
		<description>Hm, LucidDB doesn&#039;t look good in this benchmark.  Was the test done with LucidDB 0.9.4 or some earlier version?</description>
		<content:encoded><![CDATA[<p>Hm, LucidDB doesn&#8217;t look good in this benchmark.  Was the test done with LucidDB 0.9.4 or some earlier version?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

