VERITAS Database Edition for Oracle on HP-UX 11i. Performance Report

Size: px
Start display at page:

Download "VERITAS Database Edition 2.1.2 for Oracle on HP-UX 11i. Performance Report"

Transcription

1 VERITAS Database Edition for Oracle on HP-UX 11i Performance Report V E R I T A S W H I T E P A P E R

2 Table of Contents Introduction About the Benchmark Test Configuration Overview and Analysis of Results Useful Tuning Tips Appendix A Appendix B

3 Introduction This document describes the performance of VERITAS Database Edition for Oracle as measured by an Online Transaction Processing (OLTP) workload. Typical OLTP systems involve processing simple to moderately complex transactions with multiple updates to the database. The benchmark used for this performance comparison was derived from the commonly known TPC-C benchmark. This document studies the impact of different memory and I/O configurations. This release of the Database Edition supports both 32-bit and 64-bit HP-UX 11i and Oracle to The Database Edition comprises the following components: VERITAS File System delivered through license for OnlineJFS Quick I/O Database Accelerator Storage Checkpoint and Storage Rollback VERITAS Volume Manager delivered through a license VxDBA utility VERITAS Quick I/O provides a raw device interface to regular files created under VERITAS File System. The advantages of using Quick I/O are as follows: Quick I/O bypasses the file system s buffering for reads and writes, thereby eliminating the double-buffering and double copying performance penalties. Quick I/O also results in less use of system memory, so more memory can be allocated to the database buffers. Quick I/O bypasses the file system s locking layer, eliminating the additional locking overhead associated with traditional file systems. Normally, the file system s locking mechanism maintains a single-writer-lock on files, which ensures that only one process writes to a file at a time to ensure data integrity. Because databases typically maintain their own locks at either row or page level, this is an unnecessary overhead that serializes write operations, slowing database performance. This overhead is eliminated when databases are built on VERITAS File Systems using Quick I/O. Quick I/O supports asynchronous I/O, which is inherently faster and more efficient than synchronous I/O in certain situations. Other than with Quick I/O, async I/O support is available only with raw devices. About the Benchmark The OLTP workload used for performance comparison was based on the industry-standard TPC-C benchmark from the Transaction Processing Council. The TPC-C benchmark is an established metric used to compare hardware and software platforms. This benchmark comprises a mixture of read-only and update-intensive transactions that simulate a warehouse supplier environment. (Details on this benchmark can be obtained from the Transaction Processing Council s Web page at However, the goal for this report was to compare the impact of the underlying Database I/O configuration and not to achieve the best possible numbers. Hence, these numbers are shown as a reference only. The size of the database used for the test was 50 GB, with a total of 63 Oracle datafiles, including redo logs, indexes, rollback segments and temporary and user tablespaces. The size of the database was that of a fully scaled TPC-C database with a scale factor of 200 warehouses. VERITAS Database Edition for Oracle on HP-UX 11i Page 1

4 Test Configuration Tests were run on a single N-Class HP9000 computer system. The N-Class was configured with four 440-MHz CPUs, 4 GB of system memory and a total of 38 disk drives. The 38 drives were composed of 30 fibre-channel drives and 8 LVD SCSI drives. Two of the LVD SCSI drives were internal, one being allocated as the system disk and the other allocated for Oracle and TPC-C executables. The six remaining LVD SCSI drives were designated to hold the TPC-C data backup. The fibre-channel drives were allocated to the TPC-C data. The 12 disks were spread across two fibre-channel controllers, six disks on each controller. The Oracle logs were striped across two fibre-channel drives on a separate controller from the data drives. Both raw and file-system tests were implemented on a 12-way striped volume. The Oracle redo logs were placed on a two-way striped volume on a separate controller. The Oracle executables and benchmark code resided on a separate LVM volume configured on the remaining internal disk. The following software releases were used in testing: Oracle (32-bit) HP-UX 11i VERITAS Database Edition for Oracle consisting of the following components: VERITAS Quick I/O (VRTSqio) VERITAS File System (OnlineJFS) VERITAS Volume Manager 3.1 for HP-UX 11i The following I/O configurations were tested: Raw I/O uses VERITAS Volume Manager raw volumes directly VERITAS File System Quick I/O uses Quick I/O feature of File System Buffered and direct I/O uses VERITAS File System HFS - HP Native File System Raw I/O traditionally delivers the best performance because no locking or buffering is performed in this mode. However, this configuration has a major shortcoming: managing databases built directly on raw volumes involves a significant load on system and database administrators. The vast array of tools that are available for monitoring and managing file systems cannot be used in this configuration, which may result in human errors from which it may be difficult to recover. Quick I/O allows regular files built on VERITAS File System to be accessed as raw devices, bypassing the double buffering and double locking associated with databases built on top of regular file systems. Although the double buffering is avoided when file systems are mounted in the direct I/O mode, this mode includes the file-system locking to ensure that only one process or thread issues writes to a file at any point in time. Because databases maintain their own locks to ensure data integrity, this extra locking imposes an unnecessary serialization of I/Os and affects performance. The double locking also imposes additional CPU overhead. All raw and Quick I/O performance runs used asynchronous I/O. File system runs were executed with asynchronous I/O disabled and the Oracle initialization parameter, dbwr_io_slaves = 20. Page 2 VERITAS Database Edition for Oracle on HP-UX 11i

5 Overview and Analysis of Results The results of the benchmark tests are shown in the following tables and graphs. The performance metric used for this comparison is the throughput rate measured by the number of transactions completed per minute (TPM). The transaction mix in this benchmark represents the processing of an order as it is entered, paid for, checked and delivered and follows the model of a complete business activity. Therefore, the TPM metric is considered a measure of business throughput. The TPM achieved for each of the I/O configurations is shown. Tests were run on five database configurations, each with a different Oracle SGA size as shown. During the test, SAR data (system activity reporter data), Oracle statistics and Quick I/O statistics (using qiostat) were gathered in addition to the throughput numbers. All performance runs were configured with an Oracle database block size of 2K. The VERITAS File System file-system block size was set to 1K with a 16-MB log. The HFS runs were completed with a default block size of 8K because HFS does not support 1K block sizes. HFS runs were performed to contrast performance of Quick I/O to that of a conventional file system. The following chart shows throughput achieved for each of the I/O configurations Throughput Comparison tpmc Oracle SGA (MB) Oracle SGA Size I/O Config 500 MB 750 MB 1000 MB 1250 MB 1500 MB RAW QIO DIO BIO HFS VERITAS Database Edition for Oracle on HP-UX 11i Page 3

6 The preceding chart and table show transaction rates for each of the five I/O configurations tested. Raw I/O typically achieves the best performance when compared to the other I/O configurations. For all SGA sizes, Quick I/O throughput is virtually equal (less than 1 percent differential) to that of raw I/O. Analysis of the conventional file-system configurations shows VERITAS File System Direct I/O achieving the best throughput. Except for the HFS 500-MB SGA size, Direct I/O maintains a 14 percent to 50 percent throughput increase over VERITAS File System Buffered I/O and HFS. VERITAS File System Buffered I/O and HFS show similar performance characteristics overall. The following chart shows average CPU Utilization for each SGA size. CPU utilization is the sum of usr and sys time as reported by SAR (System Activity Reporter). 60 CPU Utilization CPU % Oracle SGA (MB) Oracle SGA Size I/O Config 500 MB 750 MB 1000 MB 1250 MB 1500 MB RAW 33% 37% 44% 48% 51% QIO 31% 37% 42% 49% 52% DIO 27% 31% 32% 30% 29% BIO 27% 27% 29% 26% 20% HFS 53% 50% 52% 48% 49% The CPU utilization for Raw and Quick I/O configurations show that Quick I/O is capable of achieving raw-device performance without incurring additional overhead. As observed, the differences in CPU utilization are less than 1 percent for the Raw and Quick I/O configurations. The HFS CPU utilization is of interest; transaction throughput for HFS is practically identical to VERITAS File System Buffered I/O, but the CPU utilization is doubled. Page 4 VERITAS Database Edition for Oracle on HP-UX 11i

7 The following chart shows a measure of the overall efficiency of each configuration per SGA size. Efficiency can be determined by dividing the tpmc number achieved for each SGA size by the CPU utilization. This number is also referred to as the Figure of Merit. A higher number indicates a more efficient operation. 140 Efficiency FOM Oracle SGA (MB) Oracle SGA Size I/O Config 500 MB 750 MB 1000 MB 1250 MB 1500 MB RAW QIO DIO BIO HFS As seen in the previous charts and tables, Quick I/O tracks raw performance with very little variation. This pattern holds true for the efficiency data as well. As expected from the data on the following charts, HFS is the least efficient I/O configuration, using much more CPU resources than the other I/O configurations. VERITAS Database Edition for Oracle on HP-UX 11i Page 5

8 Useful Tuning Tips The following are some performance-tuning guidelines that may be helpful when using VERITAS Database Edition to configure an Oracle database: Tip No. 1: Use VERITAS File System Quick I/O for Databases VERITAS File System in its default mode supports buffered I/O, as does HFS, in which all I/O incurs the double-copying and double-buffering penalties. In addition, the UNIX semantics require that only one writer have the exclusive right to update a file, which forces other read and write operations on the same file to wait. Therefore, databases on file systems often perform slower than on raw devices. Quick I/O has I/O characteristics similar to those of raw I/O (a higher degree of read/write parallelism with less CPU overhead). Using Quick I/O provides a significant advantage in OLTP scenarios, in which multiple processes access the same datafiles simultaneously. Tip No. 2: Use Striped Volumes for Performance In general, the best way to achieve the optimal throughput is by balancing the I/O across as many disks as possible. This balancing can be achieved by creating the database on a file system on a striped (RAID-0) volume using all the available disks. Traditionally, because redo logs tend to be accessed sequentially, one may see better performance by putting the redo logs on a separate file system, using a simple volume on a dedicated disk. Oracle professes a new methodology for distributing S.A.M.E. (Stripe and Mirror Everything) data, which included striping redo logs. Please see technet.oracle.com for more information on this topic. If database reliability is important, mirror (using RAID-1) at least the volume used by the redo logs. Tip No. 3: Use 2K Oracle block sizes for OLTP workloads The use of larger block sizes appears to significantly degrade database throughput. The Oracle block size must be a multiple of the file-system block size. Summary The OLTP performance measurements illustrate that the Quick I/O feature enables the VERITAS Database Edition for Oracle to have performance equal to that of raw-partition configurations. It achieves this performance while delivering the manageability attainable only by running Oracle on file systems. Using the OLTP benchmark, VERITAS Database Edition for Oracle outperforms the base VERITAS File System buffered and direct I/O configurations by a large margin. In addition, Quick I/O files can be managed as regular files and are backed by the reliability of VERITAS File System. With its log-based implementation, VERITAS File System allows fast recovery after a system crash, which is not available with HFS. VERITAS File System also offers online administration features such as online resizing and defragmentation to reduce planned downtime. Page 6 VERITAS Database Edition for Oracle on HP-UX 11i

9 Appendix A The following is the typical Oracle init.ora parameter file used in the benchmark. control_files = (/tpcc_disks/cntrl1) compatible = db_name = tpcc db_files = 200 db_file_multiblock_read_count = 32 db_block_buffers = dml_locks = 500 hash_join_enabled = FALSE log_archive_start = FALSE log_checkpoint_interval = log_checkpoints_to_alert = TRUE log_buffer = log_archive_dest = /archlog gc_releasable_locks = 0 max_rollback_segments = 220 open_cursors = 200 processes = 200 sessions = 600 transactions = 400 distributed_transactions = 0 transactions_per_rollback_segment = 1 rollback_segments = (t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13, t14, t15, t16, t17, t18, t19, t20, t21, t22, t23, t24, t25, t26, t27, t28, t29, t30, t31, t32, t33, t34, t35, t36, t37, t38, t39, t40, t41, t42, t43, t44, t45, t46, t47, t48, t49, t50) shared_pool_size = cursor_space_for_time = TRUE VERITAS Database Edition for Oracle on HP-UX 11i Page 7

10 Appendix B The results of the database measurements are summarized in the following three spreadsheets. Most of the columns in these spreadsheets are self-explanatory, but some of the comparisons are not. The FOM is a figure of merit derived by dividing the transaction rate TPM by the CPU utilization CPU %. A larger number represents a more efficient option. The last three columns compare the two sets of results by comparing thruput (ratios greater than one represent better throughput) and CPU percent ratios (where less than one is a better result) and finally give a comparison of the figures of merit for the two compared results. Each spreadsheet represents a variation in one of the possible parameters used in this study. Parameters: File System Block Size = 1K Oracle Block Size = 2K HFS Block Size = 8K VERITAS Volume Manager Compared Type SGA # Run TPM CPU % to RAW FOM* Raw 500 MB Raw 750 MB Raw 1000 MB Raw 1250 MB Raw 1500 MB QIO 500 MB QIO 750 MB QIO 1000 MB QIO 1250 MB QIO 1500 MB BIO 500 MB BIO 750 MB BIO 1000 MB BIO 1250 MB BIO 1500 MB DIO 500 MB DIO 750 MB DIO 1000 MB DIO 1250 MB DIO 1500 MB HFS 500 MB HFS 750 MB HFS 1000 MB HFS 1250 MB HFS 1500 MB Page 8 VERITAS Database Edition for Oracle on HP-UX 11i

11 VERITAS Software Corporation Corporate Headquarters 350 Ellis Street Mountain View, CA or For additional information about VERITAS Software, its products, or the location of an office near you, please call our corporate headquarters or visit our Web site at V E R I T A S W H I T E P A P E R Copyright 2001 VERITAS Software Corporation. All Rights Reserved. VERITAS, VERITAS SOFTWARE, the VERITAS logo, Business Without Interruption, VERITAS The Data Availability Company, VERITAS Database Edition, VERITAS File System, VERITAS Quick I/O and VERITAS Volume Manager are trademarks or registered trademarks of VERITAS Software Corporation in the U.S. and/or other countries. Other product names mentioned herein may be trademarks or registered trademarks of their respective companies. Specifications and product offerings subject to change without notice. Printed in USA. June VER06-DBE2.1.2ORPERWPR

Linux Filesystem Performance Comparison for OLTP with Ext2, Ext3, Raw, and OCFS on Direct-Attached Disks using Oracle 9i Release 2

Linux Filesystem Performance Comparison for OLTP with Ext2, Ext3, Raw, and OCFS on Direct-Attached Disks using Oracle 9i Release 2 Linux Filesystem Performance Comparison for OLTP with Ext2, Ext3, Raw, and OCFS on Direct-Attached Disks using Oracle 9i Release 2 An Oracle White Paper January 2004 Linux Filesystem Performance Comparison

More information

Configuring and Tuning Oracle Storage with VERITAS Database Edition for Oracle

Configuring and Tuning Oracle Storage with VERITAS Database Edition for Oracle Configuring and Tuning Oracle Storage with VERITAS Database Edition for Oracle Best Practices for Optimizing Performance and Availability for Oracle Databases on Solaris V E R I T A S W H I T E P A P E

More information

Comprehending the Tradeoffs between Deploying Oracle Database on RAID 5 and RAID 10 Storage Configurations. Database Solutions Engineering

Comprehending the Tradeoffs between Deploying Oracle Database on RAID 5 and RAID 10 Storage Configurations. Database Solutions Engineering Comprehending the Tradeoffs between Deploying Oracle Database on RAID 5 and RAID 10 Storage Configurations A Dell Technical White Paper Database Solutions Engineering By Sudhansu Sekhar and Raghunatha

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

Software-defined Storage at the Speed of Flash

Software-defined Storage at the Speed of Flash TECHNICAL BRIEF: SOFTWARE-DEFINED STORAGE AT THE SPEED OF... FLASH..................................... Intel SSD Data Center P3700 Series and Symantec Storage Foundation with Flexible Storage Sharing

More information

The Revival of Direct Attached Storage for Oracle Databases

The Revival of Direct Attached Storage for Oracle Databases The Revival of Direct Attached Storage for Oracle Databases Revival of DAS in the IT Infrastructure Introduction Why is it that the industry needed SANs to get more than a few hundred disks attached to

More information

Virtuoso and Database Scalability

Virtuoso and Database Scalability Virtuoso and Database Scalability By Orri Erling Table of Contents Abstract Metrics Results Transaction Throughput Initializing 40 warehouses Serial Read Test Conditions Analysis Working Set Effect of

More information

VERITAS Business Solutions. for DB2

VERITAS Business Solutions. for DB2 VERITAS Business Solutions for DB2 V E R I T A S W H I T E P A P E R Table of Contents............................................................. 1 VERITAS Database Edition for DB2............................................................

More information

Best Practices for Optimizing SQL Server Database Performance with the LSI WarpDrive Acceleration Card

Best Practices for Optimizing SQL Server Database Performance with the LSI WarpDrive Acceleration Card Best Practices for Optimizing SQL Server Database Performance with the LSI WarpDrive Acceleration Card Version 1.0 April 2011 DB15-000761-00 Revision History Version and Date Version 1.0, April 2011 Initial

More information

Oracle Redo Log Performance Issues and Solutions

Oracle Redo Log Performance Issues and Solutions Oracle Redo Log Performance Issues and Solutions Sun Hongda Abstract The redo log plays a prime role in Oracle database s core functionality. However it imposes disk i/o for the redo log s inherent functionality,

More information

Oracle Database 10g: Performance Tuning 12-1

Oracle Database 10g: Performance Tuning 12-1 Oracle Database 10g: Performance Tuning 12-1 Oracle Database 10g: Performance Tuning 12-2 I/O Architecture The Oracle database uses a logical storage container called a tablespace to store all permanent

More information

WHITE PAPER Optimizing Virtual Platform Disk Performance

WHITE PAPER Optimizing Virtual Platform Disk Performance WHITE PAPER Optimizing Virtual Platform Disk Performance Think Faster. Visit us at Condusiv.com Optimizing Virtual Platform Disk Performance 1 The intensified demand for IT network efficiency and lower

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

Overview of I/O Performance and RAID in an RDBMS Environment. By: Edward Whalen Performance Tuning Corporation

Overview of I/O Performance and RAID in an RDBMS Environment. By: Edward Whalen Performance Tuning Corporation Overview of I/O Performance and RAID in an RDBMS Environment By: Edward Whalen Performance Tuning Corporation Abstract This paper covers the fundamentals of I/O topics and an overview of RAID levels commonly

More information

<Insert Picture Here> RMAN Configuration and Performance Tuning Best Practices

<Insert Picture Here> RMAN Configuration and Performance Tuning Best Practices 1 RMAN Configuration and Performance Tuning Best Practices Timothy Chien Principal Product Manager Oracle Database High Availability Timothy.Chien@oracle.com Agenda Recovery Manager

More information

Accelerating Server Storage Performance on Lenovo ThinkServer

Accelerating Server Storage Performance on Lenovo ThinkServer Accelerating Server Storage Performance on Lenovo ThinkServer Lenovo Enterprise Product Group April 214 Copyright Lenovo 214 LENOVO PROVIDES THIS PUBLICATION AS IS WITHOUT WARRANTY OF ANY KIND, EITHER

More information

GiantLoop Testing and Certification (GTAC) Lab

GiantLoop Testing and Certification (GTAC) Lab GiantLoop Testing and Certification (GTAC) Lab Benchmark Test Results: VERITAS Foundation Suite and VERITAS Database Edition Prepared For: November 2002 Project Lead: Mike Schwarm, Director, GiantLoop

More information

technology brief RAID Levels March 1997 Introduction Characteristics of RAID Levels

technology brief RAID Levels March 1997 Introduction Characteristics of RAID Levels technology brief RAID Levels March 1997 Introduction RAID is an acronym for Redundant Array of Independent Disks (originally Redundant Array of Inexpensive Disks) coined in a 1987 University of California

More information

Update: About Apple RAID Version 1.5 About this update

Update: About Apple RAID Version 1.5 About this update apple Update: About Apple RAID Version 1.5 About this update This update describes new features and capabilities of Apple RAID Software version 1.5, which includes improvements that increase the performance

More information

EMC XtremSF: Delivering Next Generation Performance for Oracle Database

EMC XtremSF: Delivering Next Generation Performance for Oracle Database White Paper EMC XtremSF: Delivering Next Generation Performance for Oracle Database Abstract This white paper addresses the challenges currently facing business executives to store and process the growing

More information

VERITAS File Server Edition Turning Commodity Hardware into High Performance, Highly Available File Servers

VERITAS File Server Edition Turning Commodity Hardware into High Performance, Highly Available File Servers VERITAS File Server Edition Turning Commodity Hardware into High Performance, Highly Available File Servers Table of Contents The VERITAS File Server Edition...1 What is an Edition?...2 File Server Edition

More information

Database Storage Management with Veritas Storage Foundation by Symantec Manageability, availability, and superior performance for databases

Database Storage Management with Veritas Storage Foundation by Symantec Manageability, availability, and superior performance for databases Database Storage Management with Veritas Storage Foundation by Symantec Manageability, availability, and superior performance for databases Solution Brief: Database Storage Management Database Storage

More information

HP Smart Array Controllers and basic RAID performance factors

HP Smart Array Controllers and basic RAID performance factors Technical white paper HP Smart Array Controllers and basic RAID performance factors Technology brief Table of contents Abstract 2 Benefits of drive arrays 2 Factors that affect performance 2 HP Smart Array

More information

VERITAS Volume Management Technologies for Windows

VERITAS Volume Management Technologies for Windows WHITE PAPER VERITAS Volume Management Technologies for Windows V E R I T A S W H I T E P A P E R The Next Generation of Disk Management for Windows Platforms Windows 2000 and Windows Server 2003 1 TABLE

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

VERITAS Volume Replicator in an Oracle Environment

VERITAS Volume Replicator in an Oracle Environment VERITAS Volume Replicator in an Oracle Environment Introduction Remote replication of online disks and volumes is emerging as the technique of choice for protecting enterprise data against disasters. VERITAS

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

EMC Business Continuity for Microsoft SQL Server Enabled by SQL DB Mirroring Celerra Unified Storage Platforms Using iscsi

EMC Business Continuity for Microsoft SQL Server Enabled by SQL DB Mirroring Celerra Unified Storage Platforms Using iscsi EMC Business Continuity for Microsoft SQL Server Enabled by SQL DB Mirroring Applied Technology Abstract Microsoft SQL Server includes a powerful capability to protect active databases by using either

More information

Removing Performance Bottlenecks in Databases with Red Hat Enterprise Linux and Violin Memory Flash Storage Arrays. Red Hat Performance Engineering

Removing Performance Bottlenecks in Databases with Red Hat Enterprise Linux and Violin Memory Flash Storage Arrays. Red Hat Performance Engineering Removing Performance Bottlenecks in Databases with Red Hat Enterprise Linux and Violin Memory Flash Storage Arrays Red Hat Performance Engineering Version 1.0 August 2013 1801 Varsity Drive Raleigh NC

More information

Benchmarking Hadoop & HBase on Violin

Benchmarking Hadoop & HBase on Violin Technical White Paper Report Technical Report Benchmarking Hadoop & HBase on Violin Harnessing Big Data Analytics at the Speed of Memory Version 1.0 Abstract The purpose of benchmarking is to show advantages

More information

VERITAS Volume Management Technology for Windows COMPARISON: MICROSOFT LOGICAL DISK MANAGER (LDM) AND VERITAS STORAGE FOUNDATION FOR WINDOWS

VERITAS Volume Management Technology for Windows COMPARISON: MICROSOFT LOGICAL DISK MANAGER (LDM) AND VERITAS STORAGE FOUNDATION FOR WINDOWS WHITE PAPER VERITAS Volume Management Technology for COMPARISON: MICROSOFT LOGICAL DISK MANAGER (LDM) AND VERITAS STORAGE FOUNDATION FOR WINDOWS 2000 and 2003 1 TABLE OF CONTENTS Table of Contents...2

More information

Comparison: Microsoft Logical Disk Manager (LDM) and VERITAS Volume Manager

Comparison: Microsoft Logical Disk Manager (LDM) and VERITAS Volume Manager Comparison: Microsoft Logical Disk Manager (LDM) and VERITAS Volume Manager V E R I T A S W H I T E P A P E R for Microsoft Windows Table of Contents Online Storage Management Challenge.......................................................................................................................1

More information

Q & A From Hitachi Data Systems WebTech Presentation:

Q & A From Hitachi Data Systems WebTech Presentation: Q & A From Hitachi Data Systems WebTech Presentation: RAID Concepts 1. Is the chunk size the same for all Hitachi Data Systems storage systems, i.e., Adaptable Modular Systems, Network Storage Controller,

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

BrightStor ARCserve Backup for Windows

BrightStor ARCserve Backup for Windows BrightStor ARCserve Backup for Windows Tape RAID Option Guide r11.5 D01183-1E This documentation and related computer software program (hereinafter referred to as the "Documentation") is for the end user's

More information

Leveraging EMC Fully Automated Storage Tiering (FAST) and FAST Cache for SQL Server Enterprise Deployments

Leveraging EMC Fully Automated Storage Tiering (FAST) and FAST Cache for SQL Server Enterprise Deployments Leveraging EMC Fully Automated Storage Tiering (FAST) and FAST Cache for SQL Server Enterprise Deployments Applied Technology Abstract This white paper introduces EMC s latest groundbreaking technologies,

More information

AIX NFS Client Performance Improvements for Databases on NAS

AIX NFS Client Performance Improvements for Databases on NAS AIX NFS Client Performance Improvements for Databases on NAS October 20, 2005 Sanjay Gulabani Sr. Performance Engineer Network Appliance, Inc. gulabani@netapp.com Diane Flemming Advisory Software Engineer

More information

DELL RAID PRIMER DELL PERC RAID CONTROLLERS. Joe H. Trickey III. Dell Storage RAID Product Marketing. John Seward. Dell Storage RAID Engineering

DELL RAID PRIMER DELL PERC RAID CONTROLLERS. Joe H. Trickey III. Dell Storage RAID Product Marketing. John Seward. Dell Storage RAID Engineering DELL RAID PRIMER DELL PERC RAID CONTROLLERS Joe H. Trickey III Dell Storage RAID Product Marketing John Seward Dell Storage RAID Engineering http://www.dell.com/content/topics/topic.aspx/global/products/pvaul/top

More information

WITH A FUSION POWERED SQL SERVER 2014 IN-MEMORY OLTP DATABASE

WITH A FUSION POWERED SQL SERVER 2014 IN-MEMORY OLTP DATABASE WITH A FUSION POWERED SQL SERVER 2014 IN-MEMORY OLTP DATABASE 1 W W W. F U S I ON I O.COM Table of Contents Table of Contents... 2 Executive Summary... 3 Introduction: In-Memory Meets iomemory... 4 What

More information

Maximizing Backup and Restore Performance of Large Databases

Maximizing Backup and Restore Performance of Large Databases Maximizing Backup and Restore Performance of Large Databases - 1 - Forward (from Meta Group) Most companies critical data is being stored within relational databases. Over 90% of all mission critical systems,

More information

Improve Business Productivity and User Experience with a SanDisk Powered SQL Server 2014 In-Memory OLTP Database

Improve Business Productivity and User Experience with a SanDisk Powered SQL Server 2014 In-Memory OLTP Database WHITE PAPER Improve Business Productivity and User Experience with a SanDisk Powered SQL Server 2014 In-Memory OLTP Database 951 SanDisk Drive, Milpitas, CA 95035 www.sandisk.com Table of Contents Executive

More information

Performance and Tuning Guide. SAP Sybase IQ 16.0

Performance and Tuning Guide. SAP Sybase IQ 16.0 Performance and Tuning Guide SAP Sybase IQ 16.0 DOCUMENT ID: DC00169-01-1600-01 LAST REVISED: February 2013 Copyright 2013 by Sybase, Inc. All rights reserved. This publication pertains to Sybase software

More information

Daniela Milanova Senior Sales Consultant

Daniela Milanova Senior Sales Consultant Daniela Milanova Senior Sales Consultant Oracle Disaster Recovery Solution What is Data Guard? Management, monitoring and automation software infrastructure that protects data against failure, errors,

More information

What is RAID? data reliability with performance

What is RAID? data reliability with performance What is RAID? RAID is the use of multiple disks and data distribution techniques to get better Resilience and/or Performance RAID stands for: Redundant Array of Inexpensive / Independent Disks RAID can

More information

Speed and Persistence for Real-Time Transactions

Speed and Persistence for Real-Time Transactions Speed and Persistence for Real-Time Transactions by TimesTen and Solid Data Systems July 2002 Table of Contents Abstract 1 Who Needs Speed and Persistence 2 The Reference Architecture 3 Benchmark Results

More information

Express5800 Scalable Enterprise Server Reference Architecture. For NEC PCIe SSD Appliance for Microsoft SQL Server

Express5800 Scalable Enterprise Server Reference Architecture. For NEC PCIe SSD Appliance for Microsoft SQL Server Express5800 Scalable Enterprise Server Reference Architecture For NEC PCIe SSD Appliance for Microsoft SQL Server An appliance that significantly improves performance of enterprise systems and large-scale

More information

Ultimate Guide to Oracle Storage

Ultimate Guide to Oracle Storage Ultimate Guide to Oracle Storage Presented by George Trujillo George.Trujillo@trubix.com George Trujillo Twenty two years IT experience with 19 years Oracle experience. Advanced database solutions such

More information

HP POLYSERVE SOFTWARE

HP POLYSERVE SOFTWARE You can read the recommendations in the user guide, the technical guide or the installation guide for HP POLYSERVE SOFTWARE. You'll find the answers to all your questions on the HP POLYSERVE SOFTWARE in

More information

Parallel Processing and Software Performance. Lukáš Marek

Parallel Processing and Software Performance. Lukáš Marek Parallel Processing and Software Performance Lukáš Marek DISTRIBUTED SYSTEMS RESEARCH GROUP http://dsrg.mff.cuni.cz CHARLES UNIVERSITY PRAGUE Faculty of Mathematics and Physics Benchmarking in parallel

More information

Total Data Storage Management for Oracle E-Business

Total Data Storage Management for Oracle E-Business Total Data Storage Management for Oracle E-Business Solution Series for Oracle: 1 of 5 Table of Contents The E-Business Challenge................................2 VERITAS Delivers Business Continuance

More information

Using VMware VMotion with Oracle Database and EMC CLARiiON Storage Systems

Using VMware VMotion with Oracle Database and EMC CLARiiON Storage Systems Using VMware VMotion with Oracle Database and EMC CLARiiON Storage Systems Applied Technology Abstract By migrating VMware virtual machines from one physical environment to another, VMware VMotion can

More information

Performance brief for Oracle Enterprise Financial Management 8.9 (Order-to-Cash Counter Sales) on HP Integrity BL870c server blades

Performance brief for Oracle Enterprise Financial Management 8.9 (Order-to-Cash Counter Sales) on HP Integrity BL870c server blades Performance brief for Oracle Enterprise Financial Management 8.9 (Order-to-Cash Counter Sales) on HP Integrity BL870c server blades Executive summary... 2 Test methodology... 3 Inventory... 4 Billing...

More information

IBM ^ xseries ServeRAID Technology

IBM ^ xseries ServeRAID Technology IBM ^ xseries ServeRAID Technology Reliability through RAID technology Executive Summary: t long ago, business-critical computing on industry-standard platforms was unheard of. Proprietary systems were

More information

RAID 5 rebuild performance in ProLiant

RAID 5 rebuild performance in ProLiant RAID 5 rebuild performance in ProLiant technology brief Abstract... 2 Overview of the RAID 5 rebuild process... 2 Estimating the mean-time-to-failure (MTTF)... 3 Factors affecting RAID 5 array rebuild

More information

Best Practices for Data Sharing in a Grid Distributed SAS Environment. Updated July 2010

Best Practices for Data Sharing in a Grid Distributed SAS Environment. Updated July 2010 Best Practices for Data Sharing in a Grid Distributed SAS Environment Updated July 2010 B E S T P R A C T I C E D O C U M E N T Table of Contents 1 Abstract... 2 1.1 Storage performance is critical...

More information

TECHNICAL BRIEF. Primary Storage Compression with Storage Foundation 6.0

TECHNICAL BRIEF. Primary Storage Compression with Storage Foundation 6.0 TECHNICAL BRIEF Primary Storage Compression with Storage Foundation 6.0 Technical Brief Primary Storage Compression with Storage Foundation 6.0 Contents Introduction... 4 What is Compression?... 4 Differentiators...

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

Eloquence Training What s new in Eloquence B.08.00

Eloquence Training What s new in Eloquence B.08.00 Eloquence Training What s new in Eloquence B.08.00 2010 Marxmeier Software AG Rev:100727 Overview Released December 2008 Supported until November 2013 Supports 32-bit and 64-bit platforms HP-UX Itanium

More information

DATASHEET. Proactive Management and Quick Recovery for Exchange Storage

DATASHEET. Proactive Management and Quick Recovery for Exchange Storage VERITAS Edition for Microsoft Exchange 2000 Proactive Management and Quick Recovery for Exchange Storage The VERITAS Enterprise Administrator GUI enables centralized, cross-platform storage management.

More information

VERITAS Storage Foundation 4.3 for Windows

VERITAS Storage Foundation 4.3 for Windows DATASHEET VERITAS Storage Foundation 4.3 for Windows Advanced Volume Management Technology for Windows In distributed client/server environments, users demand that databases, mission-critical applications

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

Best Practices for Deploying Citrix XenDesktop on NexentaStor Open Storage

Best Practices for Deploying Citrix XenDesktop on NexentaStor Open Storage Best Practices for Deploying Citrix XenDesktop on NexentaStor Open Storage White Paper July, 2011 Deploying Citrix XenDesktop on NexentaStor Open Storage Table of Contents The Challenges of VDI Storage

More information

1 Storage Devices Summary

1 Storage Devices Summary Chapter 1 Storage Devices Summary Dependability is vital Suitable measures Latency how long to the first bit arrives Bandwidth/throughput how fast does stuff come through after the latency period Obvious

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

Performance Report Modular RAID for PRIMERGY

Performance Report Modular RAID for PRIMERGY Performance Report Modular RAID for PRIMERGY Version 1.1 March 2008 Pages 15 Abstract This technical documentation is designed for persons, who deal with the selection of RAID technologies and RAID controllers

More information

Oracle Database 11g Direct NFS Client. An Oracle White Paper July 2007

Oracle Database 11g Direct NFS Client. An Oracle White Paper July 2007 Oracle Database 11g Direct NFS Client An Oracle White Paper July 2007 NOTE: The following is intended to outline our general product direction. It is intended for information purposes only, and may not

More information

Outline. Database Management and Tuning. Overview. Hardware Tuning. Johann Gamper. Unit 12

Outline. Database Management and Tuning. Overview. Hardware Tuning. Johann Gamper. Unit 12 Outline Database Management and Tuning Hardware Tuning Johann Gamper 1 Free University of Bozen-Bolzano Faculty of Computer Science IDSE Unit 12 2 3 Conclusion Acknowledgements: The slides are provided

More information

Boost Database Performance with the Cisco UCS Storage Accelerator

Boost Database Performance with the Cisco UCS Storage Accelerator Boost Database Performance with the Cisco UCS Storage Accelerator Performance Brief February 213 Highlights Industry-leading Performance and Scalability Offloading full or partial database structures to

More information

Veritas Storage Foundation Tuning Guide

Veritas Storage Foundation Tuning Guide Veritas Storage Foundation Tuning Guide AIX, Linux, and Solaris 5.1 Service Pack 1 Veritas Storage Foundation Tuning Guide The software described in this book is furnished under a license agreement and

More information

RAID Basics Training Guide

RAID Basics Training Guide RAID Basics Training Guide Discover a Higher Level of Performance RAID matters. Rely on Intel RAID. Table of Contents 1. What is RAID? 2. RAID Levels RAID 0 RAID 1 RAID 5 RAID 6 RAID 10 RAID 0+1 RAID 1E

More information

AirWave 7.7. Server Sizing Guide

AirWave 7.7. Server Sizing Guide AirWave 7.7 Server Sizing Guide Copyright 2013 Aruba Networks, Inc. Aruba Networks trademarks include, Aruba Networks, Aruba Wireless Networks, the registered Aruba the Mobile Edge Company logo, Aruba

More information

TUTORIAL WHITE PAPER. Application Performance Management. Investigating Oracle Wait Events With VERITAS Instance Watch

TUTORIAL WHITE PAPER. Application Performance Management. Investigating Oracle Wait Events With VERITAS Instance Watch TUTORIAL WHITE PAPER Application Performance Management Investigating Oracle Wait Events With VERITAS Instance Watch TABLE OF CONTENTS INTRODUCTION...3 WAIT EVENT VIRTUAL TABLES AND VERITAS INSTANCE WATCH...4

More information

ORACLE CORE DBA ONLINE TRAINING

ORACLE CORE DBA ONLINE TRAINING ORACLE CORE DBA ONLINE TRAINING ORACLE CORE DBA THIS ORACLE DBA TRAINING COURSE IS DESIGNED TO PROVIDE ORACLE PROFESSIONALS WITH AN IN-DEPTH UNDERSTANDING OF THE DBA FEATURES OF ORACLE, SPECIFIC ORACLE

More information

AIX 5L NFS Client Performance Improvements for Databases on NAS

AIX 5L NFS Client Performance Improvements for Databases on NAS AIX 5L NFS Client Performance Improvements for Databases on NAS January 17, 26 Diane Flemming, Agustin Mena III {dianefl, mena} @us.ibm.com IBM Corporation Abstract Running a database over a file system

More information

Using HP StoreOnce Backup systems for Oracle database backups

Using HP StoreOnce Backup systems for Oracle database backups Technical white paper Using HP StoreOnce Backup systems for Oracle database backups Table of contents Introduction 2 Technology overview 2 HP StoreOnce Backup systems key features and benefits 2 HP StoreOnce

More information

WHITE PAPER. Oracle Backup and Recovery Essentials NFORMATION THAT EVERY ORACLE DATABASE ADMINISTRATOR SHOULD KNOW

WHITE PAPER. Oracle Backup and Recovery Essentials NFORMATION THAT EVERY ORACLE DATABASE ADMINISTRATOR SHOULD KNOW WHITE PAPER Oracle Backup and Recovery Essentials NFORMATION THAT EVERY ORACLE DATABASE ADMINISTRATOR SHOULD KNOW 1 TABLE OF CONTENTS Introduction 3 Oracle Backup Basics.. 3 Limitations of Manual Backup

More information

Best Practices for Optimizing Storage for Oracle Automatic Storage Management with Oracle FS1 Series Storage ORACLE WHITE PAPER JANUARY 2015

Best Practices for Optimizing Storage for Oracle Automatic Storage Management with Oracle FS1 Series Storage ORACLE WHITE PAPER JANUARY 2015 Best Practices for Optimizing Storage for Oracle Automatic Storage Management with Oracle FS1 Series Storage ORACLE WHITE PAPER JANUARY 2015 Table of Contents 0 Introduction 1 The Test Environment 1 Best

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

ArcSDE Configuration and Tuning Guide for Oracle. ArcGIS 8.3

ArcSDE Configuration and Tuning Guide for Oracle. ArcGIS 8.3 ArcSDE Configuration and Tuning Guide for Oracle ArcGIS 8.3 i Contents Chapter 1 Getting started 1 Tuning and configuring the Oracle instance 1 Arranging your data 2 Creating spatial data in an Oracle

More information

Software-defined Storage Architecture for Analytics Computing

Software-defined Storage Architecture for Analytics Computing Software-defined Storage Architecture for Analytics Computing Arati Joshi Performance Engineering Colin Eldridge File System Engineering Carlos Carrero Product Management June 2015 Reference Architecture

More information

Vertical Scaling of Oracle 10g Performance on Red Hat Enterprise Linux 5 on Intel Xeon Based Servers. Version 1.0

Vertical Scaling of Oracle 10g Performance on Red Hat Enterprise Linux 5 on Intel Xeon Based Servers. Version 1.0 Vertical Scaling of Oracle 10g Performance on Red Hat Enterprise Linux 5 on Intel Xeon Based Servers Version 1.0 March 2009 Vertical Scaling of Oracle 10g Performance on Red Hat Enterprise Linux 5 on Inel

More information

Veritas Volume Manager Administration on HP-UX Course Summary

Veritas Volume Manager Administration on HP-UX Course Summary Veritas Volume Manager Administration on HP-UX Course Summary Contact Us: (616) 875-4060 Length: Classroom: 4 days Virtual: 6 hrs/day - 5 days Prerequisite: HP-UX System and Network Administration I and

More information

Cloud Storage. Parallels. Performance Benchmark Results. White Paper. www.parallels.com

Cloud Storage. Parallels. Performance Benchmark Results. White Paper. www.parallels.com Parallels Cloud Storage White Paper Performance Benchmark Results www.parallels.com Table of Contents Executive Summary... 3 Architecture Overview... 3 Key Features... 4 No Special Hardware Requirements...

More information

IncidentMonitor Server Specification Datasheet

IncidentMonitor Server Specification Datasheet IncidentMonitor Server Specification Datasheet Prepared by Monitor 24-7 Inc October 1, 2015 Contact details: sales@monitor24-7.com North America: +1 416 410.2716 / +1 866 364.2757 Europe: +31 088 008.4600

More information

Veritas Cluster Server from Symantec

Veritas Cluster Server from Symantec Delivers high availability and disaster recovery for your critical applications Data Sheet: High Availability Overview protects your most important applications from planned and unplanned downtime. Cluster

More information

Filesystems Performance in GNU/Linux Multi-Disk Data Storage

Filesystems Performance in GNU/Linux Multi-Disk Data Storage JOURNAL OF APPLIED COMPUTER SCIENCE Vol. 22 No. 2 (2014), pp. 65-80 Filesystems Performance in GNU/Linux Multi-Disk Data Storage Mateusz Smoliński 1 1 Lodz University of Technology Faculty of Technical

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

EMC Backup and Recovery for Oracle Database 11g Without Hot Backup Mode using DNFS and Automatic Storage Management on Fibre Channel

EMC Backup and Recovery for Oracle Database 11g Without Hot Backup Mode using DNFS and Automatic Storage Management on Fibre Channel EMC Backup and Recovery for Oracle Database 11g Without Hot Backup Mode using DNFS and Automatic Storage Management on Fibre Channel A Detailed Review EMC Information Infrastructure Solutions Abstract

More information

PIONEER RESEARCH & DEVELOPMENT GROUP

PIONEER RESEARCH & DEVELOPMENT GROUP SURVEY ON RAID Aishwarya Airen 1, Aarsh Pandit 2, Anshul Sogani 3 1,2,3 A.I.T.R, Indore. Abstract RAID stands for Redundant Array of Independent Disk that is a concept which provides an efficient way for

More information

Backup and Restore Back to Basics with SQL LiteSpeed

Backup and Restore Back to Basics with SQL LiteSpeed Backup and Restore Back to Basics with SQL December 10, 2002 Written by: Greg Robidoux Edgewood Solutions www.edgewoodsolutions.com 888.788.2444 2 Introduction One of the most important aspects for a database

More information

HP ProLiant DL580 Gen8 and HP LE PCIe Workload WHITE PAPER Accelerator 90TB Microsoft SQL Server Data Warehouse Fast Track Reference Architecture

HP ProLiant DL580 Gen8 and HP LE PCIe Workload WHITE PAPER Accelerator 90TB Microsoft SQL Server Data Warehouse Fast Track Reference Architecture WHITE PAPER HP ProLiant DL580 Gen8 and HP LE PCIe Workload WHITE PAPER Accelerator 90TB Microsoft SQL Server Data Warehouse Fast Track Reference Architecture Based on Microsoft SQL Server 2014 Data Warehouse

More information

Data Warehouse Performance Management Techniques.

Data Warehouse Performance Management Techniques. Data Warehouse Performance Management Techniques. Author: Organization: Andrew Holdsworth Oracle Services, Date: 2/9/96 Advanced Technologies, Data Warehousing Practice. Address: 500 Oracle Parkway, Redwood

More information

Near-Instant Oracle Cloning with Syncsort AdvancedClient Technologies White Paper

Near-Instant Oracle Cloning with Syncsort AdvancedClient Technologies White Paper Near-Instant Oracle Cloning with Syncsort AdvancedClient Technologies White Paper bex30102507wpor Near-Instant Oracle Cloning with Syncsort AdvancedClient Technologies Introduction Are you a database administrator

More information

VERITAS NetBackup 6.0 Database and Application Protection

VERITAS NetBackup 6.0 Database and Application Protection VERITAS NetBackup 6.0 Database and Application Protection INNOVATIVE DATA PROTECTION When it comes to database and application recovery, VERITAS Software has a clear goal in mind simplify the complexity

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

Oracle Architecture. Overview

Oracle Architecture. Overview Oracle Architecture Overview The Oracle Server Oracle ser ver Instance Architecture Instance SGA Shared pool Database Cache Redo Log Library Cache Data Dictionary Cache DBWR LGWR SMON PMON ARCn RECO CKPT

More information

Using HP StoreOnce D2D systems for Microsoft SQL Server backups

Using HP StoreOnce D2D systems for Microsoft SQL Server backups Technical white paper Using HP StoreOnce D2D systems for Microsoft SQL Server backups Table of contents Executive summary 2 Introduction 2 Technology overview 2 HP StoreOnce D2D systems key features and

More information

Oracle Database In-Memory The Next Big Thing

Oracle Database In-Memory The Next Big Thing Oracle Database In-Memory The Next Big Thing Maria Colgan Master Product Manager #DBIM12c Why is Oracle do this Oracle Database In-Memory Goals Real Time Analytics Accelerate Mixed Workload OLTP No Changes

More information

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

Sawmill Log Analyzer Best Practices!! Page 1 of 6. Sawmill Log Analyzer Best Practices Sawmill Log Analyzer Best Practices!! Page 1 of 6 Sawmill Log Analyzer Best Practices! Sawmill Log Analyzer Best Practices!! Page 2 of 6 This document describes best practices for the Sawmill universal

More information

enabling Ultra-High Bandwidth Scalable SSDs with HLnand

enabling Ultra-High Bandwidth Scalable SSDs with HLnand www.hlnand.com enabling Ultra-High Bandwidth Scalable SSDs with HLnand May 2013 2 Enabling Ultra-High Bandwidth Scalable SSDs with HLNAND INTRODUCTION Solid State Drives (SSDs) are available in a wide

More information