OSS databases making inroads – Blog of the day

Here is a good link in businessweek on how OSS databases are horning in on
the database market.

I personally think that the majority of database users can do there work
with either Postgrsql, MySql or others like the Borland interbase now know
as Firebird or even Computer Associates Ingres which was recently made
opensource. Really do most company really need all those extra features or
are they just selling feature like Picture in picture was on your new TV
which you never use now. ;)

Here is the link for you to check out:

http://www.businessweek.com/technology/content/feb2006/tc20060206_918648.htm
Best regards,
Richard Houston

Open Source vs. the Database Vendors – on slashdot

“BusinessWeek has another spread on open source this week. Among them is an article about open source vs. the database vendors which focused on how businesses are looking to save money with open source (rather than using the source to innovate). From the article:
“The databases work fine, but as data volume grows, so do the checks to Oracle, IBM, or Microsoft. Many users aren’t clamoring for more features, and some don’t even use the bells and whistles they already paid for. They would happily trade some to get their hands on the source code and a better deal.”
Original source for news slashdot.org

Interesting Project Metrics

I’ve been wonder for some about about metrics to evaluate the relative architectural cleanliness of various database implementations. To that end, I wrote a simple program that eat Visual Studio 7 projects files and analyzes the source files. Here are the results:

Nfs Engine Vulcan Firebird 2 MySQL Server
Total Modules 429 633 232 123
Total Lines 63432 227814 126274 214356
Code Modules 206 218 70 99
Header Modules 221 394 162 15
Preprocessed Modules 0 16 0 0
Other Modules 2 5 0 9
Number Functions 2839 4706 1633 4960
Average Arguments 5.00 8.65 13.08 7.58
Average FunctionLines 14.86 32.46 55.95 31.70
Average Code Lines 11.80 21.20 37.12 26.90
Average Internal Comments 0.94 6.10 11.92 2.59
Average Internal WhiteSpace 2.12 5.16 6.92 2.21

 

The analysis program doesn’t try to follow conditional compilation, so everything is included whether active or not.

The Netfrastructure engine is roughly equivalent in functionality to Firebird. The Netfrastructure numbers, however, are for the database engine only, excluding the Java Virtual Machine and template engine. Since the trigger and procedure language in Netfrastructure are Java, this isn’t a strict apples to apples comparison. On the other hand,the Netfrastructure engine includes the remote server, which Vulcan does not.

IBM Introduces a Free (as in Beer) Version of DB2

This week IBM became the latest proprietary database vendor to add a free offering to their lineup, according to ZDNet:
Source: http://news.zdnet.com/2100-3513_22-6032676.html

It would be difficult to estimate the balance between appealing to developers and the influence of Open Source databases such as MySQL, but I would tend to believe that competetion from Postgres, Firebird, MySQL, et al. to be a significant factor in the decision to release free versions of proprietary databases.

Source for this news/blog of the day
http://www.openwin.org/mike/index.php/archives/2006/01/ibm-introduces-a-free-as-in-beer-version-of-db2/

Security Hot Issue for Open-Source Database Developers

Open-source database deployments rose dramatically in the last half of 2005, and as one might expect, as more IT pros get acquainted with these non-proprietary systems, security is a chief concern. Open-source database makers like MySQL and PostgreSQL [ED: and Firebird] simply must answer some of the most prevalent security-related questions in order to win more market share.

One of those questions is, with recent headlines suggesting customer data stored on organizational databases is at risk, should those who opt for open-source database applications be worried? Not according to data suggesting proprietary database software is breached more often. But data alone is not enough. What IT executives really want to know is what specific technological security precautions open-source DB developers need to take.

“We continue to see the maturation of open-source databases reflected by the continually increasing levels of adoption,” said John Andrews, President, Evans Data. “In a number of our ratings categories, we’re seeing open-source databases meeting or exceeding proprietary databases.”

Read this full article at TechNewsWorld

New list: firebird-job-board

Hello all,

A new list has been started on Yahoogroups – a job board for devs
with Firebird skills and for employers looking for them. 🙂

It’s a pretty tightly moderated list.

You can look it up from the Lists and News Groups page of our main
website, or go straight there if you like.
http://www.yahoogroups.com/community/firebird-job-board

All you’ll see in the archives right now is a couple of messages
posted by Calin Pirtea, who’s helping with the
moderation. (Actually, you won’t see the archives at all if you’re
not a member…)

Feel free to link to the list from your own websites. It all helps
for getting us “out there”.

Helen

How Relevant to firebird project is the Homeland Security Grant?

Article shows how Coverity worked with linux kernel developers in the past sending them patches

“For now, Coverity plans to publish the defect reports on a semi-private Web site so that any developer associated with a particular open source project can examine the list, determine if something actually needs to be fixed, and then create a fix and submit it to the project lead. This is currently the model used by Coverity for the defects they published for the Linux kernel.”

http://www.linuxplanet.com/linuxplanet/reports/6146/1/

DB Copy Plugin 0.21 released

About:
DB Copy Plugin is a database copying plugin for the SQuirreL SQL Client. It makes it possible to copy and paste tables from one session to another and between different databases and includes primary key and foreign key constraints for copied tables, and uses Hibernate 3.0 internally to perform database object type mappings. It supports Firebird, Oracle, Sybase, MS SQL Server, MySQL, HyperSonic, Pointbase, and PostgreSQL, and allows the user to select a Hibernate dialect for the destination database if one couldn’t be determined automatically.

Release focus: Minor feature enhancements

1 290 291 292 293