<?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>TJLUG &#187; Database</title>
	<atom:link href="http://www.tjlug.org/category/database/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.tjlug.org</link>
	<description>The stone age is an electrical power cut away !</description>
	<lastBuildDate>Sun, 25 Jul 2010 14:29:09 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Stats infinity progress</title>
		<link>http://www.tjlug.org/2010/05/25/stats-infinity-progress/</link>
		<comments>http://www.tjlug.org/2010/05/25/stats-infinity-progress/#comments</comments>
		<pubDate>Tue, 25 May 2010 12:32:51 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Database]]></category>
		<category><![CDATA[Domain Names]]></category>

		<guid isPermaLink="false">http://www.tjlug.org/?p=392</guid>
		<description><![CDATA[I have been doing some work on Stats Infinity, and now i myself  can feel the benefits of using the website to find good domain names In a few hours, the search script and search box will be ready so that you will be able to search for expired domain names by keyword, Something that [...]]]></description>
			<content:encoded><![CDATA[<p>I have been doing some work on Stats Infinity, and now i myself  can feel the benefits of using the website to find good domain names</p>
<p>In a few hours, the search script and search box will be ready so that you will be able to search for expired domain names by keyword, Something that sounds trivial but in reality it is not.</p>
<p>The problem is the search algorithm when you do not know the position of the keyword (s)  in the word.</p>
<p>For example, you can see Domains containing the word <a href="http://www.statsinfinity.com/word/SMART/1.html">SMART</a> (You can restrict this to expired domains if you like ), but you can not see those that have the word SMRT (With the A omitted) simply because the matching on this system works  for words in a list of 1 million words from English, Italian, Spanish and German. Words not on the word list will not work.</p>
<p>I am now looking for missing words and adding them to the list of words, but more of this activity is expected to come later, once i get more of the website done</p>
<p>Mixing keywords while searching for expired domains works as well, In the search box you should be able to enter any combination of words and our system will try to show you expiring domains by relevance.</p>
<p>Some of the good features of the website such as finding out what domain names are re-branded nameservers  and which ones are actual unique nameservers are not very obvious, I intend to write human edited clarifications such as the one about GoDaddy&#8217;s <a title="Domain Control nameservers" href="http://www.statsinfinity.com/ns_domains_info/DOMAINCONTROL.COM.html">Domain Control</a> and for example.</p>
<p>Other features such as (Real Nameservers) are very simple to use but the designer needs to get creative in making things clearer on the website, when you check for a nameserver, a list of alternative hostnames (rebranded nameservers) appears on the left, You can also reach such a list by entering the nameserver&#8217;s hostname or IP address in the box provided (Same box you would enter keywords into).</p>
<p>In any case, i will be keeping everyone posted on the progress of the project, and wishing everyone the best of luck in finding there new domains <img src='http://www.tjlug.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.tjlug.org/2010/05/25/stats-infinity-progress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MySQL Windows VS MySQL on Linux</title>
		<link>http://www.tjlug.org/2010/01/29/mysql-windows-vs-mysql-on-linux/</link>
		<comments>http://www.tjlug.org/2010/01/29/mysql-windows-vs-mysql-on-linux/#comments</comments>
		<pubDate>Fri, 29 Jan 2010 21:42:03 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Database]]></category>
		<category><![CDATA[LAMP]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[mysql]]></category>

		<guid isPermaLink="false">http://www.tjlug.org/?p=347</guid>
		<description><![CDATA[Comming across Robin Schumacher&#8217;s &#8220;MySQL on Windows? Absolutely!&#8221; i have some stuff to say First, I absolutly LOVE windows on my Desktop, and i LOVE Linux on my servers, and i have nothing against windows servers or Linux Desktops, i like Operating systems that get the Job done faster and with least effort, so what [...]]]></description>
			<content:encoded><![CDATA[<p>Comming across Robin Schumacher&#8217;s &#8220;MySQL on Windows? Absolutely!&#8221; i have some stuff to say</p>
<p>First, I absolutly LOVE windows on my Desktop, and i LOVE Linux on my servers, and i have nothing against windows servers or Linux Desktops, i like Operating systems that get the Job done faster and with least effort, so what suits a job suits me, having never used a mac, i would jump to a mac if they tell me it can help you develop application X faster, why not, but the article here <a href="http://dev.mysql.com/tech-resources/articles/mysql_on_windows.html">http://dev.mysql.com/tech-resources/articles/mysql_on_windows.html</a> does not seem to make sense to me. Here is why</p>
<p>In the comparison of number of downloads, it clearly reads that windows has 600K downloads VS linux that has 200K downloads, but are you serious ?</p>
<p>On Linux, MySQL is hardly if ever downloaded from mysql.com , while on Windows it is always downloaded from MySQL.COM and therefore i beg an explanation on why you say this statistic tells anything, Also, most developers are like me, they use the Windows edition for development on there development PCs, and then deploy the actual application on a Linux server.</p>
<p>For example, on a debian system i would simply issue</p>
<p>apt-get install mysql-client mysql-server</p>
<p>this will get MySQL binaries from Debian, not from MySQL, and therefore making the statistic not available to you.</p>
<p>Then the article talks about how insignificant the differences between the Linux and Windows edition is, to tell you the truth, this is not the case at least for me, here are SOME examples</p>
<p>Most of my applications can not make good use of RAID because RAID does not help with disk seek time (And therefore latency), My answer to this is usually separating tables to more than 1 hard disk , and although having databases moved to other hard drives is supported in windows by creating a text file, moving individual tables on windows is not, On linux, i simply create a symbolic link to the MYD file, and one to the MYI file, i can even split a single table to 2 hard drives with the indexes on 1 drive and the actual data on the other.</p>
<p>Clustering anyone ??</p>
<p>For a longer list check out http://dev.mysql.com/doc/refman/5.0/en/windows-vs-unix.html , this is certainly is inferior to the Linux counterpart for something like a shared hosting environment (See number of open files and connection timeouts etc..)</p>
<p>Now to add more to that, Linux is a free OS, you install and upgrade it for free, and MySQL is also free, if your business uses many many MySQL servers, your savings on Windows Server licenses can be significant.</p>
<p>The bottom line is, when a company like Oracle (Since it has acquired SUN) gets hold of an open source database engine, you can rest assured objectivity will still be there only when it supports the paying product.</p>
<p>Thanks for listening.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.tjlug.org/2010/01/29/mysql-windows-vs-mysql-on-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
