Jump to content

Fastest *free* database

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
4 replies to this topic

#1
Nightracer

Nightracer

    Programmer

  • Members
  • PipPipPipPip
  • 131 posts
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.

#2
Jimbo

Jimbo

    Programmer

  • Members
  • PipPipPipPip
  • 121 posts
Dont have any stats, but I would imagine mySql would probably be up there with the fastest, both paid and free

#3
WingedPanther

WingedPanther

    A spammer's worst nightmare

  • Moderators
  • 16,831 posts
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.
Programming is a branch of mathematics.
My CodeCall Blog | My Personal Blog

#4
Lop

Lop

    Speaks fluent binary

  • Members
  • PipPipPipPipPipPipPipPip
  • 1,172 posts
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
Void

Void

    Programming Expert

  • Members
  • PipPipPipPipPipPip
  • 411 posts
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