The Analytic-Transactional Data Platform: Enabling the Real-Time Enterprise

Size: px
Start display at page:

Download "The Analytic-Transactional Data Platform: Enabling the Real-Time Enterprise"

Transcription

1 Industry Developments and Models The Analytic-Transactional Data Platform: Enabling the Real-Time Enterprise Carl W. Olofson IDC OPINION With the ever-increasing volume, variety, and velocity of data coming at enterprises today, there is increasing pressure to exploit that data not only for offline strategic decisions, or for tactical adjustments, but for decisions "in the moment"; these are the decisions that drive the real-time enterprise. This last category of decisions must be driven in operational applications, which means that those applications must be able to blend transactions and analytics against a single data collection with very low response times, because business will not wait for the data to process. In considering the sort of data platform needed to handle such a requirement, the following considerations are key: To achieve the low latencies required, the core database management engine must be memory optimized, keeping the most relevant data in an optimized in-memory format for fast processing, and such an engine must be capable of processing both transactions and analytics on this data. Since it is neither practical nor necessarily desirable to maintain all data relevant to these blended operations in a single database, the platform must bring together multiple databases, perhaps even databases having different core architectures, and feature the ability to draw data dynamically from, or push data to, relevant data sources as required, or to access directly such data where it resides. Metadata, including all data models and schemas in the relevant databases or data collections, must be harmonized, kept current with those databases, and mapped to higherorder constructs, including a business glossary and, for data managed in common, a canonical data model, in order to facilitate the access and management of the data. December 2014, IDC #253100

2 IN THIS STUDY This study examines the need for an integrated transactional and analytical data platform in order to process complex analytic queries as a harmonious data collection. One key capability of such a platform is to enrich transaction processing with the intelligence that comes from immediately relevant business intelligence. Such a platform requires maintaining in one database instance the data that is current and relevant to the transactions in question to facilitate the kind of real-time business intelligence necessary to enrich or even determine business decisions at the point of action. Another requirement is to provide transactional applications with the ability to reference other BI data that may reside in other databases, such as data warehouses, and to permit analytical applications running on data warehouses to enrich their analytics with data from transactional databases and other data collections, including nonrelational data stores. This study describes such a platform, considers the kinds of technology options available in the market today, and projects future developments that will enhance this area of functionality. SITUATION OVERVIEW Introduction The typical enterprise today keeps its data in many databases; sometimes hundreds of them. Most of these are transactional databases specialized to the requirements of specific applications or sets of applications. Some are analytic databases, used for query and reporting, and a few are very large enterprise data warehouses, which collect data from many of the transactional databases, reconcile that data to a common schema, and are optimized for the processing of very complex queries. In addition to these, some enterprises are collecting and managing data in nonrelational databases, including NoSQL databases, and in Hadoop data collections. To enrich operational applications and the transactions they process with up-to-the-moment business intelligence, it is necessary to find ways of bringing data together from a number of these sources, and to perform both analytics and transactions on a single data platform. That platform needs to be able to handle a variety of types of data, and to execute both complex queries and transactions very quickly. The technology that does this is sometimes called "hybrid transactional/analytical processing (HTAP)." Since, however, the analytics are used to drive transaction execution, a better term might be "analytic transaction processing." This study refers to the supporting technology combination as an "analytic transaction data platform." The Business Problem With the increasing pace of business, and the competitive advantages to be realized by executing transactions more intelligently, there is an emerging need for conditioning transaction processing with some level of analytics that enable quicker decisions and more refined actions. Most enterprises use business intelligence software and databases, including data warehouses, to inform business decisions for reporting and planning purposes. Few are in a position to use up-to-the-minute business intelligence to make tactical decisions "in the moment" as business is being transacted IDC #

3 IDC has identified three key levels of decision management: Strategic: Decisions based on a broad range of historical data, sometimes going back years, to help support enterprise-level decisions that affect the next quarter, the next year, or multiple years (e.g., Should we open a new office? Should we close an office? Should we fund a new product line?) Operational: Decisions based on recent business data, reflecting the state of the business over the past day or week, used to make decisions of an immediate nature (e.g., Should we increase our inventory level for a popular product? Should we adjust our floor displays? Should we add or reduce personnel for tomorrow's shifts?) Tactical: Decisions based on current data, cast against contextual data from the past, for making decisions "in the moment" (e.g., This customer has expressed interest in a particular product; based on the customer's behavioral profile, when compared with other similar customer behavior patterns, might s/he be interested in some upgrade accessories? There is heavy traffic ahead for one of our trucks; based on the current traffic pattern, compared with similar traffic patterns in the past, how should it be rerouted?) Sample Analytic-Transaction Scenarios Strategic decisions are usually informed by analytics performed on the enterprise data warehouse, sometimes in conjunction with other BI data sources. Operational decisions may be driven by status reports and tools using a subset data warehouse or operational data store. Tactical decisions need to be driven by analytical queries on current, or nearly current data, some of which is closely related to, or even includes, data in the transactional database. Such combined analytical transaction operations enable decisions that affect current actions. The following are sample scenarios that illustrate this capability; they are generalized and do not exactly reflect any one company or actual operational situation: Retail: An online sales application uses a customer's past pattern of purchases to find a broader pattern of purchases by customers generally, using the customer's profile, and then guides the process of selecting products and offering discounts based on that data. Financial services: A portfolio management application looks at current share price changes, comparing them not only with complex event triggers but also with current and past patterns of price movements and the trading rules for each portfolio to make trading decisions. e-entertainment: An online entertainment app that provides streaming video makes decisions in the moment regarding what films, TV shows, and so forth, to highlight for the user based on current trending data and past user behavior. Bringing the Data Together Since transactions are carried out by operational applications with specific transactional databases, blending transactions and analytics is largely a matter of bringing relevant contextual data for analytics to the transactional database of the application in question. It is not, however, practical, necessary, or even advisable to try to bring all such data into one database. Data that is seldom accessed, or accessed in a simple way, may be best kept in its source and accessed remotely IDC #

4 Platform Data and External Data Sources Operational applications act on transactional databases that are designed to serve the needs of the application. In some cases, multifunction application suites, such as ERP systems, may be built on a common schema foundation. Even in such cases, however, the data is optimized for the specific transactions carried out by the application or applications, not for analytics. So an alternative structure, optimized for analytics, that includes immediate and relevant data, needs to be included together with the transactional data under the control of one platform. But in addition to these, there is a need to include relevant contextual data for BI in the processing to achieve an enriched transactional result. Such contextual data may come from a variety of sources, including data warehouses, nonrelational sources, and other operational application databases. Differences Between Transactional and Analytical Databases There are fundamental differences between transactional and analytic data processing that determine differences in the corresponding databases. Transactions generally involve the retrieval and insertion or update of whole rows. Analytical databases are for complex queries, in which only a subset of columns is involved. For this reason, transactional database management is usually optimized around row management, while analytical database management is frequently optimized around columns. Most relational database management systems (RDBMSs) that are optimized for transactional databases hold the data physically in row format, either resident on disk or in memory. A few use alternative techniques that more easily blend transactional and analytic operations by using a structure that reflects the row structure logically but maps to columns. Transactional applications typically issue a number of queries before performing a data change operation (insert, update, or delete). In general, databases that are held in row format need secondary indexes to ensure that those queries execute with acceptable performance, but secondary index maintenance tends to slow transaction processing, so they are kept to a minimum in most cases. By contrast, RDBMSs that are optimized for analytic processing use a variety of techniques to speed up complex queries involving many nested join operations. Such techniques have, in the past, been necessitated by the row-wise management of analytic data on disk, forcing the use of accelerators and shortcuts, such as bitmap indexes, star schema organization for OLAP, and special intersection structures for specific columns called cubes. Another technique meant to optimize the processing of complex joins is materialized views. The technique that is becoming the standard for optimizing analytic queries in the database is that of managing the relevant data in memory in a query-optimized compressed columnar format. In some cases, this in-memory construct is built from data kept in either row or column format on disk, and in other cases it is always in memory, with replication and snapshots written to disk for recovery in case of database server failure. Differences between transactional and analytical databases are not limited to the types of operations performed and the optimizations that support those operations. They also include the types of data held and the structure of the schema. Transactional databases have tended to hold only the data needed for the application to execute its transactions, although increasingly, transactions also capture data about the historical context of the transaction, which may aid in subsequent analysis. In the case 2014 IDC #

5 of a unified ERP system, a transactional database schema may be quite extensive, yet still omit elements of information necessary for the kinds of analytic queries that might enrich application, or user, decisions at the point of action. Of course, a data warehouse, which is an analytic database intended to give the user a broad view of the state of the business, the customer, and of market opportunity, contains data from multiple transactional databases, optimized for generalized query (often based on a canonical data model in third normal form). For this reason, a data warehouse tends to have a very different schema than that of any transactional database. An Analytic-Transactional Data Platform To integrate transactional operations with analytics, it is necessary to implement an analytictransactional data platform one that is capable of both complex analytic queries and of executing transactions based on relevant data. Such a platform must be capable of optimizing along both transactional and analytic lines. It needs to be able to manage a blended database of the most relevant and frequently accessed data for both kinds of operation, and to be able to access less relevant or less frequently used data in other data sources as needed. An In-Memory Core The analytic-transactional data platform is not made up of just one database, though it should have, at its core, for each application context, a memory optimized database of the most relevant and active data running on a database management system (DBMS) that is optimized for the blending of transactional and analytic data operations. This may be a subset of a larger database, which the platform also manages, that keeps the remaining data in SSD or spinning disk, based on its frequency of access. Constituent Databases In addition to this core database, the platform may, for each transactional context, incorporate a group of databases and other data collections (such as might be managed in Hadoop) relevant to the processing of real-time analytics in support of the transactional application that is active at the time. These databases and data collections require special management and coordination in order to ensure that their data is consistent with the data in the core, and that data from them may be provided to the core immediately on an as-needed basis. Platform Consistency In addition, the analytic-transactional data platform should set the schema for its core database in the context of a larger data model that encompasses all the other databases and data collections that the platform manages. Such a system not only enables the incorporation of real-time BI into transaction processing but enables the incorporation of up-to-the-minute data managed under multiple formats, including relational, document (JSON or XML), graph, or some program-defined (e.g., Hadoop) format, for business analysis. Other Data Sources Outside the platform itself is a whole host of other databases and data collections that are not managed by the platform, but which, using advanced data integration technology, provide data for the platform, and extract data from the platform. These databases and data collections are separate 2014 IDC #

6 because of the specific requirements of the transactional or analytic applications they serve. Also, these data sources may be used by multiple different analytic-transactional data platforms, each of which is governed by its own schema. Why Not One Database? Given that the candidate technologies for the analytic-transactional data platform are increasingly able to blend analytic and transactional processing in a single database, it would seem logical to aim for collapsing all the data for an application or application suite, together with all relevant analytic data, into one database. Emerging memory-optimized database technologies have demonstrated that this is technically possible. Such an approach is, however, neither practical nor particularly desirable, although it may seem so at first blush. Although such a database would necessarily be huge, the issue here is not one of scale. Although such a database, if held mostly in memory, would be expensive to maintain (DRAM is still far more costly than either SSD or spinning disk), the issue is not one of cost. The issue is one of manageability and agility. There is also the matter of efficiency in relation to location. Sometimes, it is necessary for a database to be in the field, or in a store or branch office, close to where the data is being collected. As enterprises seek to more effectively harvest value from the data arising from the Internet of Things (IoT), local or regional databases, acting as collection points, may speed such data collection, performing data cleansing and summarization operations before shipping a reduced, more compact set of data to the central system. Schema Management Challenges As mentioned previously, analytic and transactional database schemas tend to be quite different. Analytic databases include data from non-transactional sources. They blend data from multiple transactional sources. Transactional database schemas organize the data into the fewest number of tables possible, and are often at least partially denormalized, to optimize the whole row nature of their operations. In addition to these structural differences, there are organizational ones. The transactional database schema is managed by the operational applications team, whereas the analytic database schema is managed by a BI (or business analyst) team, usually in concert with a data warehouse. Blending these schemas together would not only result in a very complex and difficult-to-manage schema, but it would force a level of cooperation at such a detailed level that updates would become slow and bureaucratic. The schema would need to be kept entirely in third normal form for manageability, which would eliminate the ability to optimize for transaction processing. This may not be an issue with respect to some RDBMS technologies that optimize the blending of transactional and analytic operations, but it would still result in such complexity that any substantial change could force renormalization and a reorganization of the database. If simplicity is the key to agility, then it can also be said that a certain level of specialization is a key to simplicity IDC #

7 Other Relevant Data Sources: Hadoop (HDFS) and NoSQL It is increasingly necessary to include data from nonrelational sources in the kinds of real-time BI that the analytic-transactional data platform needs to support. This data often resides in Hadoop (HDFS) files, in NoSQL databases, or in Spark. Its organization may change frequently and is not typically governed by a schema. Obviously, such data cannot be merged into a core database, although selected elements could be imported. Current Industry Dynamics If one is looking for a RDBMS technology to serve as the foundation for a analytic-transactional data platform, one needs, in addition to the ability to unify data operations against multiple data sources, the ability to maintain at its core data that is used for both transactions and analytic queries. All the leading RDBMS vendors, and a number of emerging ones as well, are providing support for memory-optimized management of transactional and analytic data, either separately or together. Only a few, however, provide combinations of functionality that enable analytic and transactional data management in the same system. Each of the leading products in this category takes a different approach to this area of functionality. Blended Versus Segregated Data Although multiple, even many databases may serve as components of the analytic-transactional data platform, they interoperate with a core that operates under a single database instance. This core must blend the capability to perform transactions with the ability to perform complex analytic queries at high speed. The main approaches to the problem of providing memory-optimized support for both transactions and analytic queries on a single core database instance are as follows: Two databases (or schemas), one transactional and the other analytical, managed by a single RDBMS instance, with internal synchronization of common data. This approach can be used in cases where the transactional data and analytic data need to be available for combined SQL operations but need not be coordinated. If, for example, one is processing delivery scheduling by analyzing traffic data from an external system, where the traffic data is highly changeable, this approach may be used since the delivery schedule data is not related to the traffic data, but the traffic data is used to set delivery times. This approach is also useful for cases where one wishes to perform near-real-time monitoring and operational reporting, which is the most common use case today. One database, with the data segregated into rows (for transaction optimization) or columns (for analytic query optimization). This approach may be used when the transactional data (assigned to row storage) plays a minor role in analytic queries and where the analytic data (assigned to column storage) is seldom updated (since column stores require more time to update than do row stores). One database, with data simultaneously in both row and column format, synchronized internally. In this approach, data subject to frequent row-wise update (typical transaction updates) would be present in the row store; data required for high-performance complex queries would be kept in the column store; and data that fits both kinds of operations would be present in both stores. This approach may be called for in cases where contextual data that is stored with transaction updates is needed immediately for analytical queries, as might be the 2014 IDC #

8 case in some online retail applications designed to optimize the shopping experience (and upsell opportunity). As is the case with approach 1 (see bullet 1 in this section), this is also useful for cases where one wishes to perform near-real-time monitoring and operational reporting. One database, with transactional data moving through a delta store that is optimized to update the column store, which is the main structure. In this case, all the data is kept in the column store, so unlike approach 3 (see bullet 3), there is no selective assignment here. The delta store is used to ensure fast transaction processing and hold the data for queries until it can be properly blended into the appropriate columns. This approach is needed in cases where the transactional and analytic data cannot be separated cleanly. One database, holding the data in atomic elements that are tagged or prefixed and indexed in such a way that they can be resolved as table structures, optimizing both transactions and analytic queries. This architecture is rare today, but there are a few such cases out there. This approach serves similar use cases to approach 4 (see bullet 4) but involves a very different internal architecture from the norm, which carries inherent risk. These approaches are illustrated in Figure 1. It should be noted that approaches 3, 4, and 5 (see bullets 3, 4, and 5) are especially appropriate in cases where a combination of transaction processing and contextual analytics is required to support processes that are driven by streaming data. While such cases are unusual as of the time of this study, they should become fairly common within five years IDC #

9 FIGURE 1 Forms of Analytic-Transaction Data Engine Source: IDC, 2014 From the perspective of schema flexibility and overall agility, the first approach may be preferable, although the database synchronization approach may introduce an unacceptable level of latency into the picture. The second approach makes sense when the application data can be sensibly segregated in the way described, offering greater performance along both transactional and analytical dimensions. Up to this point, the discussion of data classification has assumed that all data is either transactional or analytic. In fact, data managed for transactions can also be subject to analytic queries. For this reason, approaches 3 and 4 are probably most desirable as the foundation for an analytic-transactional data platform, with 4 getting the edge simply because it is less complicated. Type 5 holds promise for a best-of-both-worlds capability but has not been fully tested against enough real-world examples to be considered a proven general solution to the problem at hand. Integrating the Enterprise Data Warehouse So far, this document has discussed the analytic-transactional data platform as an environment that supports a wide range of data management activities including, at the application level, a blending of real-time BI with transaction processing that may be called "enriched transactions." In addition to the core database in support of such transactions, including a set of data for a blending of analytic and 2014 IDC #

10 transactional database operations, it includes various levels of integration with other data sources including nonrelational databases and relational databases. None is more important in this regard than the enterprise data warehouse, where data that reveals the overall enterprise context is maintained. There are a number of initiatives for optimizing data warehouse analytics, including in-database analytics, which need to be integrated as part of the overall analytic-transactional data platform picture. The Full Scope of the Analytic-Transactional Data Platform Figure 2 shows how the various kinds of enterprise databases and data collections fit together within the scope of the analytic-transactional data platform. The ring marked A represents the domain of data managed by the platform. The ring marked B represents the additional data in various external data sources that provide necessary context for analytic-transactional processing operations and are affiliated with the platform. FIGURE 2 Data Elements of the Analytic-Transactional Data Platform Source: IDC, IDC #

11 The analytic-transactional platform data elements are as follows: Operational BI data: Application transactional data and closely related data in the enterprise data warehouse Extended analytical data: A combination of data warehouse data and closely related data in nonschematic sources such as Hadoop and NoSQL databases Transitory operational data: Transactional data combined with closely related transitory data that may be kept in a NoSQL document based database Core: A subset of the previously mentioned elements that is so continuously required and closely related that it is combined in a single core database IDC has developed a 3 x 3 opportunity map to show how analytic data is used for planning, execution, and prediction to manage money, people, and things. Figure 3 illustrates how analytic-transactional data participates in this matrix. Figure 3 reflects the fact that initial use of this technology will be to incorporate current transactional data for operational planning and decision support, but as transactional applications that are driven by analytics emerge, the analytic-transactional domain will evolve into the tactical, real-time realm. FIGURE 3 The Analytic-Transactional Domain in the 3 x 3 Opportunity Map Source: IDC, IDC #

12 FUTURE OUTLOOK Trying to make definitive statements about the state of analytic-transaction data platforms going forward is challenging, because both the database kernel technology and the hardware on which it runs are evolving at a rapid pace. In addition to this, new workloads and mounting performance requirements add even more to the pace of development. It is safe to say that all the technology described in this study, admittedly in a very abstract manner, may be described as transitional technology that is evolving quickly. New approaches to data structures, new optimizations for transactional data once it is fully freed from the constraints of disk optimization, new ways of organizing processors and memory, and the introduction of non-volatile dual in-line memory modules (NVDIMMs) all will no doubt result in technologies within 10 years that are very different from what is described here. Nonetheless, the current products are a starting point, and with them, enterprises themselves will evolve, adding speed and agility to business activity to such an extent that within a few years the very term "business process" will require redefinition. Industry Impact How will all this impact the IT industry? For sure, there will be a rise in demand for transactional applications that are driven by "real-time" analytics. There will be closer connections between analytical and transactional database products, resulting in mergers and alliances. New vendors will become very significant, at least until they are acquired by an industry leader. Established vendors may well sink or swim depending on how well they can embrace this trend. Technology Assessment New ways of organizing data (or, at least, new implementations of established, alternative ways of organizing data) will combine with new hardware architectures and new application architectures to redefine the way IT is done, both on-premise and in the cloud. In the meantime, there are vendors and technologies available today that can help users get started on the road to an integrated analytictransactional data platform. Established Vendors and Products An analytic transactional data platform requires the integration of in-memory database technology with full transaction support in the core, as well as metadata-driven data integration capability that includes dynamic data movement for both the platform-managed databases and data collections as well as the external affiliated data sources. Table 1 provides a series of thumbnail sketches of products offered by the leading established DBMS technology providers (in alphabetical order) that address the analytictransactional requirement IDC #

13 TABLE 1 Vendors and Products Supporting an Analytic-Transaction Data Platform Vendor DBMS Products Data Integration Products IBM DB2 with BLU Acceleration and BLU Shadow Tables InfoSphere DataWorks Microsoft Microsoft SQL Server with In-Memory OLTP and ColumnStore Data integration bundled with SQL Server Oracle Oracle Database with the In-Memory Option Oracle Data Integration with GoldenGate SAP HANA SAP Replication Server Source: IDC, 2014 Emerging Analytic-Transaction Data Engine Technologies There are also new vendors with emerging technologies that address the requirement for the platform core, especially as it pertains to new cloud-based and device-driven workloads. It is possible to purchase the component parts, such as a dynamic data integration platform and a memory-optimized DBMS with analytic-transaction processing capability, and assemble an analytic-transaction data platform in-house. For those willing to do so, a sample list of relevant DBMS vendors and products follows: Aerospike (Aerospike DB) Altibase (Altibase HDB) JustOne (JustOne Database) memsql (memsql) nuodb (nuodb) VoltDB (VoltDB) ESSENTIAL GUIDANCE For any IT buyer, if ability to condition transaction processing with the results of analytic queries against current data is a requirement, adopting an analytic-transactional data platform may be necessary. To choose the right platform, and vendor, for the task at hand, it is important to know the answers to the following questions: Do we need to include in our analytical queries the same data that is used for transaction processing? If so, does that data need to be current as of the last transaction commit? 2014 IDC #

14 If not, what is the acceptable latency? How tolerant is the enterprise to the use of new or experimental technology? Does the analytic-transactional data platform need to be based upon the technology of the existing transactional database, or is conversion to another database platform a possibility? Does the database vendor offering an analytic-transactional data platform have a vision that fits with the enterprise IT vision long term? LEARN MORE Related Research Worldwide RDBMS 2013 Vendor Analysis: Top 10 Vendor License Revenue by Operating Environment (IDC #251648, October 2014) Oracle Announces General Availability for the Oracle Database In-Memory Option (IDC #249561, June 2014) Worldwide Database Management Systems Forecast and 2013 Vendor Shares (IDC #248952, June 2014) IDC's Software Taxonomy, 2014 (IDC #249238, June 2014) Move Over Hadoop: Emerging Database Technologies for Tackling Big Data Problems (IDC #248553, May 2014) The In-Memory Database Bandwagon: SAP, IBM, Oracle, and Microsoft Are Onboard (IDC #lcus , December 2013) Oracle Database In-Memory Option: IMDB or Not IMDB? (IDC #lcus , December 2013) Synopsis This IDC study examines the emerging technology in support of an analytic-transactional data platform, enabling transaction processing to be driven, and conditioned, by the results of complex analytic queries, based on technology that can bring together both transaction and complex query processing in a single database platform. "With the ever-increasing volume, variety, and velocity of data coming at enterprises today, there is increasing pressure to exploit that data not only for offline strategic decisions or for tactical adjustments but for decisions 'in the moment'; these are the decisions that drive the real-time enterprise," says Carl Olofson, research vice president for Database Management and Data Integration Software research at IDC. "This last category of decisions must be driven in operational applications, which means that those applications must be able to blend transactions and analytics against a single data collection with very low response times, because business will not wait for the data to process." 2014 IDC #

15 About IDC International Data Corporation (IDC) is the premier global provider of market intelligence, advisory services, and events for the information technology, telecommunications and consumer technology markets. IDC helps IT professionals, business executives, and the investment community make factbased decisions on technology purchases and business strategy. More than 1,100 IDC analysts provide global, regional, and local expertise on technology and industry opportunities and trends in over 110 countries worldwide. For 50 years, IDC has provided strategic insights to help our clients achieve their key business objectives. IDC is a subsidiary of IDG, the world's leading technology media, research, and events company. Global Headquarters 5 Speen Street Framingham, MA USA idc-insights-community.com Copyright Notice This IDC research document was published as part of an IDC continuous intelligence service, providing written research, analyst interactions, telebriefings, and conferences. Visit to learn more about IDC subscription and consulting services. To view a list of IDC offices worldwide, visit Please contact the IDC Hotline at , ext (or ) or sales@idc.com for information on applying the price of this document toward the purchase of an IDC service or for information on additional copies or Web rights. Copyright 2014 IDC. Reproduction is forbidden unless authorized. All rights reserved.

Affordable, Scalable, Reliable OLTP in a Cloud and Big Data World: IBM DB2 purescale

Affordable, Scalable, Reliable OLTP in a Cloud and Big Data World: IBM DB2 purescale WHITE PAPER Affordable, Scalable, Reliable OLTP in a Cloud and Big Data World: IBM DB2 purescale Sponsored by: IBM Carl W. Olofson December 2014 IN THIS WHITE PAPER This white paper discusses the concept

More information

Well packaged sets of preinstalled, integrated, and optimized software on select hardware in the form of engineered systems and appliances

Well packaged sets of preinstalled, integrated, and optimized software on select hardware in the form of engineered systems and appliances INSIGHT Oracle's All- Out Assault on the Big Data Market: Offering Hadoop, R, Cubes, and Scalable IMDB in Familiar Packages Carl W. Olofson IDC OPINION Global Headquarters: 5 Speen Street Framingham, MA

More information

IT as a Service Emerges as a New Management Paradigm in the Software-Defined Datacenter Era

IT as a Service Emerges as a New Management Paradigm in the Software-Defined Datacenter Era Customer Needs and Strategies IT as a Service Emerges as a New Management Paradigm in the Software-Defined Datacenter Era Mary Johnston Turner IDC OPINION IT as a service (ITaaS) represents a fundamentally

More information

Meeting the Needs of Database Management for SaaS: Oracle Database 12c

Meeting the Needs of Database Management for SaaS: Oracle Database 12c WHITE PAPER Meeting the Needs of Database Management for SaaS: Oracle Database 12c Sponsored by: Oracle Corp. Carl W. Olofson September 2014 IDC OPINION The move of ISV applications to the cloud is growing

More information

COMPETITIVE ANALYSIS. Worldwide RDBMS 2006 Vendor Shares: Preliminary Results for the Top 5 Vendors IDC OPINION. Carl W. Olofson

COMPETITIVE ANALYSIS. Worldwide RDBMS 2006 Vendor Shares: Preliminary Results for the Top 5 Vendors IDC OPINION. Carl W. Olofson COMPETITIVE ANALYSIS Worldwide RDBMS 2006 Vendor Shares: Preliminary Results for the Top 5 Vendors Carl W. Olofson IDC OPINION Global Headquarters: 5 Speen Street Framingham, MA 01701 USA P.508.872.8200

More information

Worldwide Advanced and Predictive Analytics Software Market Shares, 2014: The Rise of the Long Tail

Worldwide Advanced and Predictive Analytics Software Market Shares, 2014: The Rise of the Long Tail MARKET SHARE Worldwide Advanced and Predictive Analytics Software Market Shares, 2014: The Rise of the Long Tail Alys Woodward Dan Vesset IDC MARKET SHARE FIGURE FIGURE 1 Worldwide Advanced and Predictive

More information

SAS Enterprise Decision Management at a Global Financial Services Firm: Enabling More Rapid Implementation of Decision Models into Production

SAS Enterprise Decision Management at a Global Financial Services Firm: Enabling More Rapid Implementation of Decision Models into Production Buyer Case Study SAS Enterprise Decision Management at a Global Financial Services Firm: Enabling More Rapid Implementation of Decision Models into Production Brian McDonough IDC OPINION The goal of decision

More information

W o r l d w i d e B u s i n e s s A n a l y t i c s S o f t w a r e 2 0 1 3 2 0 1 7 F o r e c a s t a n d 2 0 1 2 V e n d o r S h a r e s

W o r l d w i d e B u s i n e s s A n a l y t i c s S o f t w a r e 2 0 1 3 2 0 1 7 F o r e c a s t a n d 2 0 1 2 V e n d o r S h a r e s Global Headquarters: 5 Speen Street Framingham, MA 01701 USA P.508.872.8200 F.508.935.4015 www.idc.com M A R K E T A N A L Y S I S W o r l d w i d e B u s i n e s s A n a l y t i c s S o f t w a r e 2

More information

DevOps and the Cost of Downtime: Fortune 1000 Best Practice Metrics Quantified

DevOps and the Cost of Downtime: Fortune 1000 Best Practice Metrics Quantified Insight DevOps and the Cost of Downtime: Fortune 1000 Best Practice Metrics Quantified Stephen Elliot IDC OPINION Based on a research survey conducted during October and November of 2014 across multiple

More information

Worldwide Workload Management Software 2013 Vendor Shares

Worldwide Workload Management Software 2013 Vendor Shares EXCERPT Worldwide Workload Management Software 2013 Vendor Shares Mary Johnston Turner IN THIS EXCERPT The content for this paper is excerpted from the IDC Competitive Analysis Report, Worldwide Workload

More information

Worldwide Cloud Systems Management Software 2013 Vendor Shares

Worldwide Cloud Systems Management Software 2013 Vendor Shares COMPETITIVE ANALYSIS Worldwide Cloud Systems Management Software 2013 Vendor Shares Mary Johnston Turner IDC OPINION In 2013, the worldwide cloud systems management software competitive market showed very

More information

Oracle Enters the High-Growth All-Flash Array Market with an Oracle-Optimized Solution

Oracle Enters the High-Growth All-Flash Array Market with an Oracle-Optimized Solution FLASH Oracle Enters the High-Growth All-Flash Array Market with an Oracle-Optimized Solution Eric Burgener IN THIS FLASH This IDC Flash summarizes Oracle's August 27, 2015, announcement of the new All

More information

Worldwide Datacenter Automation Software 2013 Vendor Shares

Worldwide Datacenter Automation Software 2013 Vendor Shares COMPETITIVE ANALYSIS Worldwide Datacenter Automation Software 2013 Vendor Shares Mary Johnston Turner IDC OPINION In 2013, the worldwide datacenter automation software submarket of the workload scheduling

More information

IDC MarketScape: Worldwide Service Desk Management Software 2014 Vendor Analysis

IDC MarketScape: Worldwide Service Desk Management Software 2014 Vendor Analysis IDC MarketScape IDC MarketScape: Worldwide Service Desk Management Software 2014 Vendor Analysis Robert Young THIS IDC MARKETSCAPE EXCERPT FEATURES: CHERWELL SOFTWARE IDC MARKETSCAPE FIGURE FIGURE 1 IDC

More information

Long Term Care Group Deploys Zerto for Data Protection and Recovery for Virtual Environments

Long Term Care Group Deploys Zerto for Data Protection and Recovery for Virtual Environments BUYER CASE STUDY Long Term Care Group Deploys Zerto for Data Protection and Recovery for Virtual Environments Iris Feng Eric Sheppard IDC OPINION Today's datacenter is dominated by virtualized workloads

More information

Enterprise Workloads on the IBM X6 Portfolio: Driving Business Advantages

Enterprise Workloads on the IBM X6 Portfolio: Driving Business Advantages WHITE PAPER Enterprise Workloads on the IBM X6 Portfolio: Driving Business Advantages Sponsored by: IBM Jed Scaramella January 2014 EXECUTIVE SUMMARY Enterprise information technology (IT) leaders are

More information

INSIGHT. Symantec Optimizes Veritas Cluster Server for Use in VMware Environments IDC OPINION IN THIS INSIGHT SITUATION OVERVIEW. Jean S.

INSIGHT. Symantec Optimizes Veritas Cluster Server for Use in VMware Environments IDC OPINION IN THIS INSIGHT SITUATION OVERVIEW. Jean S. INSIGHT Symantec Optimizes Veritas Cluster Server for Use in VMware Environments Jean S. Bozman IDC OPINION Global Headquarters: 5 Speen Street Framingham, MA 01701 USA P.508.872.8200 F.508.935.4015 www.idc.com

More information

IDC MarketScape: Worldwide Datacenter Infrastructure Management 2015 Vendor Assessment

IDC MarketScape: Worldwide Datacenter Infrastructure Management 2015 Vendor Assessment IDC MarketScape IDC MarketScape: Worldwide Datacenter Infrastructure Management 2015 Vendor Assessment Jennifer Koppy THIS IDC MARKETSCAPE EXCERPT FEATURES EMERSON NETWORK POWER IDC MARKETSCAPE FIGURE

More information

Reducing Cost While Simplifying Administration: Monetizing the Benefits of SAP ASE

Reducing Cost While Simplifying Administration: Monetizing the Benefits of SAP ASE WHITE PAPER Reducing Cost While Simplifying Administration: Monetizing the Benefits of SAP ASE Sponsored by: SAP Carl W. Olofson June 2014 Randy Perry EXECUTIVE SUMMARY In 2011, SAP asked IDC to study

More information

IDC MarketScape Excerpt: Worldwide HR BPO 2014 Vendor Assessment

IDC MarketScape Excerpt: Worldwide HR BPO 2014 Vendor Assessment IDC MarketScape IDC MarketScape Excerpt: Worldwide HR BPO 2014 Vendor Assessment Lisa Rowan THIS IDC MARKETSCAPE EXCERPT FEATURES: ADP IDC MARKETSCAPE FIGURE FIGURE 1 IDC MarketScape HR Business Process

More information

IDC MarketScape: Worldwide Digital Enterprise Strategy Consulting Services 2015 Vendor Assessment

IDC MarketScape: Worldwide Digital Enterprise Strategy Consulting Services 2015 Vendor Assessment IDC MarketScape IDC MarketScape: Worldwide Digital Enterprise Strategy Consulting Services 2015 Vendor Assessment Cushing Anderson Mette Ahorlu THIS IDC MARKETSCAPE EXCERPT FEATURES PWC IDC MARKETSCAPE

More information

Worldwide Business Analytics Software Market Shares, 2014: Line of Business Drives Cloud and Visual Discovery Adoption

Worldwide Business Analytics Software Market Shares, 2014: Line of Business Drives Cloud and Visual Discovery Adoption MARKET SHARE Worldwide Business Analytics Software Market Shares, 2014: Line of Business Drives Cloud and Visual Discovery Adoption Dan Vesset David Schubmehl Alys Woodward Brian McDonough Carl W. Olofson

More information

"Why Didn't We Do It Sooner?" Deployment of a New BI Solution at The Pain Center of Arizona

Why Didn't We Do It Sooner? Deployment of a New BI Solution at The Pain Center of Arizona Buyer Case Study "Why Didn't We Do It Sooner?" Deployment of a New BI Solution at The Pain Center of Arizona Dan Vesset IDC OPINION Investment in analytics, business intelligence, and big data technologies

More information

How To Get A Better Desktop Management System

How To Get A Better Desktop Management System IDC MARKETSCAPE IDC MarketScape Excerpt: Worldwide Client Virtualization Software 2013 Vendor Assessment Brett Waldman Iris Feng THIS IDC MARKETSCAPE EXCERPT FEATURES: NCOMPUTING IDC MARKETSCAPE FIGURE

More information

SAP HANA PLATFORM Top Ten Questions for Choosing In-Memory Databases. Start Here

SAP HANA PLATFORM Top Ten Questions for Choosing In-Memory Databases. Start Here PLATFORM Top Ten Questions for Choosing In-Memory Databases Start Here PLATFORM Top Ten Questions for Choosing In-Memory Databases. Are my applications accelerated without manual intervention and tuning?.

More information

Worldwide Relational Database Management Systems 2007 Vendor Shares

Worldwide Relational Database Management Systems 2007 Vendor Shares COMPETITIVE ANALYSIS Worldwide Relational Database Management Systems 2007 Vendor Shares Carl W. Olofson IDC OPINION Global Headquarters: 5 Speen Street Framingham, MA 01701 USA P.508.872.8200 F.508.935.4015

More information

Incorporating Mobility into a Customer Experience Strategy

Incorporating Mobility into a Customer Experience Strategy INSIGHT Incorporating Mobility into a Customer Experience Strategy Michael Fauscette IDC OPINION IDC believes that mobility must be a part of any customer experience (CX) strategy. Consistent engagement

More information

Converged and Integrated Datacenter Systems: Creating Operational Efficiencies

Converged and Integrated Datacenter Systems: Creating Operational Efficiencies Insight Converged and Integrated Datacenter Systems: Creating Operational Efficiencies Rob Brothers IDC OPINION Enterprise IT has moved away from siloed servers, storage, information, and processes and

More information

Modernizing Data Protection With Backup Appliances

Modernizing Data Protection With Backup Appliances Executive Brief Modernizing Data Protection With Backup Appliances Sponsored by: Symantec Carla Arend March 2014 Andrew Buss IDC OPINION Transformation of the backup infrastructure is the next frontier

More information

In-memory databases and innovations in Business Intelligence

In-memory databases and innovations in Business Intelligence Database Systems Journal vol. VI, no. 1/2015 59 In-memory databases and innovations in Business Intelligence Ruxandra BĂBEANU, Marian CIOBANU University of Economic Studies, Bucharest, Romania babeanu.ruxandra@gmail.com,

More information

Understanding the Value of In-Memory in the IT Landscape

Understanding the Value of In-Memory in the IT Landscape February 2012 Understing the Value of In-Memory in Sponsored by QlikView Contents The Many Faces of In-Memory 1 The Meaning of In-Memory 2 The Data Analysis Value Chain Your Goals 3 Mapping Vendors to

More information

Microsoft Office 365: How the Hosted Exchange Server Is Redefining SMB Cloud IT Adoption

Microsoft Office 365: How the Hosted Exchange Server Is Redefining SMB Cloud IT Adoption INDUSTRY DEVELOPMENTS AND MODELS Microsoft Office 365: How the Hosted Exchange Server Is Redefining SMB Cloud IT Adoption Christopher Chute IDC OPINION Office 365 is Microsoft's next-generation email and

More information

Worldwide Problem Management Software Market Shares, 2014: 3rd Platform Technologies and Delivery Models Drive Growth

Worldwide Problem Management Software Market Shares, 2014: 3rd Platform Technologies and Delivery Models Drive Growth MARKET SHARE Worldwide Problem Management Software Market Shares, 2014: 3rd Platform Technologies and Delivery Models Drive Growth Robert Young IDC MARKET SHARE FIGURE FIGURE 1 Worldwide Problem Management

More information

Schneider Electric's SmartBunker Provides Smarter, More Secure Datacenters at the Edge

Schneider Electric's SmartBunker Provides Smarter, More Secure Datacenters at the Edge TECHNOLOGY ASSESSMENT Schneider Electric's SmartBunker Provides Smarter, More Secure Datacenters at the Edge Jennifer Koppy Kelly Quinn IDC OPINION Over the next few years, the U.S. market will see an

More information

How To Understand Cloud Economics

How To Understand Cloud Economics WHITE PAPER Cloud Economics: A Financial Analysis of Information Management IT Delivery Models Sponsored by: Viewpointe LLC Michael Versace October 2013 Randy Perry IDC OPINION Executive Summary Cost optimization

More information

Business Networks: The Next Wave of Innovation

Business Networks: The Next Wave of Innovation White Paper Business Networks: The Next Wave of Innovation Sponsored by: Ariba Michael Fauscette November 2014 In This White Paper The business network is forming a new framework for productivity and value

More information

IDC MarketScape: Worldwide Oracle Implementation Services Ecosystem 2014 Vendor Assessment

IDC MarketScape: Worldwide Oracle Implementation Services Ecosystem 2014 Vendor Assessment IDC MARKETSCAPE IDC MarketScape: Worldwide Oracle Implementation Services Ecosystem 2014 Vendor Assessment Ali Zaidi Gard Little Chad Huston THIS IDC MARKETSCAPE EXCERPT FEATURES: ACCENTURE IDC MARKETSCAPE

More information

Worldwide Datacenter Automation Software Market Shares, 2014: Year of Cloud and DevOps

Worldwide Datacenter Automation Software Market Shares, 2014: Year of Cloud and DevOps MARKET SHARE Worldwide Datacenter Automation Software Market Shares, 2014: Year of Cloud and DevOps Mary Johnston Turner IDC MARKET SHARE FIGURE FIGURE 1 Worldwide Datacenter Automation Software 2014 Share

More information

Western European Organizations Turn to the Cloud for UCaaS

Western European Organizations Turn to the Cloud for UCaaS IDC TOP LINE Western European Organizations Turn to the Cloud for UCaaS Commissioned by: Verizon and Cisco Jason Andersson July 2015 INTRODUCTION Unified communications as a service (UCaaS) is a fast-growing

More information

Cirba Targets Software-Defined Infrastructure Control with Workload-Aware Predictive Analytics

Cirba Targets Software-Defined Infrastructure Control with Workload-Aware Predictive Analytics Vendor Profile Cirba Targets Software-Defined Infrastructure Control with Workload-Aware Predictive Analytics Mary Johnston Turner David Immerman IDC OPINION Software-defined infrastructure (SDI) enables

More information

Moving Large Data at a Blinding Speed for Critical Business Intelligence. A competitive advantage

Moving Large Data at a Blinding Speed for Critical Business Intelligence. A competitive advantage Moving Large Data at a Blinding Speed for Critical Business Intelligence A competitive advantage Intelligent Data In Real Time How do you detect and stop a Money Laundering transaction just about to take

More information

University of Kentucky Leveraging SAP HANA to Lead the Way in Use of Analytics in Higher Education

University of Kentucky Leveraging SAP HANA to Lead the Way in Use of Analytics in Higher Education IDC ExpertROI SPOTLIGHT University of Kentucky Leveraging SAP HANA to Lead the Way in Use of Analytics in Higher Education Sponsored by: SAP Matthew Marden April 2014 Randy Perry Overview Founded in 1865

More information

Worldwide Application Performance Management Software 2013 Vendor Shares

Worldwide Application Performance Management Software 2013 Vendor Shares Competitive Analysis Worldwide Application Performance Management Software 2013 Vendor Shares Melinda-Carol Ballou Rohit Mehra Tim Grieser Mary Johnston Turner IDC OPINION The worldwide application performance

More information

The Case for Mobile Experience Virtualization: Citrix HDX Mobile SDK Creates New Opportunities for Partners

The Case for Mobile Experience Virtualization: Citrix HDX Mobile SDK Creates New Opportunities for Partners BUYER CASE STUDY The Case for Mobile Experience Virtualization: Citrix HDX Mobile SDK Creates New Opportunities for Partners Brett Waldman IDC OPINION This IDC Buyer Case Study is based on a conversation

More information

N o v e l l A d d s t o H i g h A v a i l a b i l i t y E x t e n s i o n s f o r S U S E L i n u x E n t e r p r i s e S e r v e r 1 1

N o v e l l A d d s t o H i g h A v a i l a b i l i t y E x t e n s i o n s f o r S U S E L i n u x E n t e r p r i s e S e r v e r 1 1 I N S I G H T N o v e l l A d d s t o H i g h A v a i l a b i l i t y E x t e n s i o n s f o r S U S E L i n u x E n t e r p r i s e S e r v e r 1 1 Jean S. Bozman I D C O P I N I O N Global Headquarters:

More information

Transformative Technology in Document Security

Transformative Technology in Document Security INSIGHT Transformative Technology in Document Security Arianna Valentini IDC OPINION The majority of organizations have taken steps in making sure that their IT environments are secure. Worldwide Security

More information

The State of Mobility in the Enterprise in 2014: An IDC Survey of Devices, Platforms, Decisions, and Deployments

The State of Mobility in the Enterprise in 2014: An IDC Survey of Devices, Platforms, Decisions, and Deployments Survey The State of Mobility in the Enterprise in 2014: An IDC Survey of Devices, Platforms, Decisions, and Deployments Ben Hoffman IDC OPINION IDC recently fielded results for its Enterprise Mobile Device

More information

IDC MarketScape: Worldwide Cloud Professional Services 2016 Vendor Assessment

IDC MarketScape: Worldwide Cloud Professional Services 2016 Vendor Assessment IDC MarketScape IDC MarketScape: Worldwide Cloud Professional Services 2016 Vendor Assessment Gard Little Chad Huston THIS IDC MARKETSCAPE EXCERPT FEATURES: NTT DATA IDC MARKETSCAPE FIGURE FIGURE 1 IDC

More information

Unlock your data for fast insights: dimensionless modeling with in-memory column store. By Vadim Orlov

Unlock your data for fast insights: dimensionless modeling with in-memory column store. By Vadim Orlov Unlock your data for fast insights: dimensionless modeling with in-memory column store By Vadim Orlov I. DIMENSIONAL MODEL Dimensional modeling (also known as star or snowflake schema) was pioneered by

More information

Nimble Storage Leverages Operational Data to Drive Its Business with Analytics Delivered by HP Vertica

Nimble Storage Leverages Operational Data to Drive Its Business with Analytics Delivered by HP Vertica IDC ExpertROI SPOTLIGHT Nimble Storage Leverages Operational Data to Drive Its Business with Analytics Delivered by HP Vertica Sponsored by: HP Matthew Marden September 2014 Overview Nimble Storage (Nimble)

More information

Worldwide Business Rules Management Systems 2011 Vendor Shares

Worldwide Business Rules Management Systems 2011 Vendor Shares COMPETITIVE ANALYSIS Worldwide Business Rules Management Systems 2011 Vendor Shares Al Hilwa Stephen D. Hendrick IDC OPINION Global Headquarters: 5 Speen Street Framingham, MA 01701 USA P.508.872.8200

More information

The Value of Automating Network Operations to Realize the Full Potential of IoE

The Value of Automating Network Operations to Realize the Full Potential of IoE WHITE PAPER The Value of Automating Network Operations to Realize the Full Potential of IoE Sponsored by: Cisco Brad Casemore Leslie Rosenberg May 2014 Carrie MacGillivray Vernon Turner IDC OPINION This

More information

Hybrid Cloud Drives Need for Software-Defined WANs in Enterprise

Hybrid Cloud Drives Need for Software-Defined WANs in Enterprise Insight Hybrid Cloud Drives Need for Software-Defined WANs in Enterprise Brad Casemore Rohit Mehra Nav Chander IDC OPINION The wide area network (WAN) will be critical to the success of enterprise hybrid

More information

Emerging Requirements and DBMS Technologies:

Emerging Requirements and DBMS Technologies: Emerging Requirements and DBMS Technologies: When Is Relational the Right Choice? Carl Olofson Research Vice President, IDC April 1, 2014 Agenda 2 Why Relational in the First Place? Evolution of Databases

More information

Perspective: Cloud Solutions and Deployment for Healthcare Payers in 2014

Perspective: Cloud Solutions and Deployment for Healthcare Payers in 2014 Perspective Perspective: Cloud Solutions and Deployment for Healthcare Payers in 2014 Lynne A. Dunbrack Judy Hanover IN THIS PERSPECTIVE This IDC Health Insights Perspective examines the current status

More information

2014 Human Capital Management Survey: HCM Buyer Actions and Plans

2014 Human Capital Management Survey: HCM Buyer Actions and Plans Survey 2014 Human Capital Management Survey: HCM Buyer Actions and Plans Lisa Rowan IDC OPINION This study provides human capital management (HCM) applications buying behavior findings drawn from an IDC

More information

How To Create A Mobile Experience Virtualization For A Mining Company

How To Create A Mobile Experience Virtualization For A Mining Company BUYER CASE STUDY Delivering an Adaptive Customer Experience: The Case for Mobile Experience Virtualization Brett Waldman IDC OPINION In today's constantly changing technology and competitive environment,

More information

IDC MarketScape: Worldwide Service Desk Management Software 2014 Vendor Analysis

IDC MarketScape: Worldwide Service Desk Management Software 2014 Vendor Analysis IDC MarketScape IDC MarketScape: Worldwide Service Desk Management Software 2014 Vendor Analysis Robert Young THIS IDC MARKETSCAPE EXCERPT FEATURES: SERVICENOW IDC MARKETSCAPE FIGURE FIGURE 1 IDC MarketScape

More information

TCS Digital Software & Solutions Group

TCS Digital Software & Solutions Group VENDOR PROFILE TCS Digital Software & Solutions Group Philip Carnelley Frank Gens IDC OPINION With its Digital Software & Solutions Group (DS&S), TCS has started a bold new venture to embrace the needs

More information

Toward Real-Time Plant Floor Visibility: A View From Various Manufacturing Sectors

Toward Real-Time Plant Floor Visibility: A View From Various Manufacturing Sectors WHITE PAPER Toward Real-Time Plant Floor Visibility: A View From Various Manufacturing Sectors Sponsored by: Zebra Technologies Corporation Lorenzo Veronesi May 2014 IN THIS WHITE PAPER This document extends

More information

Big Data Integration: A Buyer's Guide

Big Data Integration: A Buyer's Guide SEPTEMBER 2013 Buyer s Guide to Big Data Integration Sponsored by Contents Introduction 1 Challenges of Big Data Integration: New and Old 1 What You Need for Big Data Integration 3 Preferred Technology

More information

IDC MarketScape: Worldwide Supply Chain Management Business Consulting Services 2014 Vendor Assessment

IDC MarketScape: Worldwide Supply Chain Management Business Consulting Services 2014 Vendor Assessment IDC MARKETSCAPE IDC MarketScape: Worldwide Supply Chain Management Business Consulting Services 2014 Vendor Assessment Cushing Anderson Simon Ellis THIS IDC MARKETSCAPE EXCERPT FEATURES EY IDC MARKETSCAPE

More information

Ricoh 1to1 Create Review

Ricoh 1to1 Create Review Insight Ricoh 1to1 Create: Helping Small Printers Offer Sophisticated Cross-Media Marketing Services Amy Machado IDC OPINION Ricoh's new 1to1 Create Marketing Services is a cloud-based cross-media solution

More information

Comparing Microsoft SQL Server 2005 Replication and DataXtend Remote Edition for Mobile and Distributed Applications

Comparing Microsoft SQL Server 2005 Replication and DataXtend Remote Edition for Mobile and Distributed Applications Comparing Microsoft SQL Server 2005 Replication and DataXtend Remote Edition for Mobile and Distributed Applications White Paper Table of Contents Overview...3 Replication Types Supported...3 Set-up &

More information

CitusDB Architecture for Real-Time Big Data

CitusDB Architecture for Real-Time Big Data CitusDB Architecture for Real-Time Big Data CitusDB Highlights Empowers real-time Big Data using PostgreSQL Scales out PostgreSQL to support up to hundreds of terabytes of data Fast parallel processing

More information

How Collaboration Can Help Achieve Your Business Goals: A European Perspective

How Collaboration Can Help Achieve Your Business Goals: A European Perspective ANALYST CONNECTION How Collaboration Can Help Achieve Your Business Goals: A European Perspective Commissioned by: Verizon and Cisco Jason Andersson July 2015 Marta Muñoz Méndez-Villamil THE POWER OF COLLABORATION

More information

IDC MarketScape: Worldwide Telecom Service Provider 2013 Vendor Assessment

IDC MarketScape: Worldwide Telecom Service Provider 2013 Vendor Assessment IDC MARKETSCAPE IDC MarketScape: Worldwide Telecom Service Provider 2013 Vendor Assessment Courtney Munroe Melanie Posey THIS IDC MARKETSCAPE EXCERPT FEATURES: BT GLOBAL SERVICES IDC MARKETSCAPE FIGURE

More information

IDC MarketScape: Worldwide Business Consulting Strategy for Digital Operations 2015 Vendor Assessment

IDC MarketScape: Worldwide Business Consulting Strategy for Digital Operations 2015 Vendor Assessment IDC MarketScape IDC MarketScape: Worldwide Business Consulting Strategy for Digital Operations 2015 Vendor Assessment Michael Versace Cushing Anderson THIS IDC MARKETSCAPE EXCERPT FEATURES KPMG IDC MARKETSCAPE

More information

Understanding the Business Value of Migrating to Windows Server 2012

Understanding the Business Value of Migrating to Windows Server 2012 WHITE PAPER Understanding the Business Value of Migrating to Windows Server 2012 Sponsored by: Microsoft and Intel Simon Piff February 2015 EXECUTIVE SUMMARY In December 2014, IDC Asia/Pacific undertook

More information

SAP HANA Live for SAP Business Suite. David Richert Presales Expert BI & EIM May 29, 2013

SAP HANA Live for SAP Business Suite. David Richert Presales Expert BI & EIM May 29, 2013 SAP HANA Live for SAP Business Suite David Richert Presales Expert BI & EIM May 29, 2013 Agenda Next generation business requirements for Operational Analytics SAP HANA Live - Platform for Real-Time Intelligence

More information

I D C T E C H N O L O G Y S P O T L I G H T

I D C T E C H N O L O G Y S P O T L I G H T I D C T E C H N O L O G Y S P O T L I G H T Capitalizing on the Future with Data Solutions December 2015 Adapted from IDC PeerScape: Practices for Ensuring a Successful Big Data and Analytics Project,

More information

IDC MarketScape: Worldwide Big Data Consulting and Systems Integration Services 2016 Vendor Assessment

IDC MarketScape: Worldwide Big Data Consulting and Systems Integration Services 2016 Vendor Assessment IDC MarketScape IDC MarketScape: Worldwide Big Data Consulting and Systems Integration Services 2016 Vendor Assessment Ali Zaidi THIS IDC MARKETSCAPE EXCERPT FEATURES HCL IDC MARKETSCAPE FIGURE FIGURE

More information

INSIGHT. IDC's Social Business Taxonomy, 2011 IDC OPINION IN THIS INSIGHT. Scott Guinn

INSIGHT. IDC's Social Business Taxonomy, 2011 IDC OPINION IN THIS INSIGHT. Scott Guinn INSIGHT IDC's Social Business Taxonomy, 2011 Michael Fauscette Mary Wardley Scott Guinn Erin Traudt Lisa Rowan IDC OPINION Global Headquarters: 5 Speen Street Framingham, MA 01701 USA P.508.872.8200 F.508.935.4015

More information

Global Headquarters: 5 Speen Street Framingham, MA 01701 USA P.508.872.8200 F.508.935.4015 www.idc.com

Global Headquarters: 5 Speen Street Framingham, MA 01701 USA P.508.872.8200 F.508.935.4015 www.idc.com Global Headquarters: 5 Speen Street Framingham, MA 01701 USA P.508.872.8200 F.508.935.4015 www.idc.com C O M P E T I T I V E A N A L Y S I S W o r l d w i d e C l o u d S y s t e m s M a n a g e m e n

More information

AirWatch by VMware Enables Secure, Flexible SMB BYOD Mobile Device Deployments for Legal Firm Dowling Aaron Inc.

AirWatch by VMware Enables Secure, Flexible SMB BYOD Mobile Device Deployments for Legal Firm Dowling Aaron Inc. Buyer Case Study AirWatch by VMware Enables Secure, Flexible SMB BYOD Mobile Device Deployments for Legal Firm Dowling Aaron Inc. Christopher Chute IDC OPINION This IDC Buyer Case Study is based on a conversation

More information

ScienceLogic Offers Unified Infrastructure Monitoring and Analytics for Hybrid IT

ScienceLogic Offers Unified Infrastructure Monitoring and Analytics for Hybrid IT VENDOR PROFILE ScienceLogic Offers Unified Infrastructure Monitoring and Analytics for Hybrid IT Mary Johnston Turner David Immerman IDC OPINION Enterprise datacenter infrastructure environments are becoming

More information

The Future of Data Management

The Future of Data Management The Future of Data Management with Hadoop and the Enterprise Data Hub Amr Awadallah (@awadallah) Cofounder and CTO Cloudera Snapshot Founded 2008, by former employees of Employees Today ~ 800 World Class

More information

Getting Started Practical Input For Your Roadmap

Getting Started Practical Input For Your Roadmap Getting Started Practical Input For Your Roadmap Mike Ferguson Managing Director, Intelligent Business Strategies BA4ALL Big Data & Analytics Insight Conference Stockholm, May 2015 About Mike Ferguson

More information

AT&T Leverages HP Vertica Analytics Platform to Change the Economics of Providing Actionable Insights to Decision Makers

AT&T Leverages HP Vertica Analytics Platform to Change the Economics of Providing Actionable Insights to Decision Makers IDC ExpertROI SPOTLIGHT AT&T Leverages HP Vertica Analytics Platform to Change the Economics of Providing Actionable Insights to Decision Makers Sponsored by: HP Matthew Marden November 2014 Overview AT&T

More information

Schiphol Telematics Moves to Avanade to Achieve More Value Through Business Partnership

Schiphol Telematics Moves to Avanade to Achieve More Value Through Business Partnership IDC ExpertROI SPOTLIGHT Schiphol Telematics Moves to Avanade to Achieve More Value Through Business Partnership Sponsored by: Avanade Matthew Marden September 2014 Overview Schiphol Telematics (ST) has

More information

Using In-Memory Data Fabric Architecture from SAP to Create Your Data Advantage

Using In-Memory Data Fabric Architecture from SAP to Create Your Data Advantage SAP HANA Using In-Memory Data Fabric Architecture from SAP to Create Your Data Advantage Deep analysis of data is making businesses like yours more competitive every day. We ve all heard the reasons: the

More information

Integrating SAP and non-sap data for comprehensive Business Intelligence

Integrating SAP and non-sap data for comprehensive Business Intelligence WHITE PAPER Integrating SAP and non-sap data for comprehensive Business Intelligence www.barc.de/en Business Application Research Center 2 Integrating SAP and non-sap data Authors Timm Grosser Senior Analyst

More information

Enterprise Data Lake Platforms: Deep Storage for Big Data and Analytics

Enterprise Data Lake Platforms: Deep Storage for Big Data and Analytics Insight Enterprise Data Lake Platforms: Deep Storage for Big Data and Analytics Ashish Nadkarni Laura DuBois IDC OPINION In the past 18 months or so, the term data lakes has surfaced as yet another phrase

More information

IBM Analytics The fluid data layer: The future of data management

IBM Analytics The fluid data layer: The future of data management IBM Analytics The fluid data layer: The future of data management Why flexibility and adaptability are crucial in the hybrid cloud world 1 2 3 4 5 6 The new world vision for data architects Why the fluid

More information

Worldwide DDI Market Update

Worldwide DDI Market Update Update Worldwide DDI Market Update Nolan Greene Petr Jirovsky IN THIS UPDATE This IDC update reviews the revenue and shipments of the worldwide DDI (DNS, DHCP, and IP address management [IPAM]) solutions

More information

Tiber Solutions. Understanding the Current & Future Landscape of BI and Data Storage. Jim Hadley

Tiber Solutions. Understanding the Current & Future Landscape of BI and Data Storage. Jim Hadley Tiber Solutions Understanding the Current & Future Landscape of BI and Data Storage Jim Hadley Tiber Solutions Founded in 2005 to provide Business Intelligence / Data Warehousing / Big Data thought leadership

More information

How To Understand And Understand Cyber Group

How To Understand And Understand Cyber Group Buyer Case Study Cyber Group Deploys EMC ViPR for Next-Generation SaaS Application Infrastructure Laura DuBois IDC OPINION 3rd Platform computing has given rise to massive scale datacenters architected

More information

BIG DATA : PAST, PRESENT AND FUTURE - AN ANALYST S PERSPECTIVE

BIG DATA : PAST, PRESENT AND FUTURE - AN ANALYST S PERSPECTIVE BIG DATA : PAST, PRESENT AND FUTURE - AN ANALYST S PERSPECTIVE Carl Olofson : Research Vice President, IDC Mark Simmonds, IBM Enterprise Architect and Senior Product Marketing Manager, IBM Software Group

More information

Johan Hallberg Research Manager / Industry Analyst IDC Nordic Services & Sourcing Digital Transformation Global CIO Agenda

Johan Hallberg Research Manager / Industry Analyst IDC Nordic Services & Sourcing Digital Transformation Global CIO Agenda IDC s Big Data Predictions 2015 Johan Hallberg Research Manager / Industry Analyst IDC Nordic Services & Sourcing Digital Transformation Global CIO Agenda Big Data Opportunity: The Need for Deep Personalization

More information

How Transactional Analytics is Changing the Future of Business A look at the options, use cases, and anti-patterns

How Transactional Analytics is Changing the Future of Business A look at the options, use cases, and anti-patterns How Transactional Analytics is Changing the Future of Business A look at the options, use cases, and anti-patterns Table of Contents Abstract... 3 Introduction... 3 Definition... 3 The Expanding Digitization

More information

Content Analyst's Cerebrant Combines SaaS Discovery, Machine Learning, and Content to Perform Next-Generation Research

Content Analyst's Cerebrant Combines SaaS Discovery, Machine Learning, and Content to Perform Next-Generation Research INSIGHT Content Analyst's Cerebrant Combines SaaS Discovery, Machine Learning, and Content to Perform Next-Generation Research David Schubmehl IDC OPINION Organizations are looking for better ways to perform

More information

News and trends in Data Warehouse Automation, Big Data and BI. Johan Hendrickx & Dirk Vermeiren

News and trends in Data Warehouse Automation, Big Data and BI. Johan Hendrickx & Dirk Vermeiren News and trends in Data Warehouse Automation, Big Data and BI Johan Hendrickx & Dirk Vermeiren Extreme Agility from Source to Analysis DWH Appliances & DWH Automation Typical Architecture 3 What Business

More information

Perspective: Utility Offerings Shine at Oracle OpenWorld

Perspective: Utility Offerings Shine at Oracle OpenWorld Perspective Perspective: Utility Offerings Shine at Oracle OpenWorld Roberta Bigliani Jill Feblowitz Marcus Torchia Robert Eastman Robert Parker IN THIS PERSPECTIVE This IDC Energy Insights Perspective

More information

Analytics March 2015 White paper. Why NoSQL? Your database options in the new non-relational world

Analytics March 2015 White paper. Why NoSQL? Your database options in the new non-relational world Analytics March 2015 White paper Why NoSQL? Your database options in the new non-relational world 2 Why NoSQL? Contents 2 New types of apps are generating new types of data 2 A brief history of NoSQL 3

More information

IBM Enhances Portfolio by Acquiring Object-Based Storage Supplier Cleversafe

IBM Enhances Portfolio by Acquiring Object-Based Storage Supplier Cleversafe Flash IBM Enhances Portfolio by Acquiring Object-Based Storage Supplier Cleversafe Amita Potnis Richard L. Villars Laura DuBois Ashish Nadkarni IN THIS FLASH This IDC Flash discusses IBM's announcement

More information

In-Memory Data Management for Enterprise Applications

In-Memory Data Management for Enterprise Applications In-Memory Data Management for Enterprise Applications Jens Krueger Senior Researcher and Chair Representative Research Group of Prof. Hasso Plattner Hasso Plattner Institute for Software Engineering University

More information

Mobile Device and Application Trends Are Mobile Applications Moving to the Cloud?

Mobile Device and Application Trends Are Mobile Applications Moving to the Cloud? White Paper Mobile Device and Application Trends Are Mobile Applications Moving to the Cloud? Sponsored by: Cisco Denise Lund April 2014 IDC OPINION The use of mobile devices across job levels and functions

More information

Converged, Real-time Analytics Enabling Faster Decision Making and New Business Opportunities

Converged, Real-time Analytics Enabling Faster Decision Making and New Business Opportunities Technology Insight Paper Converged, Real-time Analytics Enabling Faster Decision Making and New Business Opportunities By John Webster February 2015 Enabling you to make the best technology decisions Enabling

More information

IBM Data Warehousing and Analytics Portfolio Summary

IBM Data Warehousing and Analytics Portfolio Summary IBM Information Management IBM Data Warehousing and Analytics Portfolio Summary Information Management Mike McCarthy IBM Corporation mmccart1@us.ibm.com IBM Information Management Portfolio Current Data

More information

Automated Software Quality Vendor Profile: With Mobile and Load Testing, Keynote Evolves Company

Automated Software Quality Vendor Profile: With Mobile and Load Testing, Keynote Evolves Company VENDOR PROFILE Automated Software Quality Vendor Profile: With Mobile and Load Testing, Keynote Evolves Company Melinda-Carol Ballou IDC OPINION Global Headquarters: 5 Speen Street Framingham, MA 01701

More information