Linked by Eugenia Loli on Mon 19th Jul 2004 18:04 UTC, submitted by mariuz
Permalink for comment
To read all comments associated with this story, please click here.
To read all comments associated with this story, please click here.
News
Linked by Thom Holwerda on 05/18/13 21:06 UTC
Linked by Thom Holwerda on 05/18/13 7:37 UTC
Linked by fran on 05/18/13 1:38 UTC
Linked by Thom Holwerda on 05/17/13 23:35 UTC, submitted by kragil
Linked by MOS6510 on 05/17/13 22:22 UTC
Linked by Thom Holwerda on 05/17/13 22:15 UTC, submitted by Tom
Linked by Thom Holwerda on 05/16/13 21:41 UTC
Linked by Thom Holwerda on 05/16/13 17:04 UTC
Linked by Thom Holwerda on 05/16/13 13:17 UTC
Linked by Thom Holwerda on 05/16/13 12:06 UTC
More News »
Sponsored Links



In my experience it is a great tool for several things:
- Learn RDB concepts like domains, transactions, foreign keys, contraints, etc. This applies to any RDBM, but this is extremely easy t install and administer.
- Really put in practice RDB concepts in a real Database. It's SQL support is extensive (hello MySQL!) and it's transactional model is quite similar to the SQL standar (not the MS-SQL / Sybase model).
- It just works and does the job. People use it in production with several users. It probably is slower than a fine tuned oracle or MS-SQL Server, but I can assure you it will be faster and easier to use than any of those out of the box. Big dabatases have tons of settings to fine tune the DB engine and many are specific to certain setups. FirebirdSQL has just 1 setting (the page size) and that is all there is to it. Any casual admin can get better perfomance on a FB installation than in an Oracle.