Please create an account to participate in the Slashdot moderation system

 



Forgot your password?
typodupeerror
×

Open Source Databases "50% Cheaper" 276

pete314 writes, "Open source databases can cut the total cost of ownership of a database by up to 60% compared to the cost of running proprietary databases from Oracle, Microsoft or IBM. According to data collected by Forrester Research, the savings average about 50%. Open source databases however still struggle to reach mission-critical enterprise applications because enterprises perceive them to be less secure and stable."
This discussion has been archived. No new comments can be posted.

Open Source Databases "50% Cheaper"

Comments Filter:
  • by blaster151 ( 874280 ) on Tuesday November 21, 2006 @06:07PM (#16940352)
    I just don't get it. TCO and tool support are tightly linked. Most open source database products, including MySQL, seem to require quite a bit of digging and cobbling together to set up and maintain. Microsoft SQL Server has fantastic tool support, no command line experimentation required. An experienced DBA can set up a new installation in a couple of minutes. And there's even a free Express Edition available for entry-level dabbling. The cost of a database license is pretty minimal over the long haul (referring to SQL Server, not the abominable Oracle). The real cost is in the time spent compensating for whatever your database platform's tool support shortcomings are. I love Microsoft SQL Server for this reason: I rarely have to reinvent anything.
  • by blaster151 ( 874280 ) on Tuesday November 21, 2006 @06:34PM (#16940866)
    Actually, we are running Oracle--we're a software shop and we have to support both MS-SQL and Oracle installations. Oracle just sucks, in the opinions of myself and my colleagues. Sucks in terms of the amount of workarounds to do things that MS-SQL just does automatically. I'm not afraid of command-line work, but I am afraid of wasting time. That spells death for our company and threatens what we're trying to accomplish. After years of MS-SQL use, and about one year or so of trying to mirror the same tasks on Oracle, I've come to hate the product . . .
  • by Nkwe ( 604125 ) on Tuesday November 21, 2006 @07:15PM (#16941538)
    The lack of command-line features meant that many operational activities that could be automated required a dba to manually do the job via the gui.

    Um what do you mean about the lack of command-line features? SQL Server has only one interface and that interface is SQL text sent to it from a client. The only thing that all the GUI tools do is write SQL statements for you and send them to the SQL engine. Anything that the GUI tools can do, you can do as well from the command line (ISQL / OSQL / Query Analyzer / Any software you write that can issue SQL requests.)

    In fact part of the very definition of a relational database requires that all communication with that server is via the standard query interface and that there are no special "tools" that directly access the underlying data store and bypass they query engine.

  • by Itninja ( 937614 ) on Tuesday November 21, 2006 @07:16PM (#16941554) Homepage
    I'm sorry to say it -- it may be slower, but every time I want to create a database I'm going to be wanting to right click on something and select the 'create database' or 'attach database' option... not try to remember if the command is 'create database [databasename] [physcial file] [log file]' or 'create database name=[databasename] file=[physical file] log=[logfile] set recovery=full'
    Let me introduce you to a friend of mine: phpmyadmin (cost: $0)
    Then you even be sitting on your tractor out in the cornfield and still use your laptop to create and administer the db. And if you don't like the few extra seconds it take for the screen to refresh, use phpflashmyadmin (cost:$ 0)....
  • Re:This just in! (Score:2, Informative)

    by newt0311 ( 973957 ) on Tuesday November 21, 2006 @08:01PM (#16942234)
    "I miss summary management (materialized views, dimensions, query rewrite), various ETL features, streams, data guard, updatable views, multi-table inserts, log miner, flashback, database links, packages, automatic workload repository, OEM, and the several months of my life I spent working around PostgreSQL's lack of anything comparable to these features."

    PostgreSQL has query rewrite and updatable view thanks to its rules system. the others are missing (to my knowledge).

  • by kpharmer ( 452893 ) on Tuesday November 21, 2006 @08:11PM (#16942370)
    > Which version are you using?

    SQL Server 7 & 2000

    > SQL Server 2005 is MUCH cheaper than $80k for a 4 way server,

    No, that depends on which version you need to use: http://www.microsoft.com/sql/howtobuy/default.mspx [microsoft.com]

    So, if you've got an internet-accessible search engine running sql server (wasn't my decision) then you can easily blow over $80k to license a four-way server. In fact the original estimates we got were over $100k.

  • by Bloater ( 12932 ) on Tuesday November 21, 2006 @08:48PM (#16942932) Homepage Journal
    I'd recommend pgadmin3.
  • by davidbrit2 ( 775091 ) on Tuesday November 21, 2006 @10:39PM (#16944198) Homepage
    If the cost difference we're talking about here is simply the licensing/upgrading cost, it's worth noting that several of the popular "mega expensive" database platforms offer free (as in $0) versions - albeit with certain functionality removed.

    Microsoft SQL Server 2005 Express Edition [microsoft.com]
    Only supports databases up to 4GB, and is lacking the built-in task scheduler, and most of the high-availability and business intelligence features, but is perfectly usable for small-to-mid-sized applications/web sites. Plus you can upgrade later to one of the fancier versions if necessary.

    Oracle 10g Express Edition [oracle.com]
    I haven't had a chance to play with this yet, but it looks similar to SQL Server Express in terms of features and limitations.

    IBM DB2 Express-C [ibm.com]
    I don't really know anything about this one. I just now found it in a fit of "I wonder..." The product comparison pages don't really say much about it, but they'll send it to you free on a DVD, so that's pretty neat.

    Sybase ASE Express [sybase.com]
    Never used this one either. It seems to be only for Linux.

    Though honestly, from what I've seen of Postgre, I'd almost think that one would be worth looking into more so than these for small systems. One of these days I'll get around to experimenting with it. The advantage with the Express Editions is, however, that you don't have such a nasty learning curve if you can just jump right in with a database platform you're familiar with from at work. Why else would I do something insane like running php + MS SQL Server? :)
  • Re:0% savings for me (Score:3, Informative)

    by Vancorps ( 746090 ) on Wednesday November 22, 2006 @12:26AM (#16945068)

    Per Processor for the enterprise edition of SQL 2005 vs what you get with the Standard edition from Oracle which didn't require us to go per processor. With Oracle we could have a small number of named users and have access to all the 64bit addressing and processors we can shake a stick at. Plus we can cluster them which was the big fault for MS SQL. We caught Oracle at a good time, they came down a lot over the initial price quote they gave us.

    The only expensive part was paying for access to the metabase. Part of me thinks I could get by with just my experts-exchange account but that support is really nice when you need it.

"A car is just a big purse on wheels." -- Johanna Reynolds

Working...