Optimizing the Performance of Your Longview Application

Size: px
Start display at page:

Download "Optimizing the Performance of Your Longview Application"

Transcription

1 Optimizing the Performance of Your Longview Application François Lalonde, Director Application Support May 15, 2013

2 Disclaimer This presentation is provided to you solely for information purposes, is not a commitment to deliver any material, code, or functionality, and should not be relied upon in making purchasing decisions. Many factors can materially affect Longview's product development plans and the nature and timing of future product releases. The development, release, and timing of any features or functionality described remains at the sole discretion of Longview. This information may not be incorporated into any contractual agreement with Longview or affiliates. Despite the continued efforts of Longview, its suppliers, and/or sponsors to ensure that the information in this document is as complete and up-to-date as possible, Longview, its suppliers, and/or sponsors cannot warrant the correctness and/or completeness and/or specific applicability of the published and/or requested information in this document. Longview, its suppliers, and/or sponsors shall not be liable for any direct, indirect, incidental, special or consequential damages, lost profits or for business interruption arising out of the use of this document. The extraction and use of information from this document remains at all times completely within the user s own risk. No part of this document may be reproduced, published and/or transmitted in any form or in any way, electronically, in print, in photocopy, on microfilm or by any other means, without the prior written consent of Longview, its suppliers, and/or sponsors. Exact International Development B.V., All rights reserved. All trademarks mentioned herein belong to their respective owners. 2

3 Agenda Session Overview Khalix / Longview 7 Architecture Review Design Considerations When Upgrading to Longview 7 Khalix / Longview 7 Performance Areas Longview 7 Performance Improvements Longview 7 Optimization Methodology Optimization Tools and Features in Longview 7 Other Optimization Considerations Q&A 3

4 Architecture Khalix (V3) 4

5 Architecture Longview (up to 7.1) 5

6 Architecture Longview 7.1 Update 3 Dashboard Application Server Smart Client Web Server Database Repository Clients Web Services Data Servers Data Server Repository Application Framework Web Services SharePoint Web Part & BCS/ECT 6

7 Khalix / Longview 7 Architecture Understanding the Khalix / Longview 7 architecture What makes it so unique? Khalix / Longview 7 is a solution comprised of an intelligent dataset that is highly configurable Data structure is truly dimensional, n_d1 x n_d2 x n_d3 x n_d[n] Symbols, hierarchies, structures are defined by customer Data server has accounting intelligence» Rollups such as +, -, Carry Forward» Foreign Exchange, Intercompany, Journal Entries Khalix / Longview 7 clients and interfaces make the other half of the solution Complex business functionality (models, procedures, services) Application Framework (Modeling node before Longview 7.1.1) Configuration is tied directly to the business processes and requirements 7

8 Khalix / Longview 7 Architecture Understanding the Khalix / Longview 7 architecture What makes it so unique also makes it challenging Solution is tailored to business processes and requirements Very unique for every customer Data structures are created and maintained by Business Team IT impact is not always considered when making design choices Dimensional nature of the dataset impacted by structural changes Business process and technical processes can conflict after major structural changes e.g. Restatement times 8

9 Khalix / Longview 7 Architecture Extended scalability in Longview 7 Item Description Khalix Longview 7 # of Dimensions 8 16 # of symbols per dimension 32, ,000 Symbol name length 10 char 31 char Symbol / dimension / attribute naming convention Leading alpha, no specials No leading alpha,. (period) and _ (underscore) are valid String length e.g. comments 100 characters 4,000 characters 9

10 Khalix / Longview 7 Architecture Khalix / Longview 7 Dataset Size & Structures Not one factor is directly related, but rather a combination Number of symbols is not the only telling factor Number of parent symbols is a factor Number of parent-child relationships (e.g. alternate hierarchies, depth of hierarchies) is a factor Data density definitely is a factor (e.g. allocation processes) Server rules and accounting logic used Practically impossible to predict size 10

11 Design Considerations Longview 7 considerations Conversion from Khalix to Longview 7 Made easier with Khalix clients brought forward Longview 7 offers unprecedented analysis opportunities Increased number of dimensions (up to 16) Increased number of symbols per dimension (up to 256,000) Increased limit for NDD patterns Hierarchy synchronization and many more features Application Server demand may be larger Tied to configuration based on business requirements and Longview 7 functionality used 11

12 Design Considerations Longview 7 considerations What are the performance implications of using the extended symbol and dimension limits? Design stage is the best time to take Longview 7 architecture and tuning features into consideration Adding more Accounts or Time periods would relatively expand dataset Adding parents in new, outer dimension could exponentially expand dataset Without advanced optimization tools and features the dataset could be almost impossible to manage Recent test with seven dimension application: With Virtual Symbols: 9.2 billion UPN records» Restatement Time: 4 h 25 m Without Virtual Symbols: 1.9 trillion UPN records» Restatement Time: 93 h 30 m*» * there was no write phase (special binaries) 2,000 1,000 0 UPN Records (in billions) No Virtual Symbols Virtual Symbols 12

13 Design Considerations Longview 7 considerations It may be necessary to reassess the hardware if: The number of dimensions, symbols and hierarchies change Logic used changes (e.g. server rules, accounting logic, etc.) The number of users changes How Application Framework logic will be used in Longview 7 13

14 Khalix / Longview 7 Performance Areas Application Performance Performance related to four main areas Query times are typically longer with larger datasets Submission times based on number of resulting derived records Restatement time tied to number of derived records, functionality used and server rules Longview Application Framework processing Dataset size directly impacts performance of application Size of tables affect RDBMS performance Size directly impacts server load (CPU, RAM) 14

15 Khalix / Longview 7 Performance Areas Restatement / Partition Recalculation Batch process completely recalculates all derived data Hierarchies, rollups, server rules used to reproduce the derived data based on source data records Main restatement consists of two phases: Math Phase Math servers split up work based on hash value to calculate derived data Data stored into temporary files Math phase is very CPU intensive, benefits from speed and quantity of processors Write Phase Gathers and sorts temporary files into load files for loading into the RDBMS or into data cache files Disk I/O intensive, data throughput is a major factor Additional phases if elimination and / or journal entry logic is used A partition recalculation is a recalculation of a subset of the database as defined by the Khalix / Longview 7 partitioning setup 15

16 Khalix / Longview 7 Performance Areas Application Framework for server side modeling Features in Khalix Calculates data in n-dimensions Triggers calculations based on submission events (i.e. event triggers) Trigger calculations in input templates Trigger processes via web links Work performed on the Application Server Utilize one CPU on the Application Server per AF process CPU utilization can be up to 100% Additional features in Longview 7 Calculates data in n-dimensions n-dimensionally Import or export data via bridges with mapping tables Hierarchy synchronization 16

17 Khalix / Longview 7 Performance Areas Comparing the performance of Khalix to Longview 7 All things being equal : Upgrade with the same number of dimensions, symbols, logic used, server rules used, etc. Restatement performance is better in Longview 7 Query performance is better in Longview 7 Submission performance is comparable Application Framework performance is improved in Longview 7 17

18 Longview 7 Performance Improvements 18

19 Longview 7 Optimization Methodology The keys to successful performance optimization are: Determining what the performance issues are and where they are occurring Defining clear and specific performance objectives Tracking of measurable performance elements How performance tuning is done is as important as what is done Use of a methodical, repeatable and comprehensive tuning approach Understanding the factors that impact performance Understanding the measures that can be used to modify performance 19

20 Longview 7 Optimization Methodology Define clear and specific performance objectives Select benchmarks Benchmarks must be representative of how the users utilize the Longview application Benchmarks must be comprehensive, covering all aspects of the Longview application Benchmarks must be simple, substantial and unique Client-side versus Server-side processing Include well-performing processes as well Select timing measurements Longview monitor file (lv_dataserver.log) information Query statistics (in lv_dataserver.log file) Longview Desktop commands: History On / Off, Timerrun, Timerstart / Timerstop Database Audittrail command Batch information Stopwatch 20

21 Optimization Tools and Features Areas of Tuning & Optimization Application design Longview 7 performance features RDBMS Hardware Operating System Hardware Processors Memory Disk subsystem Network Virtual Environments Application Design (dimensions, hierarchies, rollup rules, virtual symbols, application/custom code, etc) Tuning Features (partitioning, miscellaneous server configuration parameters, etc) RDBMS (indexes, tablespace layout, etc) Operating System (CPUs, memory, I/O, etc) Diminishing Returns 21

22 Optimization Tools and Features Several general measures can improve the overall performance of Longview 7 Remove unnecessary hierarchy rollups Use the Longview Export / Import functionality to optimize the database Limit the use of alternate hierarchies Limit the scope of PAC / YTD functionality Optimize the use of server rules Use event triggers and / or query rules instead of server rules when possible 22

23 Optimization Tools and Features Managing the dataset size Longview 7 design (i.e. the business design) is where good performance starts Consider the design, consider the business process Configuration features can dramatically affect performance Four main optimization tools: Virtual parent symbols Longview 7 partitioning Longview 7 data cache functionality Optimized configuration parameter settings (in lvsrvr.cfg file) Additional optimization tools: Grid restatement Non-standard data table index order Rollup Rules 23

24 Optimization Tools and Features Virtual Parent Symbols Overview Parent data is only calculated dynamically when required for a query, not during a restatement, nor during dynamic submissions Reduced restatement time and data submission time If configured correctly, maintain or improve query performance Allow for greater partitioning flexibility Important feature for controlling potential data growth with use of more dimensions and symbols in Longview 7 Considerations Too many virtual parents can cause poor query times Virtual symbols should be set by applying changes incrementally, using a methodical approach to gauge the impact of changes 24

25 Optimization Tools and Features Virtual Parent Symbols Strategies Set to virtual parents in entire dimensions where parents and leaf symbols are most often queried together (e.g. ACCOUNTS and TIMEPER) Set to virtual parent symbols in alternate rollups Set to virtual parent symbols used infrequently in reports / queries or used by only a few users Use a layered virtual parent strategy (e.g. set virtual parents in alternating hierarchy levels) Set to virtual parent symbols with three or less children, in the bottom levels of hierarchies With best available hardware and with optimized hardware setup, an aggressive virtual parent strategy can be used 25

26 Optimization Tools and Features Longview Partitioning Overview Distribution of data across multiple tables and Longview data cache files in a way that is meaningful to the application level (i.e. logical partitioning, not to be confused with RDBMS partitioning) Typically results in better read and write concurrency Provides the ability to run recalculations for specific partitions, allowing users to continue using partitions not impacted by the recalculation With the increased number of dimensions in Longview 7, partitioning at a more granular level can be an effective way of managing the potential data growth 26

27 Optimization Tools and Features Longview Partitioning Strategies Separate hierarchies based on the type of data they contain (e.g. time periods, versions, etc.) Separate hierarchies so that data is evenly distributed between multiple tables and Longview data cache files, to improve read and write concurrency Separate hierarchies based on user activity, to allow for partition recalculations and better application concurrency Example: Partitioning the TIMEPER dimension across category years (e.g. Actuals 2009, 2010, 2011, etc.) 27

28 Optimization Tools and Features Longview Partitioning Example Using the time period split example The TIMEPER dimension could be partitioned by calendar year (e.g. 2010, 2011, etc.) The CATEGORIES dimension could be partitioned by category (e.g. Actuals, Budget,etc.) The MEASURES dimension could be partitioned by measures (e.g. YTD, MTD, etc.) 28

29 Optimization Tools and Features Longview Data Cache Functionality Overview All data calculated by a restatement or partition recalculation is stored in binary files on the Application Server instead of in database tables Primary benefit is optimized disk space usage Usually improves restatement and query times Source / leaf data and metadata are always stored in the database tables Data calculated dynamically during the period between restatements or partition recalculations is stored in the database tables Queries to retrieve calculated data are performed against both the data cache files and the database tables and the results are merged before returning the rows to the client application 29

30 Optimization Tools and Features Longview Data Cache Functionality Considerations Too much data stored in the database tables when Longview data cache files are used may result in slower queries if the Longview 7 servers have to spend a significant amount of time merging data from the database tables with the data stored in the data cache files Restatements or partition recalculations should be performed as frequently as required to ensure the Longview data cache files are up-to-date 30

31 Optimization Tools and Features Restatement optimization Optimization options Balance the Math Phase Optimize the MATH_POOL, MATH_SERVER_RAM, RECALC_HASH_DIMENSION and RECALC_HASH_VALUE settings in the lvsrvr.cfg configuration file Virtual parent strategy Longview partitioning Hardware Processors (quantity and speed) Memory Disk subsystem Grid restatement options Longview 7 grid implementation DataSynapse grid implementation 31

32 Optimization Tools and Features Longview Server Parameters Configuration COMPRESS_TEMP_FILES When the temporary file compression logic is enabled, the temporary files generated by the restatement are compressed to minimize disk storage requirements, resulting in a slight performance impact on the Math and Write phases of the restatement Set to FALSE for best performance RECALC_HASH_DIMENSION Sets the dimension used to calculate data during the restatement With the default value of AUTO, the restatement uses the dimension with the largest number of symbols In the majority of applications, AUTO is the best setting If the restatement Math phase is unbalanced, explicitly set to a dimension with better data distribution Can help reduce file overlap during the Write phase 32

33 Optimization Tools and Features Longview Server Parameters Configuration RECALC_HASH_VALUE Determines how the leaf data is divided (hashed) for distribution to the Longview math servers during a restatement An optimal setting helps balance the Math phase of the restatement If leaf partitioning is not used, setting to a value between 72 and 96 typically provides best results If leaf partitioning is used, setting to a value between 16 and 24 typically provides best results MATH_SERVER_RAM Sets the maximum amount of physical memory each math server can use, in kilobytes Can help balance the Math phase of the restatement and helps reduce file overlap during the Write phase Setting to a value of (256 MB) typically provides best results 33

34 Optimization Tools and Features Longview Server Parameters Configuration WRITER_ASYNC_IO and WRITER_SERVER_RAM WRITER_ASYNC_IO specifies whether to use asynchronous writes during the Write phase Set WRITER_ASYNC_IO to TRUE for best performance WRITER_SERVER_RAM specifies the amount of memory (in kilobytes) reserved in the KSA for the writers when the WRITER_ASYNC_IO functionality is used Set WRITER_SERVER_RAM to a value between (200 MB) and (256 MB) for best performance Only available for Khalix / Longview running in a Windows environment MATH_POOL Sets the number of math servers available to process jobs in the math queue For best performance, set MATH_POOL to a value equal to the number of CPUs / cores available on the Application server 34

35 Optimization Tools and Features Longview Server Parameters Configuration WRITER_POOL Sets the number of writers available to process jobs in the writer queue If Longview partitioning is not used, set to 4 If Longview partitioning is used, set to a value between 6 and 10 for best performance AGENT_POOL Determines the number of agents available to handle connection requests from the various non-web Longview clients A value of 0 disables the agent pooling logic; this is not recommended For best results, set to a value representing one agent for every four expected concurrent users; for example, if 100 concurrent users are expected, set to 25 35

36 Optimization Tools and Features Longview Server Parameters Configuration WEB_AGENT_POOL Determines the number of Web agents available to handle user connection requests via the Internet/Intranet A value of 0 disables the Longview Web functionality For best results, set to a value representing one agent for every 10 expected concurrent users; for example, if 100 concurrent users are expected, set to 10 SUBMISSION_POOL Sets the number of submission servers available to process source / leaf data submissions If leaf partitioning is not used, set to 2 If leaf partitioning is used, set to a value between 2 and 6 for best results GATHER_ORACLE_STATISTICS If the RDBMS is Oracle, set to TRUE With this parameter set to TRUE, Oracle statistics are gathered on the temporary tables created by the Longview servers at server startup 36

37 Other Optimization Considerations RDBMS considerations Compared to Longview 7 optimization features, RDBMS tuning typically provides diminishing performance returns Ensure optimal setup of database (e.g. tables, indexes, etc.) Ensure database statistics are current Disk I/O optimization is key Use RDBMS performance monitoring tools to monitor Disaster / Recovery strategy may impact performance 37

38 Other Optimization Considerations Hardware considerations Processors Quantity and speed directly impact restatement times Also impact submission math and virtual parent processing Intel and AMD platforms currently have the advantage with regards to restatement times Disk arrangement Type of disks (e.g. internal, SAN, SAS, etc.) / RAID levels can affect Longview 7 performance: Can have significant impact on dynamic submission times Can have significant impact on restatement times Data Server setup one tier versus two tier Dependent on each situation, such as concurrency, server location, connection between servers One is not necessarily better than the other 38

39 Other Optimization Considerations Virtual Environments Longview 7 considerations Longview 7 is highly configurable and potentially complex, depending on how it is implemented; the more complex it is, the more it benefits from having the fastest resources available to it With expanded dimension and symbol limits, Longview 7 datasets may require an aggressive virtual parent strategy, therefore the Data Server will require optimal processing and disk performance Internal testing and customer observations have shown that restatement and other Longview 7 performance can be materially affected when running within a virtual environment 39

40 Other Optimization Considerations Virtual Environments Virtual environment considerations In our experience with internal testing and with observations at our customers, disk I/O has been observed to be as much or more of a bottleneck than virtual processors in a virtual environment Most customers have VM software that limits to 4 virtual processors During day-to-day monitoring Longview 7 can sometimes appear to be using few resources however in peak times having full access and use of machine resources is critical Over-allocation of processors at the host level is not recommended for virtual machines running Longview 7 Performance issues are more difficult to trace because the root cause can be invisible to application monitoring Monitoring resources utilization at the host level is important 40

41 Thank You! Questions?

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

Oracle Primavera P6 Enterprise Project Portfolio Management Performance and Sizing Guide. An Oracle White Paper October 2010 Oracle Primavera P6 Enterprise Project Portfolio Management Performance and Sizing Guide An Oracle White Paper October 2010 Disclaimer The following is intended to outline our general product direction.

More information

Running a Workflow on a PowerCenter Grid

Running a Workflow on a PowerCenter Grid Running a Workflow on a PowerCenter Grid 2010-2014 Informatica Corporation. No part of this document may be reproduced or transmitted in any form, by any means (electronic, photocopying, recording or otherwise)

More information

An Oracle White Paper July 2011. Oracle Primavera Contract Management, Business Intelligence Publisher Edition-Sizing Guide

An Oracle White Paper July 2011. Oracle Primavera Contract Management, Business Intelligence Publisher Edition-Sizing Guide Oracle Primavera Contract Management, Business Intelligence Publisher Edition-Sizing Guide An Oracle White Paper July 2011 1 Disclaimer The following is intended to outline our general product direction.

More information

An Oracle White Paper May 2011. Exadata Smart Flash Cache and the Oracle Exadata Database Machine

An Oracle White Paper May 2011. Exadata Smart Flash Cache and the Oracle Exadata Database Machine An Oracle White Paper May 2011 Exadata Smart Flash Cache and the Oracle Exadata Database Machine Exadata Smart Flash Cache... 2 Oracle Database 11g: The First Flash Optimized Database... 2 Exadata Smart

More information

Database Server Configuration Best Practices for Aras Innovator 10

Database Server Configuration Best Practices for Aras Innovator 10 Database Server Configuration Best Practices for Aras Innovator 10 Aras Innovator 10 Running on SQL Server 2012 Enterprise Edition Contents Executive Summary... 1 Introduction... 2 Overview... 2 Aras Innovator

More information

Technical Paper. Moving SAS Applications from a Physical to a Virtual VMware Environment

Technical Paper. Moving SAS Applications from a Physical to a Virtual VMware Environment Technical Paper Moving SAS Applications from a Physical to a Virtual VMware Environment Release Information Content Version: April 2015. Trademarks and Patents SAS Institute Inc., SAS Campus Drive, Cary,

More information

The Methodology Behind the Dell SQL Server Advisor Tool

The Methodology Behind the Dell SQL Server Advisor Tool The Methodology Behind the Dell SQL Server Advisor Tool Database Solutions Engineering By Phani MV Dell Product Group October 2009 Executive Summary The Dell SQL Server Advisor is intended to perform capacity

More information

An Oracle White Paper June 2012. High Performance Connectors for Load and Access of Data from Hadoop to Oracle Database

An Oracle White Paper June 2012. High Performance Connectors for Load and Access of Data from Hadoop to Oracle Database An Oracle White Paper June 2012 High Performance Connectors for Load and Access of Data from Hadoop to Oracle Database Executive Overview... 1 Introduction... 1 Oracle Loader for Hadoop... 2 Oracle Direct

More information

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

Tips and Tricks for Using Oracle TimesTen In-Memory Database in the Application Tier Tips and Tricks for Using Oracle TimesTen In-Memory Database in the Application Tier Simon Law TimesTen Product Manager, Oracle Meet The Experts: Andy Yao TimesTen Product Manager, Oracle Gagan Singh Senior

More information

StreamServe Persuasion SP5 Microsoft SQL Server

StreamServe Persuasion SP5 Microsoft SQL Server StreamServe Persuasion SP5 Microsoft SQL Server Database Guidelines Rev A StreamServe Persuasion SP5 Microsoft SQL Server Database Guidelines Rev A 2001-2011 STREAMSERVE, INC. ALL RIGHTS RESERVED United

More information

Dell One Identity Manager Scalability and Performance

Dell One Identity Manager Scalability and Performance Dell One Identity Manager Scalability and Performance Scale up and out to ensure simple, effective governance for users. Abstract For years, organizations have had to be able to support user communities

More information

Agenda. Enterprise Application Performance Factors. Current form of Enterprise Applications. Factors to Application Performance.

Agenda. Enterprise Application Performance Factors. Current form of Enterprise Applications. Factors to Application Performance. Agenda Enterprise Performance Factors Overall Enterprise Performance Factors Best Practice for generic Enterprise Best Practice for 3-tiers Enterprise Hardware Load Balancer Basic Unix Tuning Performance

More information

The Shortcut Guide to Balancing Storage Costs and Performance with Hybrid Storage

The Shortcut Guide to Balancing Storage Costs and Performance with Hybrid Storage The Shortcut Guide to Balancing Storage Costs and Performance with Hybrid Storage sponsored by Dan Sullivan Chapter 1: Advantages of Hybrid Storage... 1 Overview of Flash Deployment in Hybrid Storage Systems...

More information

Longview 7 - Technical Overview. Dhananjay Joshi (DJ), Director Product Marketing Longview Solutions

Longview 7 - Technical Overview. Dhananjay Joshi (DJ), Director Product Marketing Longview Solutions Longview 7 - Technical Overview Dhananjay Joshi (DJ), Director Product Marketing Longview Solutions Disclaimer This presentation is provided to you solely for information purposes, is not a commitment

More information

http://support.oracle.com/

http://support.oracle.com/ Oracle Primavera Contract Management 14.0 Sizing Guide October 2012 Legal Notices Oracle Primavera Oracle Primavera Contract Management 14.0 Sizing Guide Copyright 1997, 2012, Oracle and/or its affiliates.

More information

Performance In the Cloud. White paper

Performance In the Cloud. White paper Hardware vs. Amazon EC2 Cloud Performance In the Cloud White paper September, 2009 Ron Warshawsky Eugene Skobel Copyright 2009 Enteros, Inc. All rights reserved. No part of this publication may be reproduced,

More information

Contents Introduction... 5 Deployment Considerations... 9 Deployment Architectures... 11

Contents Introduction... 5 Deployment Considerations... 9 Deployment Architectures... 11 Oracle Primavera Contract Management 14.1 Sizing Guide July 2014 Contents Introduction... 5 Contract Management Database Server... 5 Requirements of the Contract Management Web and Application Servers...

More information

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

Enterprise Performance Tuning: Best Practices with SQL Server 2008 Analysis Services. By Ajay Goyal Consultant Scalability Experts, Inc. Enterprise Performance Tuning: Best Practices with SQL Server 2008 Analysis Services By Ajay Goyal Consultant Scalability Experts, Inc. June 2009 Recommendations presented in this document should be thoroughly

More information

An Oracle White Paper November 2010. Oracle Real Application Clusters One Node: The Always On Single-Instance Database

An Oracle White Paper November 2010. Oracle Real Application Clusters One Node: The Always On Single-Instance Database An Oracle White Paper November 2010 Oracle Real Application Clusters One Node: The Always On Single-Instance Database Executive Summary... 1 Oracle Real Application Clusters One Node Overview... 1 Always

More information

Top 10 Performance Tips for OBI-EE

Top 10 Performance Tips for OBI-EE Top 10 Performance Tips for OBI-EE Narasimha Rao Madhuvarsu L V Bharath Terala October 2011 Apps Associates LLC Boston New York Atlanta Germany India Premier IT Professional Service and Solution Provider

More information

INCREASING EFFICIENCY WITH EASY AND COMPREHENSIVE STORAGE MANAGEMENT

INCREASING EFFICIENCY WITH EASY AND COMPREHENSIVE STORAGE MANAGEMENT INCREASING EFFICIENCY WITH EASY AND COMPREHENSIVE STORAGE MANAGEMENT UNPRECEDENTED OBSERVABILITY, COST-SAVING PERFORMANCE ACCELERATION, AND SUPERIOR DATA PROTECTION KEY FEATURES Unprecedented observability

More information

Maximum Availability Architecture

Maximum Availability Architecture Oracle Data Guard: Disaster Recovery for Sun Oracle Database Machine Oracle Maximum Availability Architecture White Paper April 2010 Maximum Availability Architecture Oracle Best Practices For High Availability

More information

Innovative technology for big data analytics

Innovative technology for big data analytics Technical white paper Innovative technology for big data analytics The HP Vertica Analytics Platform database provides price/performance, scalability, availability, and ease of administration Table of

More information

Exceptions to the Rule: Essbase Design Principles That Don t Always Apply

Exceptions to the Rule: Essbase Design Principles That Don t Always Apply Exceptions to the Rule: Essbase Design Principles That Don t Always Apply Edward Roske, CEO Oracle ACE Director info@interrel.com BLOG: LookSmarter.blogspot.com WEBSITE: www.interrel.com TWITTER: Eroske

More information

Virtualization and the U2 Databases

Virtualization and the U2 Databases Virtualization and the U2 Databases Brian Kupzyk Senior Technical Support Engineer for Rocket U2 Nik Kesic Lead Technical Support for Rocket U2 Opening Procedure Orange arrow allows you to manipulate the

More information

DIABLO TECHNOLOGIES MEMORY CHANNEL STORAGE AND VMWARE VIRTUAL SAN : VDI ACCELERATION

DIABLO TECHNOLOGIES MEMORY CHANNEL STORAGE AND VMWARE VIRTUAL SAN : VDI ACCELERATION DIABLO TECHNOLOGIES MEMORY CHANNEL STORAGE AND VMWARE VIRTUAL SAN : VDI ACCELERATION A DIABLO WHITE PAPER AUGUST 2014 Ricky Trigalo Director of Business Development Virtualization, Diablo Technologies

More information

Infor Web UI Sizing and Deployment for a Thin Client Solution

Infor Web UI Sizing and Deployment for a Thin Client Solution Infor Web UI Sizing and Deployment for a Thin Client Solution Copyright 2012 Infor Important Notices The material contained in this publication (including any supplementary information) constitutes and

More information

Analysis of VDI Storage Performance During Bootstorm

Analysis of VDI Storage Performance During Bootstorm Analysis of VDI Storage Performance During Bootstorm Introduction Virtual desktops are gaining popularity as a more cost effective and more easily serviceable solution. The most resource-dependent process

More information

DB Audit Expert 3.1. Performance Auditing Add-on Version 1.1 for Microsoft SQL Server 2000 & 2005

DB Audit Expert 3.1. Performance Auditing Add-on Version 1.1 for Microsoft SQL Server 2000 & 2005 DB Audit Expert 3.1 Performance Auditing Add-on Version 1.1 for Microsoft SQL Server 2000 & 2005 Supported database systems: Microsoft SQL Server 2000 Microsoft SQL Server 2005 Copyright SoftTree Technologies,

More information

An Oracle White Paper October 2011. BI Publisher 11g Scheduling & Apache ActiveMQ as JMS Provider

An Oracle White Paper October 2011. BI Publisher 11g Scheduling & Apache ActiveMQ as JMS Provider An Oracle White Paper October 2011 BI Publisher 11g Scheduling & Apache ActiveMQ as JMS Provider Disclaimer The following is intended to outline our general product direction. It is intended for information

More information

Oracle Database Scalability in VMware ESX VMware ESX 3.5

Oracle Database Scalability in VMware ESX VMware ESX 3.5 Performance Study Oracle Database Scalability in VMware ESX VMware ESX 3.5 Database applications running on individual physical servers represent a large consolidation opportunity. However enterprises

More information

DELL s Oracle Database Advisor

DELL s Oracle Database Advisor DELL s Oracle Database Advisor Underlying Methodology A Dell Technical White Paper Database Solutions Engineering By Roger Lopez Phani MV Dell Product Group January 2010 THIS WHITE PAPER IS FOR INFORMATIONAL

More information

SAN Conceptual and Design Basics

SAN Conceptual and Design Basics TECHNICAL NOTE VMware Infrastructure 3 SAN Conceptual and Design Basics VMware ESX Server can be used in conjunction with a SAN (storage area network), a specialized high speed network that connects computer

More information

SQL Server 2012 Performance White Paper

SQL Server 2012 Performance White Paper Published: April 2012 Applies to: SQL Server 2012 Copyright The information contained in this document represents the current view of Microsoft Corporation on the issues discussed as of the date of publication.

More information

Tuning Tableau Server for High Performance

Tuning Tableau Server for High Performance Tuning Tableau Server for High Performance I wanna go fast PRESENT ED BY Francois Ajenstat Alan Doerhoefer Daniel Meyer Agenda What are the things that can impact performance? Tips and tricks to improve

More information

CA Nimsoft Monitor. Probe Guide for CPU, Disk and Memory. cdm v4.7 series

CA Nimsoft Monitor. Probe Guide for CPU, Disk and Memory. cdm v4.7 series CA Nimsoft Monitor Probe Guide for CPU, Disk and Memory cdm v4.7 series Legal Notices Copyright 2013, CA. All rights reserved. Warranty The material contained in this document is provided "as is," and

More information

VirtualCenter Database Performance for Microsoft SQL Server 2005 VirtualCenter 2.5

VirtualCenter Database Performance for Microsoft SQL Server 2005 VirtualCenter 2.5 Performance Study VirtualCenter Database Performance for Microsoft SQL Server 2005 VirtualCenter 2.5 VMware VirtualCenter uses a database to store metadata on the state of a VMware Infrastructure environment.

More information

Microsoft Dynamics NAV 2013 R2 Sizing Guidelines for On-Premises Single Tenant Deployments

Microsoft Dynamics NAV 2013 R2 Sizing Guidelines for On-Premises Single Tenant Deployments Microsoft Dynamics NAV 2013 R2 Sizing Guidelines for On-Premises Single Tenant Deployments July 2014 White Paper Page 1 Contents 3 Sizing Recommendations Summary 3 Workloads used in the tests 3 Transactional

More information

HYPERION SYSTEM 9 N-TIER INSTALLATION GUIDE MASTER DATA MANAGEMENT RELEASE 9.2

HYPERION SYSTEM 9 N-TIER INSTALLATION GUIDE MASTER DATA MANAGEMENT RELEASE 9.2 HYPERION SYSTEM 9 MASTER DATA MANAGEMENT RELEASE 9.2 N-TIER INSTALLATION GUIDE P/N: DM90192000 Copyright 2005-2006 Hyperion Solutions Corporation. All rights reserved. Hyperion, the Hyperion logo, and

More information

Distribution One Server Requirements

Distribution One Server Requirements Distribution One Server Requirements Introduction Welcome to the Hardware Configuration Guide. The goal of this guide is to provide a practical approach to sizing your Distribution One application and

More information

Evaluation of Enterprise Data Protection using SEP Software

Evaluation of Enterprise Data Protection using SEP Software Test Validation Test Validation - SEP sesam Enterprise Backup Software Evaluation of Enterprise Data Protection using SEP Software Author:... Enabling you to make the best technology decisions Backup &

More information

Hardware Sizing and Bandwidth Usage Guide. McAfee epolicy Orchestrator 4.6.0 Software

Hardware Sizing and Bandwidth Usage Guide. McAfee epolicy Orchestrator 4.6.0 Software Hardware Sizing and Bandwidth Usage Guide McAfee epolicy Orchestrator 4.6.0 Software COPYRIGHT Copyright 2011 McAfee, Inc. All Rights Reserved. No part of this publication may be reproduced, transmitted,

More information

Friends Asking Friends 2.94. New Features Guide

Friends Asking Friends 2.94. New Features Guide Friends Asking Friends 2.94 New Features Guide 8/10/2012 Friends Asking Friends 2.94 Friends Asking Friends US 2012 Blackbaud, Inc. This publication, or any part thereof, may not be reproduced or transmitted

More information

Oracle BI EE Implementation on Netezza. Prepared by SureShot Strategies, Inc.

Oracle BI EE Implementation on Netezza. Prepared by SureShot Strategies, Inc. Oracle BI EE Implementation on Netezza Prepared by SureShot Strategies, Inc. The goal of this paper is to give an insight to Netezza architecture and implementation experience to strategize Oracle BI EE

More information

Introduction 1 Performance on Hosted Server 1. Benchmarks 2. System Requirements 7 Load Balancing 7

Introduction 1 Performance on Hosted Server 1. Benchmarks 2. System Requirements 7 Load Balancing 7 Introduction 1 Performance on Hosted Server 1 Figure 1: Real World Performance 1 Benchmarks 2 System configuration used for benchmarks 2 Figure 2a: New tickets per minute on E5440 processors 3 Figure 2b:

More information

System Requirements Table of contents

System Requirements Table of contents Table of contents 1 Introduction... 2 2 Knoa Agent... 2 2.1 System Requirements...2 2.2 Environment Requirements...4 3 Knoa Server Architecture...4 3.1 Knoa Server Components... 4 3.2 Server Hardware Setup...5

More information

PEPPERDATA IN MULTI-TENANT ENVIRONMENTS

PEPPERDATA IN MULTI-TENANT ENVIRONMENTS ..................................... PEPPERDATA IN MULTI-TENANT ENVIRONMENTS technical whitepaper June 2015 SUMMARY OF WHAT S WRITTEN IN THIS DOCUMENT If you are short on time and don t want to read the

More information

SAS Grid Manager Testing and Benchmarking Best Practices for SAS Intelligence Platform

SAS Grid Manager Testing and Benchmarking Best Practices for SAS Intelligence Platform SAS Grid Manager Testing and Benchmarking Best Practices for SAS Intelligence Platform INTRODUCTION Grid computing offers optimization of applications that analyze enormous amounts of data as well as load

More information

SUN ORACLE EXADATA STORAGE SERVER

SUN ORACLE EXADATA STORAGE SERVER SUN ORACLE EXADATA STORAGE SERVER KEY FEATURES AND BENEFITS FEATURES 12 x 3.5 inch SAS or SATA disks 384 GB of Exadata Smart Flash Cache 2 Intel 2.53 Ghz quad-core processors 24 GB memory Dual InfiniBand

More information

Performance And Scalability In Oracle9i And SQL Server 2000

Performance And Scalability In Oracle9i And SQL Server 2000 Performance And Scalability In Oracle9i And SQL Server 2000 Presented By : Phathisile Sibanda Supervisor : John Ebden 1 Presentation Overview Project Objectives Motivation -Why performance & Scalability

More information

Tableau Server 7.0 scalability

Tableau Server 7.0 scalability Tableau Server 7.0 scalability February 2012 p2 Executive summary In January 2012, we performed scalability tests on Tableau Server to help our customers plan for large deployments. We tested three different

More information

Windows Server 2008 R2 Hyper-V Live Migration

Windows Server 2008 R2 Hyper-V Live Migration Windows Server 2008 R2 Hyper-V Live Migration White Paper Published: August 09 This is a preliminary document and may be changed substantially prior to final commercial release of the software described

More information

ORACLE INFRASTRUCTURE AS A SERVICE PRIVATE CLOUD WITH CAPACITY ON DEMAND

ORACLE INFRASTRUCTURE AS A SERVICE PRIVATE CLOUD WITH CAPACITY ON DEMAND ORACLE INFRASTRUCTURE AS A SERVICE PRIVATE CLOUD WITH CAPACITY ON DEMAND FEATURES AND FACTS FEATURES Hardware and hardware support for a monthly fee Optionally acquire Exadata Storage Server Software and

More information

Performance Characteristics of VMFS and RDM VMware ESX Server 3.0.1

Performance Characteristics of VMFS and RDM VMware ESX Server 3.0.1 Performance Study Performance Characteristics of and RDM VMware ESX Server 3.0.1 VMware ESX Server offers three choices for managing disk access in a virtual machine VMware Virtual Machine File System

More information

Centrata IT Management Suite 3.0

Centrata IT Management Suite 3.0 Centrata IT Management Suite 3.0 Technical Operating Environment April 9, 2004 Centrata Incorporated Copyright 2004 by Centrata Incorporated All rights reserved. April 9, 2004 Centrata IT Management Suite

More information

Virtual server management: Top tips on managing storage in virtual server environments

Virtual server management: Top tips on managing storage in virtual server environments Tutorial Virtual server management: Top tips on managing storage in virtual server environments Sponsored By: Top five tips for managing storage in a virtual server environment By Eric Siebert, Contributor

More information

IT CHANGE MANAGEMENT & THE ORACLE EXADATA DATABASE MACHINE

IT CHANGE MANAGEMENT & THE ORACLE EXADATA DATABASE MACHINE IT CHANGE MANAGEMENT & THE ORACLE EXADATA DATABASE MACHINE EXECUTIVE SUMMARY There are many views published by the IT analyst community about an emerging trend toward turn-key systems when deploying IT

More information

Oracle Endeca Server. Cluster Guide. Version 7.5.1.1 May 2013

Oracle Endeca Server. Cluster Guide. Version 7.5.1.1 May 2013 Oracle Endeca Server Cluster Guide Version 7.5.1.1 May 2013 Copyright and disclaimer Copyright 2003, 2013, Oracle and/or its affiliates. All rights reserved. Oracle and Java are registered trademarks of

More information

Fact Sheet In-Memory Analysis

Fact Sheet In-Memory Analysis 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

More information

Beyond Plateaux: Optimize SSAS via Best Practices

Beyond Plateaux: Optimize SSAS via Best Practices Beyond Plateaux: Optimize SSAS via Best Practices Bill Pearson Island Technologies Inc. wep3@islandtechnologies.com @Bill_Pearson Beyond Plateaux: Optimize SSAS via Best Practices Introduction and Overview

More information

Deployment Planning Guide

Deployment Planning Guide Deployment Planning Guide August 2011 Copyright: 2011, CCH, a Wolters Kluwer business. All rights reserved. Material in this publication may not be reproduced or transmitted in any form or by any means,

More information

SanDisk SSD Boot Storm Testing for Virtual Desktop Infrastructure (VDI)

SanDisk SSD Boot Storm Testing for Virtual Desktop Infrastructure (VDI) WHITE PAPER SanDisk SSD Boot Storm Testing for Virtual Desktop Infrastructure (VDI) August 214 951 SanDisk Drive, Milpitas, CA 9535 214 SanDIsk Corporation. All rights reserved www.sandisk.com 2 Table

More information

Oracle Hyperion Financial Management Virtualization Whitepaper

Oracle Hyperion Financial Management Virtualization Whitepaper Oracle Hyperion Financial Management Virtualization Whitepaper Oracle Hyperion Financial Management Virtualization Whitepaper TABLE OF CONTENTS Overview... 3 Benefits... 4 HFM Virtualization testing...

More information

Dell Enterprise Reporter 2.5. Configuration Manager User Guide

Dell Enterprise Reporter 2.5. Configuration Manager User Guide Dell Enterprise Reporter 2.5 2014 Dell Inc. ALL RIGHTS RESERVED. This guide contains proprietary information protected by copyright. The software described in this guide is furnished under a software license

More information

ProSystem fx Engagement. Deployment Planning Guide

ProSystem fx Engagement. Deployment Planning Guide ProSystem fx Engagement Deployment Planning Guide September 2011 Copyright: 2011, CCH, a Wolters Kluwer business. All rights reserved. Material in this publication may not be reproduced or transmitted

More information

How To Speed Up A Flash Flash Storage System With The Hyperq Memory Router

How To Speed Up A Flash Flash Storage System With The Hyperq Memory Router HyperQ Hybrid Flash Storage Made Easy White Paper Parsec Labs, LLC. 7101 Northland Circle North, Suite 105 Brooklyn Park, MN 55428 USA 1-763-219-8811 www.parseclabs.com info@parseclabs.com sales@parseclabs.com

More information

v7.1 Technical Specification

v7.1 Technical Specification v7.1 Technical Specification Copyright 2011 Sage Technologies Limited, publisher of this work. All rights reserved. No part of this documentation may be copied, photocopied, reproduced, translated, microfilmed,

More information

An Oracle White Paper March 2013. Oracle s Single Server Solution for VDI

An Oracle White Paper March 2013. Oracle s Single Server Solution for VDI An Oracle White Paper March 2013 Oracle s Single Server Solution for VDI Introduction The concept of running corporate desktops in virtual machines hosted on servers is a compelling proposition. In contrast

More information

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

Microsoft SQL Server 2008 R2 Enterprise Edition and Microsoft SharePoint Server 2010 Microsoft SQL Server 2008 R2 Enterprise Edition and Microsoft SharePoint Server 2010 Better Together Writer: Bill Baer, Technical Product Manager, SharePoint Product Group Technical Reviewers: Steve Peschka,

More information

Best Practices for Installing and Configuring the Hyper-V Role on the LSI CTS2600 Storage System for Windows 2008

Best Practices for Installing and Configuring the Hyper-V Role on the LSI CTS2600 Storage System for Windows 2008 Best Practices Best Practices for Installing and Configuring the Hyper-V Role on the LSI CTS2600 Storage System for Windows 2008 Installation and Configuration Guide 2010 LSI Corporation August 13, 2010

More information

Performance with the Oracle Database Cloud

Performance with the Oracle Database Cloud An Oracle White Paper September 2012 Performance with the Oracle Database Cloud Multi-tenant architectures and resource sharing 1 Table of Contents Overview... 3 Performance and the Cloud... 4 Performance

More information

Using Data Domain Storage with Symantec Enterprise Vault 8. White Paper. Michael McLaughlin Data Domain Technical Marketing

Using Data Domain Storage with Symantec Enterprise Vault 8. White Paper. Michael McLaughlin Data Domain Technical Marketing Using Data Domain Storage with Symantec Enterprise Vault 8 White Paper Michael McLaughlin Data Domain Technical Marketing Charles Arconi Cornerstone Technologies - Principal Consultant Data Domain, Inc.

More information

DB2 Database Layout and Configuration for SAP NetWeaver based Systems

DB2 Database Layout and Configuration for SAP NetWeaver based Systems IBM Software Group - IBM SAP DB2 Center of Excellence DB2 Database Layout and Configuration for SAP NetWeaver based Systems Helmut Tessarek DB2 Performance, IBM Toronto Lab IBM SAP DB2 Center of Excellence

More information

Performance Best Practices Guide for SAP NetWeaver Portal 7.3

Performance Best Practices Guide for SAP NetWeaver Portal 7.3 SAP NetWeaver Best Practices Guide Performance Best Practices Guide for SAP NetWeaver Portal 7.3 Applicable Releases: SAP NetWeaver 7.3 Document Version 1.0 June 2012 Copyright 2012 SAP AG. All rights

More information

Oracle Enterprise Manager 13c Cloud Control

Oracle Enterprise Manager 13c Cloud Control Oracle Enterprise Manager 13c Cloud Control ORACLE DIAGNOSTICS PACK FOR ORACLE DATABASE lace holder for now] Oracle Enterprise Manager is Oracle s integrated enterprise IT management product line, and

More information

HP ProLiant BL660c Gen9 and Microsoft SQL Server 2014 technical brief

HP ProLiant BL660c Gen9 and Microsoft SQL Server 2014 technical brief Technical white paper HP ProLiant BL660c Gen9 and Microsoft SQL Server 2014 technical brief Scale-up your Microsoft SQL Server environment to new heights Table of contents Executive summary... 2 Introduction...

More information

SQL Server Business Intelligence on HP ProLiant DL785 Server

SQL Server Business Intelligence on HP ProLiant DL785 Server SQL Server Business Intelligence on HP ProLiant DL785 Server By Ajay Goyal www.scalabilityexperts.com Mike Fitzner Hewlett Packard www.hp.com Recommendations presented in this document should be thoroughly

More information

SAP HANA - Main Memory Technology: A Challenge for Development of Business Applications. Jürgen Primsch, SAP AG July 2011

SAP HANA - Main Memory Technology: A Challenge for Development of Business Applications. Jürgen Primsch, SAP AG July 2011 SAP HANA - Main Memory Technology: A Challenge for Development of Business Applications Jürgen Primsch, SAP AG July 2011 Why In-Memory? Information at the Speed of Thought Imagine access to business data,

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

An Oracle White Paper July 2013. Accelerating Database Infrastructure Using Oracle Real Application Clusters 11g R2 and QLogic FabricCache Adapters

An Oracle White Paper July 2013. Accelerating Database Infrastructure Using Oracle Real Application Clusters 11g R2 and QLogic FabricCache Adapters An Oracle White Paper July 2013 Accelerating Database Infrastructure Using Oracle Real Application Clusters 11g R2 and QLogic FabricCache Adapters Executive Overview Thousands of companies world-wide use

More information

SQL Server 2012 Optimization, Performance Tuning and Troubleshooting

SQL Server 2012 Optimization, Performance Tuning and Troubleshooting 1 SQL Server 2012 Optimization, Performance Tuning and Troubleshooting 5 Days (SQ-OPT2012-301-EN) Description During this five-day intensive course, students will learn the internal architecture of SQL

More information

Big Data, Fast Processing Speeds Kevin McGowan SAS Solutions on Demand, Cary NC

Big Data, Fast Processing Speeds Kevin McGowan SAS Solutions on Demand, Cary NC Big Data, Fast Processing Speeds Kevin McGowan SAS Solutions on Demand, Cary NC ABSTRACT As data sets continue to grow, it is important for programs to be written very efficiently to make sure no time

More information

SAS 9.4 Intelligence Platform

SAS 9.4 Intelligence Platform SAS 9.4 Intelligence Platform Application Server Administration Guide SAS Documentation The correct bibliographic citation for this manual is as follows: SAS Institute Inc. 2013. SAS 9.4 Intelligence Platform:

More information

How System Settings Impact PCIe SSD Performance

How System Settings Impact PCIe SSD Performance How System Settings Impact PCIe SSD Performance Suzanne Ferreira R&D Engineer Micron Technology, Inc. July, 2012 As solid state drives (SSDs) continue to gain ground in the enterprise server and storage

More information

Veeam Cloud Connect. Version 8.0. Administrator Guide

Veeam Cloud Connect. Version 8.0. Administrator Guide Veeam Cloud Connect Version 8.0 Administrator Guide April, 2015 2015 Veeam Software. All rights reserved. All trademarks are the property of their respective owners. No part of this publication may be

More information

Identikey Server Performance and Deployment Guide 3.1

Identikey Server Performance and Deployment Guide 3.1 Identikey Server Performance and Deployment Guide 3.1 Disclaimer of Warranties and Limitations of Liabilities Disclaimer of Warranties and Limitations of Liabilities The Product is provided on an 'as is'

More information

MySQL and Virtualization Guide

MySQL and Virtualization Guide MySQL and Virtualization Guide Abstract This is the MySQL and Virtualization extract from the MySQL Reference Manual. For legal information, see the Legal Notices. For help with using MySQL, please visit

More information

Initial Hardware Estimation Guidelines. AgilePoint BPMS v5.0 SP1

Initial Hardware Estimation Guidelines. AgilePoint BPMS v5.0 SP1 Initial Hardware Estimation Guidelines Document Revision r5.2.3 November 2011 Contents 2 Contents Preface...3 Disclaimer of Warranty...3 Copyright...3 Trademarks...3 Government Rights Legend...3 Virus-free

More information

By the Citrix Publications Department. Citrix Systems, Inc.

By the Citrix Publications Department. Citrix Systems, Inc. Licensing: Planning Your Deployment By the Citrix Publications Department Citrix Systems, Inc. Notice The information in this publication is subject to change without notice. THIS PUBLICATION IS PROVIDED

More information

Cloud Based Application Architectures using Smart Computing

Cloud Based Application Architectures using Smart Computing Cloud Based Application Architectures using Smart Computing How to Use this Guide Joyent Smart Technology represents a sophisticated evolution in cloud computing infrastructure. Most cloud computing products

More information

An Oracle White Paper August 2011. Oracle VM 3: Server Pool Deployment Planning Considerations for Scalability and Availability

An Oracle White Paper August 2011. Oracle VM 3: Server Pool Deployment Planning Considerations for Scalability and Availability An Oracle White Paper August 2011 Oracle VM 3: Server Pool Deployment Planning Considerations for Scalability and Availability Note This whitepaper discusses a number of considerations to be made when

More information

The Journey to Cloud Computing: from experimentation to business reality

The Journey to Cloud Computing: from experimentation to business reality The Journey to Cloud Computing: from experimentation to business reality Judith Hurwitz, President Marcia Kaufman, COO Sponsored by IBM The Journey to Cloud Computing: from experimentation to business

More information

Oracle Real-Time Scheduler Benchmark

Oracle Real-Time Scheduler Benchmark An Oracle White Paper November 2012 Oracle Real-Time Scheduler Benchmark Demonstrates Superior Scalability for Large Service Organizations Introduction Large service organizations with greater than 5,000

More information

BROCADE PERFORMANCE MANAGEMENT SOLUTIONS

BROCADE PERFORMANCE MANAGEMENT SOLUTIONS Data Sheet BROCADE PERFORMANCE MANAGEMENT SOLUTIONS SOLUTIONS Managing and Optimizing the Performance of Mainframe Storage Environments HIGHLIGHTs Manage and optimize mainframe storage performance, while

More information

Implementation & Capacity Planning Specification

Implementation & Capacity Planning Specification White Paper Implementation & Capacity Planning Specification Release 7.1 October 2014 Yellowfin, and the Yellowfin logo are trademarks or registered trademarks of Yellowfin International Pty Ltd. All other

More information

Performance and scalability of a large OLTP workload

Performance and scalability of a large OLTP workload Performance and scalability of a large OLTP workload ii Performance and scalability of a large OLTP workload Contents Performance and scalability of a large OLTP workload with DB2 9 for System z on Linux..............

More information

TU04. Best practices for implementing a BI strategy with SAS Mike Vanderlinden, COMSYS IT Partners, Portage, MI

TU04. Best practices for implementing a BI strategy with SAS Mike Vanderlinden, COMSYS IT Partners, Portage, MI TU04 Best practices for implementing a BI strategy with SAS Mike Vanderlinden, COMSYS IT Partners, Portage, MI ABSTRACT Implementing a Business Intelligence strategy can be a daunting and challenging task.

More information

OLTP Meets Bigdata, Challenges, Options, and Future Saibabu Devabhaktuni

OLTP Meets Bigdata, Challenges, Options, and Future Saibabu Devabhaktuni OLTP Meets Bigdata, Challenges, Options, and Future Saibabu Devabhaktuni Agenda Database trends for the past 10 years Era of Big Data and Cloud Challenges and Options Upcoming database trends Q&A Scope

More information

QLIKVIEW ARCHITECTURE AND SYSTEM RESOURCE USAGE

QLIKVIEW ARCHITECTURE AND SYSTEM RESOURCE USAGE QLIKVIEW ARCHITECTURE AND SYSTEM RESOURCE USAGE QlikView Technical Brief April 2011 www.qlikview.com Introduction This technical brief covers an overview of the QlikView product components and architecture

More information