<?xml version="1.0" encoding="utf-8" ?>

<rss version="2.0" 
   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
   xmlns:admin="http://webns.net/mvcb/"
   xmlns:dc="http://purl.org/dc/elements/1.1/"
   xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
   xmlns:wfw="http://wellformedweb.org/CommentAPI/"
   xmlns:content="http://purl.org/rss/1.0/modules/content/"
   >
<channel>
    <title>lunatechian (lunatech-ian)  - mysql</title>
    <link>http://rajshekhar.net/blog/</link>
    <description>one relating to, belonging to, or resembling lunatech</description>
    <dc:language>en</dc:language>
    <generator>Serendipity 1.2.1 - http://www.s9y.org/</generator>
    <pubDate>Sun, 26 Oct 2008 17:03:36 GMT</pubDate>

    <image>
        <url>http://rajshekhar.net/blog/templates/default/img/s9y_banner_small.png</url>
        <title>RSS: lunatechian (lunatech-ian)  - mysql - one relating to, belonging to, or resembling lunatech</title>
        <link>http://rajshekhar.net/blog/</link>
        <width>100</width>
        <height>21</height>
    </image>

<item>
    <title>Replication</title>
    <link>http://rajshekhar.net/blog/archives/327-Replication.html</link>
            <category>geek stuff</category>
            <category>mysql</category>
    
    <comments>http://rajshekhar.net/blog/archives/327-Replication.html#comments</comments>
    <wfw:comment>http://rajshekhar.net/blog/wfwcomment.php?cid=327</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://rajshekhar.net/blog/rss.php?version=2.0&amp;type=comments&amp;cid=327</wfw:commentRss>
    

    <author>nospam@example.com (Raj Shekhar)</author>
    <content:encoded>
    &lt;p&gt;Check the slides at scribd,
&lt;a href=&quot;http://www.scribd.com/doc/7116565/Getting-Smart-about-the-New-World-of-PostgreSQL-Replication&quot;&gt;Getting Smart about the New World of PostgreSQL Replication&lt;/a&gt;.  The
first few slides are not specific to PostgreSQL and they define some
common replication jargon very nicely.&lt;/p&gt;
 
    </content:encoded>

    <pubDate>Sun, 26 Oct 2008 07:21:52 +0100</pubDate>
    <guid isPermaLink="false">http://rajshekhar.net/blog/archives/327-guid.html</guid>
    
</item>
<item>
    <title>innodb and blobs</title>
    <link>http://rajshekhar.net/blog/archives/321-innodb-and-blobs.html</link>
            <category>mysql</category>
    
    <comments>http://rajshekhar.net/blog/archives/321-innodb-and-blobs.html#comments</comments>
    <wfw:comment>http://rajshekhar.net/blog/wfwcomment.php?cid=321</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://rajshekhar.net/blog/rss.php?version=2.0&amp;type=comments&amp;cid=321</wfw:commentRss>
    

    <author>nospam@example.com (Raj Shekhar)</author>
    <content:encoded>
    
&lt;p&gt;Are you planning on storing blobs in Innodb tables?  If yes, think again.  According to the &lt;a href=&quot;http://dev.mysql.com/doc/refman/4.1/en/innodb-restrictions.html&quot;&gt;manual&lt;/a&gt;,
&lt;blockquote&gt;
&lt;p class=&quot;quoted&quot;&gt;InnoDB stores the first 768 bytes of a VARBINARY, VARCHAR, BLOB, or
TEXT column in the row, and the rest into separate pages.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;This translates into slower retrieval for blobs.  However, InnoDB can
skip reading blobs if they are not in select column list.&lt;/p&gt;
&lt;p&gt;One solution for this is to keep blobs in a separate myisam table and
do a join when you need the blob column.&lt;/p&gt;
 
    </content:encoded>

    <pubDate>Mon, 29 Sep 2008 19:41:55 +0200</pubDate>
    <guid isPermaLink="false">http://rajshekhar.net/blog/archives/321-guid.html</guid>
    
</item>
<item>
    <title>mysql bugs</title>
    <link>http://rajshekhar.net/blog/archives/320-mysql-bugs.html</link>
            <category>mysql</category>
    
    <comments>http://rajshekhar.net/blog/archives/320-mysql-bugs.html#comments</comments>
    <wfw:comment>http://rajshekhar.net/blog/wfwcomment.php?cid=320</wfw:comment>

    <slash:comments>2</slash:comments>
    <wfw:commentRss>http://rajshekhar.net/blog/rss.php?version=2.0&amp;type=comments&amp;cid=320</wfw:commentRss>
    

    <author>nospam@example.com (Raj Shekhar)</author>
    <content:encoded>
    &lt;p&gt;If you are a heavy user of MySQL, I think you will appreciate this
list of &lt;a href=&quot;http://bugs.mysql.com/search-saved.php&quot;&gt;saved bug searches&lt;/a&gt;.  For example, check out &amp;quot;p1_bugs_in_5.1&amp;quot;
or &amp;quot;ActiveInnoDBBugs&amp;quot; These saved searches are also available as rss
feeds.&lt;/p&gt;
 
    </content:encoded>

    <pubDate>Mon, 29 Sep 2008 19:36:53 +0200</pubDate>
    <guid isPermaLink="false">http://rajshekhar.net/blog/archives/320-guid.html</guid>
    
</item>
<item>
    <title>precise explanation of Seconds_Behind_Master value</title>
    <link>http://rajshekhar.net/blog/archives/315-precise-explanation-of-Seconds_Behind_Master-value.html</link>
            <category>mysql</category>
    
    <comments>http://rajshekhar.net/blog/archives/315-precise-explanation-of-Seconds_Behind_Master-value.html#comments</comments>
    <wfw:comment>http://rajshekhar.net/blog/wfwcomment.php?cid=315</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://rajshekhar.net/blog/rss.php?version=2.0&amp;type=comments&amp;cid=315</wfw:commentRss>
    

    <author>nospam@example.com (Raj Shekhar)</author>
    <content:encoded>
    &lt;p&gt;Thanks to Artem Russakovskii for this nice explanation of what Seconds_Behind_Master means
&lt;blockquote&gt;
&lt;p class=&quot;quoted&quot;&gt;In order to see if a slave is lagging, execute the &#039;show slave
status&#039; command and look for the Seconds_Behind_Master value. The
way this value is calculated can be slightly ambiguous and unclear,
so I&#039;ll explain. It is simply a difference between the 2 timestamps the time of the last received (and queued up in the relay log)
query that already executed on the master and the time of the
currently executing query on the slave.
&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;As he says in the post, this value is not a precise indication of the
replication delay.&lt;/p&gt;
&lt;p&gt;Links:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;http://beerpla.net/2008/09/05/mysql-slave-delay-explained-and-7-ways-to-battle-it/&quot;&gt;MySQL Slave Delay Explained And 7 Ways To Battle It&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://dev.mysql.com/doc/refman/5.0/en/show-slave-status.html&quot;&gt;Other variables in Show Slave Status&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
 
    </content:encoded>

    <pubDate>Thu, 11 Sep 2008 03:51:26 +0200</pubDate>
    <guid isPermaLink="false">http://rajshekhar.net/blog/archives/315-guid.html</guid>
    
</item>

</channel>
</rss>