<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Krzykawski.com &#187; Confereces</title>
	<atom:link href="http://krzykawski.com/category/confereces/feed/" rel="self" type="application/rss+xml" />
	<link>http://krzykawski.com</link>
	<description>Opensource, work, projects - sharing the fun.</description>
	<lastBuildDate>Thu, 29 Dec 2011 09:46:19 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.1</generator>
		<item>
		<title>Interesting new thread..</title>
		<link>http://krzykawski.com/2011/04/16/interesting-new-thread/</link>
		<comments>http://krzykawski.com/2011/04/16/interesting-new-thread/#comments</comments>
		<pubDate>Sat, 16 Apr 2011 21:12:03 +0000</pubDate>
		<dc:creator>robertk</dc:creator>
				<category><![CDATA[Confereces]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[Work]]></category>

		<guid isPermaLink="false">http://krzykawski.com/?p=163</guid>
		<description><![CDATA[Concluded the MySQL UC (called the O&#8217;Reilly MySQL Conference &#38; Expo nowadays).. There was a lot of interesting stuff going on, and was great to get a refresher.. It was also a useful &#8220;see how others do it&#8221; exercise. Something that come to mind is the new threads added in InnoDB. To bad they show up [...]]]></description>
			<content:encoded><![CDATA[<p>Concluded the MySQL UC (called the O&#8217;Reilly MySQL Conference &amp; Expo nowadays).. There was a lot of interesting stuff going on, and was great to get a refresher.. It was also a useful &#8220;see how others do it&#8221; exercise.</p>
<p>Something that come to mind is the new threads added in InnoDB. To bad they show up first in 5.6.2+. We would have needed them now.. <img src='http://krzykawski.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  But isn&#8217;t that always the case? We are facing the trouble of grooming a table from loads of historical data. It&#8217;s running InnoDB, so we all know it&#8217;s kinda expensive to do massive deletes from it. Especially if you&#8217;re not doing it on your PK. We were debating how to setup a groomer job on a table like this, and no matter how we do it, the only feasible way is to delete by PK. Massive data deletes will still cause for performance degradation when the pages become to dirty. This has of course changed in the new additions to InnoDB in 5.6.2+. Deleting by PK is still the fastest way, and will be faster when we one day switch to 5.6.x. Read more about the new InnoDB stuff here: <a href="http://blogs.innodb.com/wp/2011/04/introducing-page_cleaner-thread-in-innodb/" target="_blank">InnoDB Page Cleaner Thread</a></p>
]]></content:encoded>
			<wfw:commentRss>http://krzykawski.com/2011/04/16/interesting-new-thread/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MySQL UC 2011 Concluded.</title>
		<link>http://krzykawski.com/2011/04/16/mysql-uc-2011-concluded/</link>
		<comments>http://krzykawski.com/2011/04/16/mysql-uc-2011-concluded/#comments</comments>
		<pubDate>Fri, 15 Apr 2011 23:37:58 +0000</pubDate>
		<dc:creator>robertk</dc:creator>
				<category><![CDATA[Confereces]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[Work]]></category>

		<guid isPermaLink="false">http://krzykawski.com/?p=165</guid>
		<description><![CDATA[MySQL UC 2011 (Now called O&#8217;Reilly MySQL Conference &#38; Expo) concluded yesterday. It was for sure a very rewarding conference, but one may debate the absence of MySQL itself (Oracle). Normally there is a lot going on, and a lot of announcements from MySQL. In this case Oracle owns MySQL. I don&#8217;t know if they [...]]]></description>
			<content:encoded><![CDATA[<p>MySQL UC 2011 (Now called O&#8217;Reilly MySQL Conference &amp; Expo) concluded yesterday.</p>
<p>It was for sure a very rewarding conference, but one may debate the absence of MySQL itself (Oracle). Normally there is a lot going on, and a lot of announcements from MySQL. In this case Oracle owns MySQL. I don&#8217;t know if they are trying to make a statement, not showing up and providing information to the community. Or are they to self absorbed, and want to pull Open database people to join on Oracle World? I don&#8217;t know, and I really hope it&#8217;s not the latter. They seem to put a lot of money and effort into continued development of MySQL and InnoDB.</p>
<p>Monty did a bald move in his keynote, and later had to appologize in a public blog post: <a href="http://monty-says.blogspot.com/" target="_blank">monty says</a>. Me and Tobias Asplund had a decent chat with him at the SkySQL dinner, and there is a lot of new interesting stuff happening in MariaDB. A lot of effort has been put into subquery optimization and the execution plans are now better than ever. Hopefully Oracle will not be too scared to adopt those patches. We will have to try MariaDB here at Marin to see if we&#8217;ll get any performance improvements running subqueries. It&#8217;s not a production test just to calm those worried souls. <img src='http://krzykawski.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>I enjoyed Yoshinori Matsunobo&#8217;s Tutorial. There was a lot of refreshing material, but also some new things I have not been able to test before. Good stuff! Check out <a href="http://yoshinorimatsunobu.blogspot.com/" target="_blank">Matsunobos blog</a></p>
<p>I also enjoyed many of the facebook talks. It&#8217;s very giving to see how they attack some of the problems others never see. The amount of servers and data those guys are handling is insane. Their data drift spotting stuff was awesome as well.</p>
<p>I am surprised by the amount of people looking for DBA&#8217;s or data architects. Almost all talks or keynotes said they were hiring.</p>
<p>All in all, it was a great conference. I am almost looking forward to the next one. <img src='http://krzykawski.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://krzykawski.com/2011/04/16/mysql-uc-2011-concluded/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MySQL User Conference 2009</title>
		<link>http://krzykawski.com/2009/03/07/mysql-user-conference-2009/</link>
		<comments>http://krzykawski.com/2009/03/07/mysql-user-conference-2009/#comments</comments>
		<pubDate>Sat, 07 Mar 2009 09:16:27 +0000</pubDate>
		<dc:creator>robertk</dc:creator>
				<category><![CDATA[Confereces]]></category>
		<category><![CDATA[MySQL]]></category>

		<guid isPermaLink="false">http://krzykawski.com/?p=72</guid>
		<description><![CDATA[Thought i will update you guys a bit about MySQL UC this year. As you may already know i will be holding a session together with Anders Karlsson from MySQL/SUN about MySQL HA. We will walk through different solutions and mention pros and cons of them. I will also present how we solved the HA [...]]]></description>
			<content:encoded><![CDATA[<p>Thought i will update you guys a bit about MySQL UC this year.</p>
<p>As you may already know i will be holding a session together with Anders Karlsson from MySQL/SUN about MySQL HA. We will walk through different solutions and mention pros and cons of them. I will also present how we solved the HA situation at bwin games ab.</p>
<p>Those of you who still have not booked their tickets and entry to MySQL UC, i have a surprise for you! Book your entry now and use this promotion code &#8220;<strong>mys09fsp</strong>&#8221; and you will get <strong>20% off</strong> your total cost! Isn&#8217;t that awesome? Just enter the code at the signup/booking page and you will receive the discount.</p>
<p>Looking forward to see you guys at MySQL UC in Santa Clara. Write me a email if you are going and we&#8217;ll try to hook up. Probably there will be a &#8220;nordic night&#8221; as last year. If you are from around the Nordic/Scandinavian region, make sure to join us. We&#8217;ll probaly be going out and eat something nice and just talk random stuff.</p>
<p>So, what should you do now if you didn&#8217;t already do it? Go to <a title="www.mysqlconf.com" href="http://www.mysqlconf.com" target="_blank">http://www.mysqlconf.com</a> and register for this years MySQL User Conference in Santa Clara / California.</p>
<p>Cheers</p>
]]></content:encoded>
			<wfw:commentRss>http://krzykawski.com/2009/03/07/mysql-user-conference-2009/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MySQL UC 2008</title>
		<link>http://krzykawski.com/2008/04/28/24/</link>
		<comments>http://krzykawski.com/2008/04/28/24/#comments</comments>
		<pubDate>Mon, 28 Apr 2008 16:36:05 +0000</pubDate>
		<dc:creator>robertk</dc:creator>
				<category><![CDATA[Confereces]]></category>
		<category><![CDATA[MySQL]]></category>

		<guid isPermaLink="false">http://krzykawski.com/?p=24</guid>
		<description><![CDATA[I visited MySQL UC 2008 in Santa Clara. It was as usual fun and I met a lot of interesting people. There were 2 other guys from my company attending (Urban and Rickard). My old boss Per did also attend. All in all it was a fun trip. There was a presentation that really stood [...]]]></description>
			<content:encoded><![CDATA[<p>I visited MySQL UC 2008 in Santa Clara. It was as usual fun and I met a lot of interesting people. There were 2 other guys from my company attending (Urban and Rickard). My old boss Per did also attend. All in all it was a fun trip. There was a presentation that really stood out of the whole mass, and it was Dick Hardt with his presentation about identity 2.0. This guys presentation technique is really something different. I have tried to find a recording of it online but have been unsuccessful. If i find it later i will add it to this post.</p>
<p>The whole California visit was not only work. I managed to squeeze in a week of vacation to it. Traveled around NoCal, did some shopping and met some friends.</p>
<p>Edit, i found a recording of Dick Hardts presentation:<a href="http://blip.tv/file/981411">http://blip.tv/file/981411</a></p>
]]></content:encoded>
			<wfw:commentRss>http://krzykawski.com/2008/04/28/24/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MySQL UC 2007, Santa Clara &#8211; CA</title>
		<link>http://krzykawski.com/2007/04/29/mysql-uc-2007-santa-clara-ca/</link>
		<comments>http://krzykawski.com/2007/04/29/mysql-uc-2007-santa-clara-ca/#comments</comments>
		<pubDate>Sun, 29 Apr 2007 18:31:34 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Confereces]]></category>
		<category><![CDATA[MySQL]]></category>

		<guid isPermaLink="false">http://krzykawski.com/?p=17</guid>
		<description><![CDATA[so, i am going to attend the MySQL UC 2007 in Santa Clara, CA &#8211; USA next week. I am actually traveling tomorrow so i can get rid of the worst jet-lag til’ the conference starts the 23:rd of april. Will try to keep something here updated on the way…]]></description>
			<content:encoded><![CDATA[<p>so, i am going to attend the MySQL UC 2007 in Santa Clara, CA &#8211; USA next week. I am actually traveling tomorrow so i can get rid of the worst jet-lag til’ the conference starts the 23:rd of april.</p>
<p>Will try to keep something here updated on the way…</p>
]]></content:encoded>
			<wfw:commentRss>http://krzykawski.com/2007/04/29/mysql-uc-2007-santa-clara-ca/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

