4 Replies Latest reply on Dec 5, 2002 2:50 AM by erik777

    free production db with jboss

    kramer

      What free databases are their available to use with jboss in a production environment ?

      Which one is recommended ?

        • 1. Re: free production db with jboss
          joelvogt

          Which one is recommended depends on your requirements. You won't go too wrong with mySQL, postgressql (or however you spell it) or sapdb.
          Holy wars aside I recommend sapdb for production (IMVHO). It's a bit of an investment to get it going but once you do it just keeps running.

          • 2. Re: free production db with jboss
            kramer

            Thanks !
            What about the hypersonic db that ships with jboss ?
            What vendor is that ?

            • 3. Re: free production db with jboss
              joelvogt

              umm hypersonic has changed a few times. I think you can get info as HsqlDB from sourceforge.net. It's certainly open source but not sure which is the active development these days. It's a nice fast little db but I wouldn't recommend it for anything serious in production, just quick testing.

              • 4. Re: free production db with jboss
                erik777

                I personally couldn't be happier with anything other than MySQL. Since version 3.23.50, it has supported every feature I could want in a database using InnoDB tables. This includes foreign keys and constraints, as well as ACID transactions. It is easy to install, setup, administer and proven trustworthy in production by such popular websites as Yahoo! Finance and Slashdot.org.