<?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>Solutions, better &#187; Databases</title>
	<atom:link href="http://sb2.info/best-solutions/technology/databases/feed/" rel="self" type="application/rss+xml" />
	<link>http://sb2.info</link>
	<description>Developing better world</description>
	<lastBuildDate>Sat, 12 Dec 2009 02:12:52 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>PostgreSQL 8.3 Beta 1 is amazing</title>
		<link>http://sb2.info/postgresql-83-beta-1-is-amazing/</link>
		<comments>http://sb2.info/postgresql-83-beta-1-is-amazing/#comments</comments>
		<pubDate>Tue, 09 Oct 2007 02:59:52 +0000</pubDate>
		<dc:creator>Mr. Supplier</dc:creator>
				<category><![CDATA[Databases]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://sb2.info/postgresql-83-beta-1-is-amazing/</guid>
		<description><![CDATA[PostgreSQL database sql Just look at new features:

Greatly improved performance consistency, through HOT, Load Distributed Checkpoint, JIT bgwriter, Asynchronous Commit, and other features. 
TSearch2 full text search integrated into the core code with improved syntax and ease of adding custom dictionaries. 
SQL:XML syntax. 
Logging to database-loadable CSV files. 
Automated rebuilding of cached plans. 
ENUMs, UUIDs [...]]]></description>
		<wfw:commentRss>http://sb2.info/postgresql-83-beta-1-is-amazing/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to implement full text search</title>
		<link>http://sb2.info/how-to-implement-full-text-search/</link>
		<comments>http://sb2.info/how-to-implement-full-text-search/#comments</comments>
		<pubDate>Fri, 07 Sep 2007 06:19:37 +0000</pubDate>
		<dc:creator>Mr. Supplier</dc:creator>
				<category><![CDATA[Databases]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[Sqlite]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[basics]]></category>
		<category><![CDATA[content]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[full]]></category>
		<category><![CDATA[full-text]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[implementation]]></category>
		<category><![CDATA[index]]></category>
		<category><![CDATA[indexing]]></category>
		<category><![CDATA[search]]></category>
		<category><![CDATA[sql]]></category>
		<category><![CDATA[text]]></category>

		<guid isPermaLink="false">http://sb2.info/how-to-implement-full-text-search/</guid>
		<description><![CDATA[basics, content, database, full, full-text, howto, implementation, index, indexing, MySQL, search, sql, Sqlite, textBasic approach

tokenize into words
case folding
stemming (convert each word into its root form; porter stemmer very popular stemmer for English
remove stop words
for each word left create posting list per word 

Queries

OR queries do an intersection
AND queries do a union

Phrase Queries

Bad way: Do an [...]]]></description>
		<wfw:commentRss>http://sb2.info/how-to-implement-full-text-search/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Best MySQL manager</title>
		<link>http://sb2.info/best-mysql-manager/</link>
		<comments>http://sb2.info/best-mysql-manager/#comments</comments>
		<pubDate>Thu, 23 Aug 2007 15:00:47 +0000</pubDate>
		<dc:creator>Mr. Supplier</dc:creator>
				<category><![CDATA[Databases]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Tools and Productivity]]></category>
		<category><![CDATA[administration]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[management]]></category>
		<category><![CDATA[performance]]></category>
		<category><![CDATA[server]]></category>

		<guid isPermaLink="false">http://sb2.info/best-mysql-manager/</guid>
		<description><![CDATA[administration, database, development, management, MySQL, performance, serverLadies and Gentleman, let me introduce you the King of desktop database management software: EMS SQL Manager
EMS SQL Manager for MySQL is a ultra convenient high performance tool for MySQL Database Server administration and development. SQL Manager for MySQL works with any MySQL versions from 3 to 5 and [...]]]></description>
		<wfw:commentRss>http://sb2.info/best-mysql-manager/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Manage database from Firefox &#8211; SQLite Manager Extension</title>
		<link>http://sb2.info/manage-database-from-firefox-sqlite-manager-extension/</link>
		<comments>http://sb2.info/manage-database-from-firefox-sqlite-manager-extension/#comments</comments>
		<pubDate>Sat, 17 Mar 2007 20:46:16 +0000</pubDate>
		<dc:creator>Mr. Supplier</dc:creator>
				<category><![CDATA[Databases]]></category>
		<category><![CDATA[Tools and Productivity]]></category>

		<guid isPermaLink="false">http://sb2.info/manage-database-from-firefox-sqlite-manager-extension/</guid>
		<description><![CDATA[firefox sqlite manager database software xul xulrunner Firefox 2 got a Storage &#8211; database API baked by sqlite. It makes possible to operate any sqlite database from firefox programmatically. And finally someone created most exotic desktop SQLite Manager &#8211; XUL application, running in Firefox or XULRunner, needless to say it is crossplatform. Not that much [...]]]></description>
		<wfw:commentRss>http://sb2.info/manage-database-from-firefox-sqlite-manager-extension/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Commercial and freeware Sqlite tools list</title>
		<link>http://sb2.info/commercial-and-freeware-sqlite-tools-list-2/</link>
		<comments>http://sb2.info/commercial-and-freeware-sqlite-tools-list-2/#comments</comments>
		<pubDate>Sat, 17 Mar 2007 20:32:41 +0000</pubDate>
		<dc:creator>Mr. Supplier</dc:creator>
				<category><![CDATA[Databases]]></category>
		<category><![CDATA[Sqlite]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Tools and Productivity]]></category>

		<guid isPermaLink="false">http://sb2.info/commercial-and-freeware-sqlite-tools-list-2/</guid>
		<description><![CDATA[database sqlite desktop GUI explorer admin browser manager frontend navigator webadmin dbmanager Long list of sqlite database management applications. Listed software types: sqlite desktop, sqlite GUI, sqlite explorer, sqlite admin, sqlite browser, sqlite manager, sqlite frontend, sqlite navigator, sqlite web admin.

Active and Supported



W
					e
					b
W
					i
					n
L
					i
					n
O
						t
						h
						e
						r
Name
Description
Licence
					/
					Price
Trial



x
x
x
Sqliteman
The best developer&#8217;s and/or admin&#8217;s GUI tool for Sqlite3 in the world. No [...]]]></description>
		<wfw:commentRss>http://sb2.info/commercial-and-freeware-sqlite-tools-list-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

