Fact Sheet In-Memory Analysis

Similar documents
Scenario 2: Cognos SQL and Native SQL.

Fact Sheet Yellowfin & Cloud Computing

Oracle Database 12c Plug In. Switch On. Get SMART.

Implementation & Capacity Planning Specification

Making Business Intelligence Easy. Whitepaper Measuring data quality for successful Master Data Management

Application-Tier In-Memory Analytics Best Practices and Use Cases

Safe Harbor Statement

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

Making Business Intelligence Easy. White Paper Agile Business Intelligence

Information management software solutions White paper. Powerful data warehousing performance with IBM Red Brick Warehouse

Migration Guide Software, Database and Version Migration

The IBM Cognos Platform for Enterprise Business Intelligence

Exadata Database Machine

Inge Os Sales Consulting Manager Oracle Norway

Accelerating Business Intelligence with Large-Scale System Memory

System Requirements. SAS Profitability Management Deployment

Ontrack PowerControls User Guide Version 8.0

System Requirements and Platform Support Guide

Enterprise Performance Tuning: Best Practices with SQL Server 2008 Analysis Services. By Ajay Goyal Consultant Scalability Experts, Inc.

SQL Server An Overview

SharePlex for SQL Server

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

Cost-Effective Business Intelligence with Red Hat and Open Source

Query Acceleration of Oracle Database 12c In-Memory using Software on Chip Technology with Fujitsu M10 SPARC Servers

Columnstore Indexes for Fast Data Warehouse Query Processing in SQL Server 11.0

Tips and Tricks for Using Oracle TimesTen In-Memory Database in the Application Tier

SAP HANA SAP s In-Memory Database. Dr. Martin Kittel, SAP HANA Development January 16, 2013

Cost-Effective Data Management and a Simplified Data Warehouse

Move Data from Oracle to Hadoop and Gain New Business Insights

Understanding the Value of In-Memory in the IT Landscape

Microsoft SQL Server 2008 R2 Enterprise Edition and Microsoft SharePoint Server 2010

An Esri White Paper January 2010 ArcGIS Server and Virtualization

Maximum performance, minimal risk for data warehousing

Oracle Primavera P6 Enterprise Project Portfolio Management Performance and Sizing Guide. An Oracle White Paper October 2010

Services. Relational. Databases & JDBC. Today. Relational. Databases SQL JDBC. Next Time. Services. Relational. Databases & JDBC. Today.

Data Visualization 2011: Omniscope 2.6

Why DBMSs Matter More than Ever in the Big Data Era

How To Create A Table In Sql (Ahem)

Whitepaper. Innovations in Business Intelligence Database Technology.

NetIQ Privileged User Manager

IBM DB2 Near-Line Storage Solution for SAP NetWeaver BW

White Paper February IBM InfoSphere DataStage Performance and Scalability Benchmark Whitepaper Data Warehousing Scenario

FileMaker 12. ODBC and JDBC Guide

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

Preview of Oracle Database 12c In-Memory Option. Copyright 2013, Oracle and/or its affiliates. All rights reserved.

Near-line Storage with CBW NLS

An Oracle White Paper October Oracle Data Integrator 12c New Features Overview

EMC Unified Storage for Microsoft SQL Server 2008

In-Memory Business Intelligence

DOCUMENTATION FILE BACKUP

Object Oriented Database Management System for Decision Support System.

SUN ORACLE DATABASE MACHINE

Real Life Performance of In-Memory Database Systems for BI

Server Consolidation with SQL Server 2008

Using MySQL for Big Data Advantage Integrate for Insight Sastry Vedantam

Big Data, SAP HANA. SUSE Linux Enterprise Server for SAP Applications. Kim Aaltonen

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

Optimize Oracle Business Intelligence Analytics with Oracle 12c In-Memory Database Option

Sybase IQ Supercharges Predictive Analytics

High Performance Log Analytics: Database Considerations

Parallel Data Warehouse

SQL Server 2008 Performance and Scale

Using SQL Server Management Studio

An Esri White Paper June 2010 Tracking Server 10

Optimizing the Performance of Your Longview Application

Microsoft s SQL Server Parallel Data Warehouse Provides High Performance and Great Value

Upgrade to Oracle E-Business Suite R12 While Controlling the Impact of Data Growth WHITE PAPER

INTEROPERABILITY OF SAP BUSINESS OBJECTS 4.0 WITH GREENPLUM DATABASE - AN INTEGRATION GUIDE FOR WINDOWS USERS (64 BIT)

Sawmill Log Analyzer Best Practices!! Page 1 of 6. Sawmill Log Analyzer Best Practices

Accelerating Business Intelligence with Large-Scale System Memory

Microsoft Analytics Platform System. Solution Brief

QLIKVIEW SERVER MEMORY MANAGEMENT AND CPU UTILIZATION

SQL Server Business Intelligence on HP ProLiant DL785 Server

An Accenture Point of View. Oracle Exalytics brings speed and unparalleled flexibility to business analytics

How To Handle Big Data With A Data Scientist

Architecting the Future of Big Data

Novell File Reporter 2.5 Who Has What?

soliddb Fundamentals & Features Copyright 2013 UNICOM Global. All rights reserved.

MS SQL Performance (Tuning) Best Practices:

Kronos Workforce Central 6.1 with Microsoft SQL Server: Performance and Scalability for the Enterprise

ORACLE VIRTUAL DESKTOP INFRASTRUCTURE

1 Changes in this release

Telemetry Database Query Performance Review

SQL Server / Express 2008 Migration Frequently Asked Questions

Oracle Database 11g Comparison Chart

White Paper In-Memory Analytics

Supported Platforms HPE Vertica Analytic Database. Software Version: 7.2.x

Big Data Analytics with IBM Cognos BI Dynamic Query IBM Redbooks Solution Guide

Focus on the business, not the business of data warehousing!

ORACLE OLAP. Oracle OLAP is embedded in the Oracle Database kernel and runs in the same database process

SQL Anywhere New Features Summary

Main Memory Data Warehouses

Friends Asking Friends New Features Guide

The Edge Editions of SAP InfiniteInsight Overview

Transcription:

Fact Sheet In-Memory Analysis 1 Copyright Yellowfin International 2010

Contents In Memory Overview...3 Benefits...3 Agile development & rapid delivery...3 Data types supported by the In-Memory Database...4 When to use in-memory...4 Sizing...6 Overview...6 Data Compression Examples...6 Server Requirements...7 Performance testing & results...8 Yellowfin, and the Yellowfin logo are trademarks or registered trademarks of Yellowfin International Pty Ltd. All other names are trademarks or registered trademarks of their respective companies. While every attempt has been made to ensure that the information in this document is accurate and complete, some typographical errors or technical inaccuracies may exist. Yellowfin does not accept responsibility for any kind of loss resulting from the use of information contained in this document. The information contained in this document is subject to change without notice. This text contains proprietary information, which is protected by copyright. All rights are reserved. No part of this document may be photocopied, reproduced, stored in a retrieval system, transmitted in any form or by any means, or translated into another language without the prior written consent of Yellowfin International Pty Ltd. The incorporation of the product attributes discussed in these materials into any release or upgrade of any Yellowfin software product as well as the timing of any such release or upgrade is at the sole discretion of Yellowfin. This document version published April 2010 Copyright 20010Yellowfin International Pty Ltd. 2 Copyright Yellowfin International 2010

In Memory Overview Yellowfin s in-memory database is a columnar database where the data is stored in memory and not on disk as with traditional database tools. A column-oriented DBMS is a database management system (DBMS) which naturally stores its content by column rather than by row. This has advantages for databases such as data warehouses and library catalogues, where aggregates are computed over large numbers of similar data items. Benefits 1. Column-oriented systems are more efficient when an aggregate needs to be computed over many rows but only for a notably smaller subset of all columns of data, because reading that smaller subset of data can be faster than reading all data. 2. Column-oriented systems are more efficient when new values of a column are supplied for all rows at once, because that column data can be written efficiently and replace old column data without touching any other columns for the rows. 3. Data compression - Column data is of uniform type; therefore, there are some opportunities for storage size optimizations available in column-oriented data that are not available in row oriented data. Agile development & rapid delivery One of the key benefits of in-memory analysis is the ability to use it as part of your agile development process. In an agile environment you can use the in-memory database to build rapid proof of concepts, or throw away analytical applications that can be used to solve particular business problems without the need to invest heavily in a full blown data warehouse environment. In this way Yellowfin shortens the development life cycle by removing some key steps from the process. I doing so end users can start to use the data you have provided to rapidly deliver reports and insight into the business. 3 Copyright Yellowfin International 2010

Data types supported by the In-Memory Database The Yellowfin in-memory database is designed to allow you to access the following data types for analysis and reporting. All standard numeric data types (eg. int, decimal, float, binary) All standard character data types (eg. char, nchar, varchar, nvarchar, text) All standard time data types (eg. timestamp, datetime) GIS data (GIS points, GIS polygons) BLOB & CLOB data When to use in-memory In-memory analysis is a specific data warehousing solution that should be used only in appropriate use cases. It will not solve all of your data storage and reporting needs. However, used effectively it add significant benefit to BI projects. The figure below illustrates that as data complexity and volumes grow the appropriate solution for handling them will change. Where in-memory analysis excels is: 4 Copyright Yellowfin International 2010

1. Departmental BI projects few data sources, low level of data transformations. 2. Rapid Integration for ISV s the ability to quickly integrate reporting on top of an OLTP application. 3. Short term BI analysis throw-away analytical projects that need rapid access to data in an agile manner. 4. Data Source is slow when the data source being accessed is slow due to the complexity of the schema being reported against. In-memory Analysis is not appropriate when: 1. Real time reporting is needed 2. When Merging data from multiple data sources 3. Terabytes of data being accessed 4. If your data store is already fast or can be made to be 5 Copyright Yellowfin International 2010

Sizing Overview Based on the columnar in-memory database architecture of Yellowfin there are a number of considerations that need to be made when determining the size of the servers you need to meet demand. When considering the use of Yellowfin s In-Memory Database, the following factors should be examined: 1. The more unique the data in the view that s being cached, the more memory it will take as it will compress less than repetitive data. 2. The more long strings in the data of the view, the more memory is used to cache it. 3. The more complex the query of the view is, the longer it will take to cache Data Compression Examples The size and complexity of your data set will determine the amount of memory is required to load the data into memory. The following example is used to highlight just how much variation can exist. For example a simple view with multiple repetition can be significantly more compressed than a view with low repetition and a large amount of unstructured data. Rows View Query Data RAM 36,000,000 Simple Repetitive Structured 1 GB 4,000,000 Complex Unique Unstructured 10 GB 6 Copyright Yellowfin International 2010

Server Requirements The In-Memory database is written in Java and is cross-platform, this means that it will run on any Java enabled platform. It will make use of the memory allocated to Java. Yellowfin will support both 32-bit and 64-bit servers. However, for large databases it is assumed you will need a 64bit system to address RAM above 4GB. The following minimum server requirements are recommended. Requirement Specification Processor 2GHz or faster RAM Min 2 Gb Operating System Windows 2000 or later Linux (Red Hat Enterprise Linux or SUSE Linux Enterprise Server recommended) Solaris 7 or later Mac OS X Java JSE 1.5 later 7 Copyright Yellowfin International 2010

Performance testing & results A critical step in the planning of your Yellowfin deployment is estimating the capacity requirements. This task approximates the initial computing resources needed to meet delivery objectives and service level agreements. Capacity estimation can be achieved through either an informal or a structured approach and should include consideration of the key activities undertaken by users. Since there is so much variation in the possible sizing of your in-memory database we highly recommend a structured performance testing phase. The following elements should be considered. 1. Test the time taken to initially cache the view. This information will help you to determine the appropriate way to maintain data in the in-memory database such as refresh schedule times and incremental load versus full load. Incremental loads mean less work for the system Choosing to refresh overnight if the initial load is time consuming can mean better performance during the day 2. Time taken to run reports will help you decide whether to cache report results as well as the view If the reports are going to be run regularly and the queries are complex it may be worth caching the results as well as the view. 3. How many concurrent users will be accessing the in-memory database. The more users you have running more complex queries the greater the amount of memory required will be. 8 Copyright Yellowfin International 2010