Version: 2008

Comments on: Database start-ups bet on open source

Growing interest in open-source databases fuels industry of add-ons and services--vital to winning corporate customers.

Add a Comment (Log in or register) (4 Comments)
  • prev
  • 1
  • next
Co-existence?
by edbong August 10, 2005 7:30 AM PDT
Maybe databases are a good example of co-existence of open and closed source software. The majority of organizations might be using FOSS products but there will be plenty of space in the high-end/innovation space for commercial/closed product. Tim Delhaes - http://www.humano2.org
Reply to this comment
SQLite: an open source database for PHP
by August 11, 2005 12:22 AM PDT
The article on open source databases mentions:
Other open-source databases available include Sleepycat, Firebird and Derby.

I'd like to add that there is another one called SQLite (see http://sqlite.org and http://php.net/sqlite ). This database, claiming speeds comparable to mySQL, now ships embedded with PHP for Windows, and the significance is that SQLite is a personal database only available to the local user (that is, it is not available to an internet user), where PHP is considered a local user. This means that it is less exposed (more secure) and there is not the overhead associated with it acting as a server. In addition, each database is contained within a single file so individual databases can be trivially relocated even to other machines. While not as robust as mySQL, from my point of view the chief benefit is that it increases portability and reduces overhead for the developer.

Csaba Gabor from Vienna
Reply to this comment
PHP for Windows
by John Kuzak May 31, 2007 6:53 PM PDT
http://www.analogstereo.com/volvo_owners_manual.htm
Open-source market
by Mendz August 11, 2005 8:50 AM PDT
For sure, open-source will always have its share of the market. They'll grow, fall and stabilize in the same economic behavior as the proprietary counterparts. The success is not dependent on the open-source movement. Rather, the success depends on the quality and acceptance of the products themselves.
Reply to this comment
(4 Comments)
  • prev
  • 1
  • next
advertisement

Latest tech news headlines

RSS Feeds

Add headlines from CNET News to your homepage or feedreader.

More feeds available in our RSS feed index.

advertisement