Eight kinds of analytic database (Part 1)
Analytic data management technology has blossomed, leading to many questions along the lines of “So which products should I use for which category of problem?” The old EDW/data mart dichotomy is hopelessly outdated for that purpose, and adding a third category for “big data” is little help.
Let’s try eight categories instead. While no categorization is ever perfect, these each have at least some degree of technical homogeneity. Figuring out which types of analytic database you have or need — and in most cases you’ll need several — is a great early step in your analytic technology planning.
Enterprise data warehouse (Full or partial)
- Kinds of data likely to be included: All, but especially operational
- Likely use styles: All
- Canonical example: Central EDW for a big enterprise
- Stresses: Concurrency, reliability, workload management
The enterprise data warehouse (EDW) ideal says that you copy all your data into one place, and drive all decision-making from there. Full EDWs are pipedreams. Still, a partial EDW makes sense for most large enterprises, and many indeed already have one. The first product lines to consider for classical EDWs are Teradata, DB2, Exadata, and maybe Microsoft SQL Server, especially if you’re going to stress concurrency and/or operational use cases.
Traditional data mart
- Kinds of data likely to be included: All
- Likely use styles: Business intelligence, budgeting/consolidation, investigative
- Examples: Reporting servers, planning/consolidation servers, anything MOLAP, etc.
- Stresses: Performance, concurrency, TCO
Whether or not you have something like an enterprise data warehouse, it’s common to have lighter-weight data marts as well. A traditional data mart might drive reports and dashboards. Or it might be specialized for budgeting, planning, and/or consolidation. Some investigative analytics may be in the mix as well.
Any DBMS that can support an EDW can also support a data mart, but it may not be the most cost-effective way to do so. Columnar DBMS might have more attractive performance and TCO (Total Cost of Ownership); the same goes for Netezza. Some of them — e.g. Sybase IQ and Vertica — have excellent track records in concurrent usage as well. Ted Codd pushed what amounts to MOLAP (Multidimensional OnLine Analytic Processing) systems for these use cases. But relational DBMS commonly do a better job, which is one reason most major MOLAP products have wound up at RDBMS companies.
Investigative data mart — agile
- Kinds of data likely to be included: All, especially customer-centric
- Likely use styles: Investigative
- Canonical example: A few analysts getting a few TB to examine
- Stresses: Ease of setup/load, ease of admin, price/performance
Besides the traditional data mart, there are at least two other kinds. Both are focused on investigative analytics, but they’re differentiated by database size.
If you have just a few analysts,* looking at no more than a few terabytes of data (perhaps even just some gigabytes) — and if that data is “single-subject” and fairly homogenous — your watchwords should be “cheap”, “easy”, and “fast”. You don’t need to invest in much hardware, in expensive software, in much administrative effort (the analysts can be their own DBAs), nor should you endure much set-up time. Just grab a product, grab some data, and start running queries (or extracts into the statistical tool of your choice).
*If you have dozens or even hundreds of analysts hitting the same database, you’re probably back to the more concurrency-oriented scenarios outlined above.
Infobright is often cost-effective among columnar analytic DBMS. Other vendors might cut you a price break as well. If you have multiple terabytes of data, don’t rule out Netezza’s lowest-end products (even if they’d really rather sell you something bigger). Or, if you’re in the sub-terabyte range, maybe you can get by with an in-memory BI tool such as QlikView, and not do anything special on the DBMS side at all.
Investigative data mart — big
- Kinds of data likely to be included: All, especially customer-centric, logs, financial trade, scientific
- Likely use styles: Investigative
- Canonical example: Single-subject 20 TB – 20 PB relational database
- Stresses: Performance, scale-out, analytic functionality
But if you’re looking at tens of terabytes of relational data, or even more, you really do have a “big data” problem. Performance and scalability are major challenges, usually best addressed by MPP (Massively Parallel Processing) systems, such as Netezza, Vertica, Aster Data, ParAccel, Teradata, or Greenplum. Performance POCs (Proofs Of Concept) are a big part of the buying process. Vendor price negotiations are crucial too.
Actually, in the low tens of terabytes you might be able to get away with a shared-disk system that has excellent compression — e.g., columnar products like Sybase IQ, Infobright, or SAND, rather than just Vertica and ParAccel.
Assuming you have affordable, scalable query performance, the competitive differentiator can switch to additional analytic functionality. Aster, Netezza, ParAccel, Vertica, and Greenplum either offer full analytic platforms, or seem to be on the path to doing so. Teradata, which now owns Aster Data, offers substantial built-in analytic capability in its traditional products as well, and the same goes for Sybase IQ.
Continued in Part 2, where we cover some of the more difficult use cases.
Comments
7 Responses to “Eight kinds of analytic database (Part 1)”
Leave a Reply
[…] Part 1 of this two-part series, I outlined four variants on the traditional enterprise data warehouse/data […]
[…] Sybase IQ is the classic choice for what I call traditional data marts. […]
[…] Monash schlägt folgende 8 Kategorien für Big Data Analytics Produkte vor: […]
[…] 参考资料 dbms2 做了主要的分类 http://www.dbms2.com/2011/07/05/eight-kinds-of-analytic-database-part-1/ […]
[…] Eight kinds of analytic database (July 2011, 2-part post) […]
[…] could be a kind of investigative workflow. First you play around with the Hadoop data via SQL-H. Then when you think you’re […]
[…] Eight kinds of analytic database (July, 2011) […]