Selecting a databse to use

Discussion in 'MySQL' started by Integrov, Jan 1, 2006.

  1. #1
    Hello I want to implement Cache Control for a product i'm selling.
    I'm developing it in php and need help to decide what database will i use, it have to be widely supported.

    www.wikifetcher.com

    I think about SQLite, what is your recommendations?

    Thanks!
     
    Integrov, Jan 1, 2006 IP
  2. n0other

    n0other Peon

    Messages:
    146
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Well, if I'd make a product for selling, I would choose the most widespread database. MySQL that is. Any reason not to choose it?
     
    n0other, Jan 1, 2006 IP
  3. stumpyPete

    stumpyPete Peon

    Messages:
    49
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    0
    #3
    I agree with n0other, if you choose anything *but* mySQL, it will certainly dampen your sales. Most hosting accts come with a free mySQL database, so your customers will not incur any additional expense to setup the software.

    Although I'm a long time Oracle and SQLServer database admin, I can tell you that mySQL (as well as postgreSQL) are amazingly robust for most web applications - and they don't cost huge $$$ to use :)

    I'm a little surprised that a PHP programmer wouldn't consider mySQL straightaway - were you just trying to advertise your URL??? :rolleyes:
     
    stumpyPete, Jan 2, 2006 IP
  4. Voyager2K

    Voyager2K Peon

    Messages:
    10
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #4
    I agree with previous orators.
     
    Voyager2K, Jan 2, 2006 IP
  5. Integrov

    Integrov Guest

    Messages:
    79
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #5
    well thanks...
    my main goal is to make it as simple as it could be, SQLite seems simple because the user does need to configure anything.
     
    Integrov, Jan 2, 2006 IP
  6. n0other

    n0other Peon

    Messages:
    146
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #6
    Hm, there's nothing a could installation wizard / instructions couldn't solve :)
     
    n0other, Jan 2, 2006 IP
  7. jimrthy

    jimrthy Guest

    Messages:
    283
    Likes Received:
    13
    Best Answers:
    0
    Trophy Points:
    0
    #7
    Does anyone know how well SQLite scales?

    I've never used a database besides MySQL with PHP, so I don't have any experience with it.
     
    jimrthy, Jan 2, 2006 IP
  8. Lisper

    Lisper Guest

    Messages:
    86
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    0
    #8
    Probably the best choice as the user wouldn't have to install anything at all. Easiest to develop for and support too.

    Pretty good I'd reckon. Good enough for caching a decent site probably as it would mostly be read operations. If a site / application is more write intensive I would use a "real" database server such as Postgresql or Firebird but not mySQL as it has no good dataintegrity and very poor SQL standards compliance. But as other posters have pointed out you may just have to support it as it is the most widely used database on webservers.

    This is from the sqlite website (http://www.sqlite.org/whentouse.html)
     
    Lisper, Jan 3, 2006 IP
    jimrthy likes this.
  9. legend2

    legend2 Well-Known Member

    Messages:
    1,537
    Likes Received:
    74
    Best Answers:
    0
    Trophy Points:
    115
    #9
    At your level, you should start with a free server, mainly MySQL. when you get the needed expertize and you need more flexibility and options/security, you might switch to SQL server.
     
    legend2, Jan 6, 2006 IP
  10. jimrthy

    jimrthy Guest

    Messages:
    283
    Likes Received:
    13
    Best Answers:
    0
    Trophy Points:
    0
    #10
    Did you read what he wrote? He thinks MySQL is overkill and is asking for reasons to use it (et al) rather than SQL Lite.
     
    jimrthy, Jan 7, 2006 IP
  11. EGS

    EGS Notable Member

    Messages:
    6,078
    Likes Received:
    438
    Best Answers:
    0
    Trophy Points:
    290
    #11
    Exactly what I was thinking!! :p
     
    EGS, Jan 8, 2006 IP