Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • John 115 posts 150 karma points
    Jun 29, 2010 @ 09:16
    John
    0

    Choosing a Database

    Hello there,

    I am evaluating Umbraco (I noob) and read that it supports multiple databases. My preference is to use an embeddable DB just because it's easier. As such I was considering using VistaDB for all our sites.

    I was wondering if anyone could tell me if this is a bad idea? And am I likely to find it difficult to migrate if indeed it does turn out to be a bad idea. (I see a post just now that is about MySQL to MSSQL difficulties :)

    Am I delusional thinking embeddable DB would make things easier?

    Are there other options that work readily, such as firebird or SQLite?

    A penny for your thoughts.

    Thank you kindly

  • Dirk De Grave 4541 posts 6021 karma points MVP 3x admin c-trib
    Jun 29, 2010 @ 10:02
    Dirk De Grave
    0

    Yup, vistadb is no longer supported (due to license restrictions). If you need a cheap solution, go with MySql or MsSql Express (altho would prefer MsSql for high traffic sites). Firebird and SqlLite aren't yet supported, but as the datalayer is interface based, you could write your own provider to support those.

    Honestly, I'd go with either MsSql(Express)

     

    Cheers,

    /Dirk

  • Steen Tøttrup 191 posts 291 karma points c-trib
    Jun 29, 2010 @ 10:22
    Steen Tøttrup
    0

    I totally agree with that, MS SQL Express is a MS SQL server with a few restrictions, so you get a server that should handle almost anything you throw at it, and if your site is really big and you run into the max. 2GB database restriction (is it 4 these days?), you can probably afford getting a full-blown MS SQL license, and you can take the database from the Express version and restore it on another MS SQL server without having to do much work.

    As it's free, and the management tools comes in a free version too, you can install it where ever you need to (developers desktop, dev server, staging server, live server etc etc.) and it integrates perfectly with Visual Studio too.

    regards,

    Steen

  • John 115 posts 150 karma points
    Jun 29, 2010 @ 23:54
    John
    0

    Thanks Guys,

    It's a shame about vistaDB, that would have been nice :(

    I have trawled the forum and found this;

    http://our.umbraco.org/wiki/install-and-setup/using-umbraco-with-embeded-sql-database-(sqlexpress-user-instance)

    Which looks like a decent way to do embedded if I decide I do want to do that.

    I installed my first Umbraco test which I am playing with now under mySQL, just tried to install the uForum Package and it only works with SQL Server.....

    So, SQL Server is the way of the future for me it looks like....best and most compatible solution.

    I'm Pretty sure that MS SQL Express is a 4GB limit now since 2008 to allow for unicode, but don't quote me on that.

    Umbraco looking really good so far :)

Please Sign in or register to post replies

Write your reply to:

Draft