<?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/"
		>
<channel>
	<title>Comments on: Choosing a Database</title>
	<atom:link href="http://blog.vikido.com/choosing-a-database/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.vikido.com/choosing-a-database?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=choosing-a-database</link>
	<description>Vikido - Safe Social Network for Families</description>
	<lastBuildDate>Mon, 03 Oct 2011 15:14:48 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
	<item>
		<title>By: Yair</title>
		<link>http://blog.vikido.com/choosing-a-database/comment-page-1#comment-15</link>
		<dc:creator>Yair</dc:creator>
		<pubDate>Fri, 12 Jun 2009 12:17:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.vikido.com/Blog/?p=12#comment-15</guid>
		<description>If you need a full scale relational DB, I&#039;d go with MySQL. If all you actually need is a large and efficient hash table, I would check out some other alternatives. In &lt;a href=&quot;http://yairwein.blogspot.com/2009/04/he-who-could-not-be-named.html&quot; rel=&quot;nofollow&quot;&gt;this&lt;/a&gt; post I describe the alternative that I&#039;ve been using, and there is a link inside the post to a detailed survey of other alternatives.  Good luck!</description>
		<content:encoded><![CDATA[<p>If you need a full scale relational DB, I&#8217;d go with MySQL. If all you actually need is a large and efficient hash table, I would check out some other alternatives. In <a href="http://yairwein.blogspot.com/2009/04/he-who-could-not-be-named.html" rel="nofollow">this</a> post I describe the alternative that I&#8217;ve been using, and there is a link inside the post to a detailed survey of other alternatives.  Good luck!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ehud Rosenberg</title>
		<link>http://blog.vikido.com/choosing-a-database/comment-page-1#comment-6</link>
		<dc:creator>Ehud Rosenberg</dc:creator>
		<pubDate>Wed, 20 May 2009 10:26:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.vikido.com/Blog/?p=12#comment-6</guid>
		<description>Unless you&#039;re building a super real time web application - there is no real question IMO. If you&#039;re using PHP go with mysql (or postgresql if you&#039;re more adventures).

BTW - I know it may sound fanboy-ish, but have you considered RoR instead of whatever PHP framework you&#039;re using?</description>
		<content:encoded><![CDATA[<p>Unless you&#8217;re building a super real time web application &#8211; there is no real question IMO. If you&#8217;re using PHP go with mysql (or postgresql if you&#8217;re more adventures).</p>
<p>BTW &#8211; I know it may sound fanboy-ish, but have you considered RoR instead of whatever PHP framework you&#8217;re using?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tzury Bar Yochay</title>
		<link>http://blog.vikido.com/choosing-a-database/comment-page-1#comment-4</link>
		<dc:creator>Tzury Bar Yochay</dc:creator>
		<pubDate>Mon, 18 May 2009 18:32:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.vikido.com/Blog/?p=12#comment-4</guid>
		<description>have a look here (http://www.mail-archive.com/couchdb-user@incubator.apache.org/msg01506.html) about the first question you should ask, table based vs. schema-free document-oriented database.

Have you considered aws? 
(you probably did)

Anyway, to get hte best answeres for this kind of question you should post this question at http://news.ycombinator.com/ (and some others that will come by as you progress wit hthe startup)</description>
		<content:encoded><![CDATA[<p>have a look here (<a href="http://www.mail-archive.com/couchdb-user@incubator.apache.org/msg01506.html" rel="nofollow">http://www.mail-archive.com/couchdb-user@incubator.apache.org/msg01506.html</a>) about the first question you should ask, table based vs. schema-free document-oriented database.</p>
<p>Have you considered aws?<br />
(you probably did)</p>
<p>Anyway, to get hte best answeres for this kind of question you should post this question at <a href="http://news.ycombinator.com/" rel="nofollow">http://news.ycombinator.com/</a> (and some others that will come by as you progress wit hthe startup)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: טל</title>
		<link>http://blog.vikido.com/choosing-a-database/comment-page-1#comment-3</link>
		<dc:creator>טל</dc:creator>
		<pubDate>Mon, 18 May 2009 13:25:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.vikido.com/Blog/?p=12#comment-3</guid>
		<description>There are so many things to take into consideration before choosing a db that it will require much more information in order to provide an educated suggestion.
Every database has its own strengths and weaknesses. For example, an oracle db will be the best for scalability and performance (for big databases). On the other hand, price and ease-of-use are not among its strengths. Of course, no one can beat MySql&#039;s Price.
My advice would be to use database that your database professional  is most comfortable with. if you don&#039;t have a database guy, get one because it looks like your application will require a lot of database heavy lifting. It is important to take into consideration the cost of the human factor (training and salaries) because it varies between db’s.
For bootstrapping, I would start with MySql and try to write database agnostic code. This will help if you will need to switch the db later. 
Just my $0.02. ( am I really the first commenter on this blog?)</description>
		<content:encoded><![CDATA[<p>There are so many things to take into consideration before choosing a db that it will require much more information in order to provide an educated suggestion.<br />
Every database has its own strengths and weaknesses. For example, an oracle db will be the best for scalability and performance (for big databases). On the other hand, price and ease-of-use are not among its strengths. Of course, no one can beat MySql&#8217;s Price.<br />
My advice would be to use database that your database professional  is most comfortable with. if you don&#8217;t have a database guy, get one because it looks like your application will require a lot of database heavy lifting. It is important to take into consideration the cost of the human factor (training and salaries) because it varies between db’s.<br />
For bootstrapping, I would start with MySql and try to write database agnostic code. This will help if you will need to switch the db later.<br />
Just my $0.02. ( am I really the first commenter on this blog?)</p>
]]></content:encoded>
	</item>
</channel>
</rss>

