Categories
Latest Postings
Links
|
SAND DNA Overview10. July 2008 by Rick Abbott.
I spoke with Linda Arens, VP Alliances and Marketing for SAND. Here’s a summary of the discussion:
In their most recent financial results announcement, they touted a deal with P&G for the SAP BI product. Given the volumes in some SAP systems this capability would seem to be a competitive advantage. But I don’t know if SAND has anything else that differentiates them from the host of companies that are in this space now. Looking at their financial report, they listed $1.9M in revenue for the past quarter, which says they are still in their infancy in terms of actual sales. Given the amount of venture capital flowing into this sector, they will have a tough time getting traction. Posted in Technical Focus, Vendors | 1 Comment » Data Warehouse Appliance Comparison10. July 2008 by Rick Abbott.
I’ve added some information recently to the appliance spreadsheet, and figured it was time to repost. I made the following changes:
The information has also been added to the 360DegreeVendor site.
Posted in Technical Focus, Vendors | No Comments » Data Warehouse in the Clouds3. July 2008 by Rick Abbott.
I’ve been hearing and reading a lot lately about “cloud computing”. Information Week in particular has run several articles on the topic, including last weeks “Guide to Cloud Computing”. Most of these articles have been about general purpose platforms, with the focus on Amazon, Google, and Salesforce.com offerings getting the most press. On the surface computing in the cloud looks very similar to the hosted service offerings that sprang up in the mid-90s, led by companies such as Digex. I believe fundamentally it is, with the exception of well known on-line brands entering the market. And with the exception of connection speed and reliability, most of the issues are still in play, namely security, performance, and environment change control. The benefits touted are lower TCO, faster time to market, and solution scalability. The Data Warehouse in the Cloud (DWC) concept is just starting to take hold, led by such companies as Vertica (in partnership with Amazon). I can see the benefits of going this route, most notably time to market. Connection speeds might still be an issue, particularly in the case of large data load files. And security will always be an issue, particularly with sensitive customer data. TCO is often presented as a plus for the DWC, but it’s not that straightforward. Factors such as initial hardware & software costs, data center operational costs, labor, and upgrade costs must all be included in the mix. In short, the DWC is a viable alternative, particularly for a company with the following characteristics:
But remember, it’s like leasing a car. You never get rid of that payment. Posted in Technical Focus, Vendors | 1 Comment » Buzzword: “Column-store database”19. June 2008 by Rick Abbott.
There has been copious amounts written recently about the advantages (and disadvantages) of column-store databases, so I thought I’d do a little research to find out what the noise was about. After all, SybaseIQ has been around for a decade now, touting the benefits of column storage and compression. Vertica seems to be making the most noise out there now, with Michael Stonebreaker leading the charge. But there are a number of column-based vendors out there these days (see my data warehouse appliance spreadsheet), among them Kickfire, Calpont, InfoBright, and ParAccel, so this is obviously not just a lone-wolf situation. Breaking this down, the concept is really simple - you are storing your data in what you would typically think of as an “index” in the row based world. Storing your data in this manner gives you two big advantages:
As with any technological approach, there are downsides:
This discussion is similar to the “dimensional model vs 3rd normal form” debate. I don’t think there is a right or wrong answer. You need to understand how your users are accessing the data and the loading requirements before making a decision. Posted in Industry Buzzwords, Technical Focus | 1 Comment » 360DegeeVendor Release17. June 2008 by Rick Abbott.
I just released a new version of my vendor web site, 360DegreeVendor. In addition to the vendor search capability and the analyst web crawling feature, I’ve added the option to search by offering (product, service, or research), and by venture capital firm. You can also filter by open source offerings. Please feel free to send me feedback if you have comments or questions after using the site. Posted in Vendors | No Comments » Buzzword: “EAI”13. June 2008 by Rick Abbott.
Although Enterprise Application Integration (EAI) is not usually considered part of the business intelligence, data management sandbox that I play in, it is useful to discuss how it fits into the overall data integration and data delivery picture. EAI technologies are used to keep systems in sync, and to provide a virtual layer on top of multiple underlying systems to present a consolidated view of data to a end user. There are two primary architectures: hub-and-spoke, and point-to-point. In a hub-and-spoke model, all systems are connected to a central “routing” point, and all transactions and inquiries flow through that central router to the required system(s). The point-to-point model employs a directory that allows for systems to talk directly to one another. Both have their advantages and disadvantages. Hub-and-spoke reduces the number of interfaces for a given system, but transaction latency can suffer if the central “router” becomes overloaded. Point-to-point provides the fastest response times, but the number of interfaces can become unmanageable for a large number of systems. Now let’s tie this all back to the business intelligence world. We’ve discussed Virtual Data Integration before, and if you break VDI down it’s basically an EAI technology. The focus is on providing a consolidated view of two or more underlying systems, and it accomplishes this by building interfaces into these systems. Sounds like EAI to me. Posted in Industry Buzzwords, Technical Focus | 1 Comment » Gerson Lehrman Group12. June 2008 by Rick Abbott.
I was talking to a friend of mine, Neil Moses (President of Rogomo), about potentially tying in experts from his site to 360DegreeVendor. He’s focusing his efforts on the tutoring market, but mentioned a company called Gerson Lehrman that focuses on providing high-end consulting advice on an per hour or per issue basis. They offer a broad range of services, including vertical specialties such as Telco and Health Care, as well as horizontal services such as Technology. They advertise over 5,000 service providers in the Technology space, so I did some investigating and found a fair number of providers in business intelligence (262), data warehouse (76), and data management (66) “study groups”. I sent in an inquiry about a partnership or referral program (they didn’t mention one on their web site). I’d like some information on this company if anyone has worked with them (or used their services) in the past. Posted in Vendors | No Comments » Buzzwords: “ETL” (and “ELT”)11. June 2008 by Rick Abbott.
Extract, Transform, and Load (ETL) is another one of those terms that was very useful as recently as 3-5 years ago, but now has lost some of it’s value for some of the same reasons “data warehouse” has become archaic - it describes a component of the architecture that has sprawled outside the bounds defined by this term. Ten years ago, ETL accurately described the majority of the processing required to load data into a data warehouse, data mart, etc… The term mimics the process used to accomplish this task, namely “extracting”(or receiving) data from source systems, “transforming” the data by applying business rules, data cleansing, and other manipulations on the data sets, and then “loading” the data into the target data store. In a predominately batch world, this is a fine way to handle the loading process, and in fact a significant amount of data is still being loaded in this manner today. But things are changing - the analytical world today is not so straightforward, and as a result the loading requirements have become much more complex. And in fact the biggest change is the move away from a physical “load” of data, to a virtual integration of data. Virtual data integration (VDI) is not always the answer, but in a business climate that increasingly rewards real-time feedback, VDI provides visibility into the business operations as they occur, not days or even hours later. One final word about “ELT” - extract, load, and transform. I’ve heard some vendors (and analysts) talk up ELT as a new and improved ETL, but in my mind this is just an architectural choice. It makes little difference if you load the data before transforming, or the other way around. Posted in Industry Buzzwords, Technical Focus | No Comments » Leadership4. June 2008 by Rick Abbott.
I just finished reading the book “Beyond Band of Brothers - The War Memoirs of Major Dick Winters”, and wanted to share Dick’s list of ten leadership principles. I’m a big fan of military stories, and have read the book and have seen the mini-series “Band of Brothers” multiple times. There are examples of each of these principals throughout the story, but this is the first time I’ve seen them listed in one place. Everyone can benefit from becoming a better leader, both in your professional and personal lives.
Posted in Personal, Technical Focus, Business Focus | No Comments » Buzzword: “CPM” and “BPM”4. June 2008 by Rick Abbott.
Corporate Performance Management (CPM) and Business Performance Management (BPM) have gained significant visibility in the past 5 years. Although there are purists that would argue these are different, I’m lumping them together because from an consumer perspective I don’t think there are appreciable differences. Dashboards have also gotten a lot of press recently, and often gets lumped into the CPM discussion. But I see dashboards as an implementation option within a larger CPM initiative. So what is CPM/BPM? Essentially, it’s using metrics and KPIs to measure and improve the business. A successful CPM solution must be driven from the executive ranks down through the business to technology. It’s DOA if it starts in IT, and has little chance when germinating within a particular business unit such as Finance. The reason for this is simple: the goal of CPM is to improve the business by taking measurements at various levels (starting at the top), setting thresholds, and managing to exceptions. Now I don’t necessarily agree with this approach to running a business, particularly if this is presented as the silver bullet. This approach often fosters a very reactive culture within the business, but coupled with executive direction and sponsorship, and properly defined non-punitive measures, CPM can provide significant visibility into the operations of the organization. That being said, I can’t stress enough the importance of not driving this from the IT side of the house. Particularly insidious is the temptation to follow vendor claims of implementing a CPM solution (usually just a tricked out dashboard). If the executive suite doesn’t buy in and drive this, the technical solution is a moot point.
Posted in Industry Buzzwords, Business Focus | 1 Comment » | |||||||||||||||||||||||||||||||||||||||||||||||||