Jump to content

Which one?

- - - - -

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

#1
Crane

Crane

    Programming Expert

  • Members
  • PipPipPipPipPipPip
  • 398 posts
Which Database do you guys like most? I'd have to say Oracle first and then MySQL for me.

#2
Guest_Jordan_*

Guest_Jordan_*
  • Guests
Same. I like Oracle but MySQL is free and what I use most often.

#3
ablaye

ablaye

    Newbie

  • Members
  • PipPip
  • 10 posts
Well, MySQL is free. For web design, PHP/MySQL is a favorite.

Oracle is mainly for big businesses. It costs a lot of money.

#4
Guest_Jordan_*

Guest_Jordan_*
  • Guests
Agreed. Oracle is a bit costly. I don't really see a need for small web-based companies to use it.

#5
Ronin

Ronin

    Programming Professional

  • Members
  • PipPipPipPipPip
  • 309 posts
Haven't realy worked extensive with Oracle so I would go for MySQL, but it isn't a very objective decission :D

#6
outofbreath

outofbreath

    Newbie

  • Members
  • Pip
  • 5 posts
I've switched some of my site's tables to innoDB with really good results. With MySQL, only innoDB offers features like row-level locking and roll back the transaction.