<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments for Life in the fast lane...</title>
	<atom:link href="http://shoaibmir.wordpress.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://shoaibmir.wordpress.com</link>
	<description>by Shoaib Mir</description>
	<lastBuildDate>Sat, 21 Nov 2009 06:50:38 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Converting IMG files to Virtual Box VDI format by zirk</title>
		<link>http://shoaibmir.wordpress.com/2009/09/13/converting-img-files-to-virtual-box-vdi-format/#comment-225</link>
		<dc:creator>zirk</dc:creator>
		<pubDate>Sat, 21 Nov 2009 06:50:38 +0000</pubDate>
		<guid isPermaLink="false">http://shoaibmir.wordpress.com/?p=216#comment-225</guid>
		<description>thanks! it is really usefull!</description>
		<content:encoded><![CDATA[<p>thanks! it is really usefull!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Scripting within psql by Bill Karwin</title>
		<link>http://shoaibmir.wordpress.com/2009/11/02/scripting-within-psql/#comment-223</link>
		<dc:creator>Bill Karwin</dc:creator>
		<pubDate>Mon, 02 Nov 2009 15:27:59 +0000</pubDate>
		<guid isPermaLink="false">http://shoaibmir.wordpress.com/?p=261#comment-223</guid>
		<description>It&#039;s unfortunate that PSQL commands have those ugly backslash names.  It makes it look like LaTeX code -- except less readable!</description>
		<content:encoded><![CDATA[<p>It&#8217;s unfortunate that PSQL commands have those ugly backslash names.  It makes it look like LaTeX code &#8212; except less readable!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Configuring SSH access for VirtualBox Guest Host by shoaibmir</title>
		<link>http://shoaibmir.wordpress.com/2009/09/13/configuring-ssh-access-for-virtualbox-guest-host/#comment-171</link>
		<dc:creator>shoaibmir</dc:creator>
		<pubDate>Wed, 07 Oct 2009 23:27:20 +0000</pubDate>
		<guid isPermaLink="false">http://shoaibmir.wordpress.com/?p=213#comment-171</guid>
		<description>&lt;blockquote cite=&quot;#commentbody-168&quot;&gt;
&lt;strong&gt;&lt;a href=&quot;#comment-168&quot; rel=&quot;nofollow&quot;&gt;Eric&lt;/a&gt; :&lt;/strong&gt;
&lt;p&gt;Can you also state how you allow traffic to your VM? I did what you said above, however that doesn’t work. When I ping the VM, there is no response either.&lt;/p&gt;
&lt;p&gt;Thanks.&lt;/p&gt;
&lt;/blockquote&gt;

This has to be done through port forwarding as I just mentioned in my post as well. I might have missed something as I did a very quicky howto... You can get more details at --&gt; http://www.linux.com/community/blogs/printblog?index_php?view=article&amp;id=38273&amp;tmpl=component&amp;print=1</description>
		<content:encoded><![CDATA[<blockquote cite="#commentbody-168"><p>
<strong><a href="#comment-168" rel="nofollow">Eric</a> :</strong></p>
<p>Can you also state how you allow traffic to your VM? I did what you said above, however that doesn’t work. When I ping the VM, there is no response either.</p>
<p>Thanks.</p>
</blockquote>
<p>This has to be done through port forwarding as I just mentioned in my post as well. I might have missed something as I did a very quicky howto&#8230; You can get more details at &#8211;&gt; <a href="http://www.linux.com/community/blogs/printblog?index_php?view=article&amp;id=38273&amp;tmpl=component&amp;print=1" rel="nofollow">http://www.linux.com/community/blogs/printblog?index_php?view=article&amp;id=38273&amp;tmpl=component&amp;print=1</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Configuring SSH access for VirtualBox Guest Host by shoaibmir</title>
		<link>http://shoaibmir.wordpress.com/2009/09/13/configuring-ssh-access-for-virtualbox-guest-host/#comment-170</link>
		<dc:creator>shoaibmir</dc:creator>
		<pubDate>Wed, 07 Oct 2009 23:09:16 +0000</pubDate>
		<guid isPermaLink="false">http://shoaibmir.wordpress.com/?p=213#comment-170</guid>
		<description>&lt;blockquote cite=&quot;#commentbody-168&quot;&gt;
&lt;strong&gt;&lt;a href=&quot;#comment-168&quot; rel=&quot;nofollow&quot;&gt;Eric&lt;/a&gt; :&lt;/strong&gt;
&lt;p&gt;Can you also state how you allow traffic to your VM? I did what you said above, however that doesn’t work. When I ping the VM, there is no response either.&lt;/p&gt;
&lt;p&gt;Thanks.&lt;/p&gt;
&lt;/blockquote&gt;

Make sure you have your guest attached to Host Interface in VirtualBox network configuration? VirtualBox network configuration will default to NAT and when using NAT your guest OS will have an IP from different network which will not match to what you have on your host.

If you attach your guest to host interface and assign an IP belonging to same network as your host, you&#039;ll be able to ping your guest.</description>
		<content:encoded><![CDATA[<blockquote cite="#commentbody-168"><p>
<strong><a href="#comment-168" rel="nofollow">Eric</a> :</strong></p>
<p>Can you also state how you allow traffic to your VM? I did what you said above, however that doesn’t work. When I ping the VM, there is no response either.</p>
<p>Thanks.</p>
</blockquote>
<p>Make sure you have your guest attached to Host Interface in VirtualBox network configuration? VirtualBox network configuration will default to NAT and when using NAT your guest OS will have an IP from different network which will not match to what you have on your host.</p>
<p>If you attach your guest to host interface and assign an IP belonging to same network as your host, you&#8217;ll be able to ping your guest.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Configuring SSH access for VirtualBox Guest Host by Eric</title>
		<link>http://shoaibmir.wordpress.com/2009/09/13/configuring-ssh-access-for-virtualbox-guest-host/#comment-168</link>
		<dc:creator>Eric</dc:creator>
		<pubDate>Wed, 07 Oct 2009 18:59:56 +0000</pubDate>
		<guid isPermaLink="false">http://shoaibmir.wordpress.com/?p=213#comment-168</guid>
		<description>Can you also state how you allow traffic to your VM? I did what you said above, however that doesn&#039;t work. When I ping the VM, there is no response either.

Thanks.</description>
		<content:encoded><![CDATA[<p>Can you also state how you allow traffic to your VM? I did what you said above, however that doesn&#8217;t work. When I ping the VM, there is no response either.</p>
<p>Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on A quick way to change index tablespace by shoaibmir</title>
		<link>http://shoaibmir.wordpress.com/2009/09/29/a-quick-way-to-change-index-tablespace/#comment-156</link>
		<dc:creator>shoaibmir</dc:creator>
		<pubDate>Tue, 29 Sep 2009 22:44:34 +0000</pubDate>
		<guid isPermaLink="false">http://shoaibmir.wordpress.com/?p=248#comment-156</guid>
		<description>Thanks for the tip David, never thought about that. I was just looking for a very quick and hacky way to get around this but for the next time I will keep the \o option :)</description>
		<content:encoded><![CDATA[<p>Thanks for the tip David, never thought about that. I was just looking for a very quick and hacky way to get around this but for the next time I will keep the \o option <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on A quick way to change index tablespace by David Fetter</title>
		<link>http://shoaibmir.wordpress.com/2009/09/29/a-quick-way-to-change-index-tablespace/#comment-154</link>
		<dc:creator>David Fetter</dc:creator>
		<pubDate>Tue, 29 Sep 2009 20:16:06 +0000</pubDate>
		<guid isPermaLink="false">http://shoaibmir.wordpress.com/?p=248#comment-154</guid>
		<description>It seems a little baroque to run this through the shell when psql can do this job by setting \o to &#039;&#124;psql&#039;.</description>
		<content:encoded><![CDATA[<p>It seems a little baroque to run this through the shell when psql can do this job by setting \o to &#8216;|psql&#8217;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Row size and Btree index by shoaibmir</title>
		<link>http://shoaibmir.wordpress.com/2009/09/23/row-size-and-btree-index/#comment-148</link>
		<dc:creator>shoaibmir</dc:creator>
		<pubDate>Wed, 23 Sep 2009 13:07:12 +0000</pubDate>
		<guid isPermaLink="false">http://shoaibmir.wordpress.com/?p=243#comment-148</guid>
		<description>Yes, the column in question is a text one as I mentioned in the post as well. Well most of the operations are mainly with &#039;=&#039; and using LIKE operator which is why its good for now... but you are right with the full-text option as I mentioned in the post as well, is something we do have as a long term plan to implement for such scenarios.</description>
		<content:encoded><![CDATA[<p>Yes, the column in question is a text one as I mentioned in the post as well. Well most of the operations are mainly with &#8216;=&#8217; and using LIKE operator which is why its good for now&#8230; but you are right with the full-text option as I mentioned in the post as well, is something we do have as a long term plan to implement for such scenarios.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Row size and Btree index by Philip Hofstetter</title>
		<link>http://shoaibmir.wordpress.com/2009/09/23/row-size-and-btree-index/#comment-145</link>
		<dc:creator>Philip Hofstetter</dc:creator>
		<pubDate>Wed, 23 Sep 2009 11:57:02 +0000</pubDate>
		<guid isPermaLink="false">http://shoaibmir.wordpress.com/?p=243#comment-145</guid>
		<description>Are you sure that you really want that index there?

You see, Indexes only work for front-anchored comparisons.

So I assume that the column in question is a text column.

The only way a non-fulltext-index can be used is for queries like 

clm_name = &#039;term&#039;

or

clm_name LIKE &#039;term%&#039;

all other variations (&#039;%term%&#039; or &#039;term%&#039;) will not be able to use your index and will cause a table scan (unless you have other limiting factors).

To only way around this limitation is to bite the bullet and hook up some kind of full-text indexing.</description>
		<content:encoded><![CDATA[<p>Are you sure that you really want that index there?</p>
<p>You see, Indexes only work for front-anchored comparisons.</p>
<p>So I assume that the column in question is a text column.</p>
<p>The only way a non-fulltext-index can be used is for queries like </p>
<p>clm_name = &#8216;term&#8217;</p>
<p>or</p>
<p>clm_name LIKE &#8216;term%&#8217;</p>
<p>all other variations (&#8216;%term%&#8217; or &#8216;term%&#8217;) will not be able to use your index and will cause a table scan (unless you have other limiting factors).</p>
<p>To only way around this limitation is to bite the bullet and hook up some kind of full-text indexing.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Finding top read tables in the database by shoaibmir</title>
		<link>http://shoaibmir.wordpress.com/2009/09/13/finding-top-read-tables-in-the-database/#comment-144</link>
		<dc:creator>shoaibmir</dc:creator>
		<pubDate>Mon, 14 Sep 2009 22:50:49 +0000</pubDate>
		<guid isPermaLink="false">http://shoaibmir.wordpress.com/?p=220#comment-144</guid>
		<description>Because I don&#039;t need any rows with zero reads in my result set</description>
		<content:encoded><![CDATA[<p>Because I don&#8217;t need any rows with zero reads in my result set</p>
]]></content:encoded>
	</item>
</channel>
</rss>
