Blog: William McKnightOctober 5, 2007Column-oriented makes a comeback... with the DW appliance modelOops, what is that I tripped on? Oh, it’s another new column-oriented data warehouse appliance. If you haven’t noticed, in 2007, Vertica, ParAccel and Calpont have emerged with a column orientation to their DBMS and the appliance model to their delivery. By the way, that makes 12 data warehouse appliances by my count. A phrase I saw on the internet recently - “Pioneer calls RDBMS technology obsolete” - caught my eye and the first thing that came to mind was “Michael Stonebraker?”. My suspicions were correct. Vertica is his new venture and he states “my prediction is that column stores will take over the warehouse market over time, completely displacing row stores”. Most IS professionals do not know about column (or “vector”) oriented DBMS. Column-oriented DBMS have several major architectural differences from other relational database management systems. The main difference is its physical orientation of data in columns as opposed to rows. This allows it to perform very high selective compression because all of a column’s values are physically together. It also provides for excellent performance when you select a small subset of the columns in a table since you do not perform I/O for data that is not needed. Column-orientation greatly assists a compression strategy due to the high potential for the existence of similar values in columns of adjacent rows in the table. The Model 204 was sort of like this and Sybase IQ is definitely column oriented. There have been special occassions where they are more appropriate than the row-oriented DBMS. It will be interesting to see where and how these approaches find merit in DW, if they have overcome some of the problems of the past such as those below (early indications are that they may have) and finally, if they intend to compete for EDW, as Michael Stonebraker suggests in his quote above. Continue reading "Column-oriented makes a comeback... with the DW appliance model" » October 18, 2006Consequences of making inappropriate DBMS selection for Data WarehousingSome of the consequences of making inappropriate DBMS selection for DW/BI include: • Long development cycles October 12, 2006Criteria for a Data Warehouse DBMS SelectionBased on the realities of data warehousing today, a selected technical architecture for data warehousing should be: • Manageable - Through minimal support tasks requiring DBA/System Administrator intervention. It should provide a single point of control to simplify system administration. You should be able to create and implement new tables and indexes at will. September 7, 2006Gartner Magic Quadrant for Data Warehouse DBMS Servers, 2006 is outThe Gartner Magic Quadrant for Data Warehouse DBMS Servers, 2006 is out now and available at link. As the report itself says "NCR's Teradata server is the clear leader." June 8, 2006RDBMS market share numbers 2005IDC's RDBMS 2005 Vendor Share report came out last month. Here's a link to it on Oracle's site. Oracle has good reason to post it on their site. They still dominate the market - by far. Microsoft is making huge strides and of course, IBM is in the mix. In the 'Future Outlook' of the report, there is a note about open source RDBMS such as MySQL. I would also throw in data warehouse appliances and suggest that these are 2 emerging technologies that are potentially disruptive to the status quo. When market share is measured for 2006, I expect further increases from Oracle, Teradata and Microsoft. Perhaps by the 2007 numbers, Netezza and MySQL will merit their name on the list. |