What is the fatest free database? Does anyone have any stats to backup the claims? I'm curious because I think that my website may have thousands of entries soon.
What are the free databases anyway, I only know mysql.
Fastest *free* database
Started by Nightracer, Aug 24 2006 03:45 PM
4 replies to this topic
#1
Posted 24 August 2006 - 03:45 PM
|
|
|
#2
Posted 26 August 2006 - 02:45 PM
Dont have any stats, but I would imagine mySql would probably be up there with the fastest, both paid and free
#3
Posted 26 August 2006 - 03:01 PM
PostGreSQL is another free database: you have two issues you have to deal with. 1) raw speed. 2) scalability: how many people will be hitting it simultaneously? You can have a database that returns queries quickly, but chockes if it gets more than 10 people accessing it at once.
Come to think of it, I think firebird is another free DB. From what I recall, MySQL has scalability problems, but that's knowledge from a year or two ago.
Come to think of it, I think firebird is another free DB. From what I recall, MySQL has scalability problems, but that's knowledge from a year or two ago.
#4
Posted 27 August 2006 - 07:20 AM
From what I've read, MySQL is the fastest free database. I'm not sure how that adds up but I know it is the most widely used.
#5
Posted 29 August 2006 - 02:59 PM
I don't think it would matter so much unless you had millions of records and accesses a day. I'd stick with MySQL or PostGreSQL.
Void


Sign In
Create Account


Back to top









