Just a note: read up on how ofbiz uses DB's a lot of features that you see in DB's are no used. for instance triggers in a DB is taken care of with SECAS in ofbiz. they don't work on Tables, but on services events.
Jacques Le Roux sent the following on 11/11/2007 7:25 AM: > IMHO Postgres I very reliable. If you need more power you could have a look > at http://www.enterprisedb.com/ or such > I already sent you a link to this article too > http://www.techworld.com/storage/features/index.cfm?featureid=3729&pagtype=all > did you > read it ? > > Jacques > > De : "Brendan Vogt" <[EMAIL PROTECTED]> >> I know that, but I am looking for a good database. Currently I use SQL >> Server 2005, but I am looking for a similar database that is free of use. >> What would you advise? When I have loads of users using the system at once, >> I do not want it to crash or be slow. >> >> >> -----Original Message----- >> From: Jacques Le Roux [mailto:[EMAIL PROTECTED] >> Sent: Sunday, November 11, 2007 12:17 PM >> To: [email protected] >> Subject: Re: Databases >> >> PostGres is the most used DB with OFBiz but this does not mean that you have >> to use it. >> OFBiz comes OOTB with Derby which is not recommended for production use >> though >> >> Jacques >> >> De : "vijay Si" <[EMAIL PROTECTED]> >>> I think MYSQL will offer good value for money. We have something >>> similar requirement. We are using MySQL. >>> Regards >>> >>> On Nov 11, 2007 2:13 PM, Brendan Vogt <[EMAIL PROTECTED]> wrote: >>>> Hi, >>>> >>>> Of all the databases that Ofbiz cab run on, which is the most suitable >>>> database? I am currently running on Postgres. I think (can't remember >>>> correctly) but think Ofbiz comes with something like Olap, which I don't >>>> think it is supported in Postgres. >>>> >>>> I am looking at a database that can handle thousands of users at any one >>>> time. >>>> >>>> Brendan >>>> > > > >
