Scalable Shared Databases for SQL Server 2005

Size: px
Start display at page:

Download "Scalable Shared Databases for SQL Server 2005"

Transcription

1 White Paper Scalable Shared Databases for SQL Server 2005 Achieving Linear Scalability for Scale-out Reporting using SQL Server 2005 Enterprise Edition Abstract: Microsoft SQL Server 2005 Enterprise Edition supports scale-out reporting through scalable shared databases. Scale-out reporting enables multiple SQL Server 2005 systems to attach a read-only copy of the same database. When deployed using PolyServe s Database Utility for SQL Server, Enterprises reduce report completion times by up to 16x. The solution reduces storage complexity, simplifying SQL Server scale-out for complex, off-hours reporting workloads. The PolyServe solution enables rapid transformation of OLTP to readonly data warehousing for scale-out and back again to OLTP in seconds. This proof of concept (POC) demonstrates PolyServe s solution for scalable shared databases. The POC consists of a 4-node PolyServe Matrix Server cluster running PolyServe s Database Utility for SQL Server and Microsoft SQL Server 2005 Enterprise Edition, connected to a SAN. PAGE 1 of 17 (877)

2 Scalable Shared Databases for SQL Server Achieving Linear Scalability for Scale-out Reporting using SQL Server 2005 Enterprise Edition... 1 Introduction...2 Single System Performance Limits... 2 Data Warehousing Challenges... 3 Introducing the Scalable Shared Database...3 Analysis... 4 Another Model for Scale Out: Shared Data...5 Storage Management... 5 Concurrent Scalability for Scale Out... 6 Proof of Concept Results...6 Data Center Use Case... 7 Configuration Overview... 8 Database Configuration Overview... 8 Performance Results... 8 Conclusions...11 The Database Utility Overview...12 The Database Utility for SQL Server Components...13 PolyServe s Cluster Volume Manager...14 Summary...15 PAGE 1 of 17 (877)

3 Introduction With rapidly growing production databases deployed on Microsoft SQL Server 2005, the need for timely and scalable reporting operations has become a business-critical need among Enterprises. Today, the size of databases deployed on individual SQL Server systems is often measured in the hundreds of Gigabytes to Terabytes. For larger databases, data warehouse preparation is challenging and time-consuming. Further, companies face time-constrained reporting windows where there is effectively less time and (as the database grows) less available computing power to complete resource-intensive reporting jobs within an off-hours reporting window. Single System Performance Limits When the power of SQL Server 2005 is combined with modern, industry-standard x64 servers and Storage Area Networks (SANs), Enterprises are provided with a robust platform for deploying mission-critical databases, at an optimal priceperformance. For single system scalability, SQL Server 2005 possesses numerous performance and memory management advancements to exploit resource utilization within a single system. For Online Transaction Processing (OLTP) where queries tend to be shorter and less resource-intensive a single server often provides adequate bandwidth. However, more complex workloads such as reporting, ad hoc queries, and data warehouse preparation often require more throughput than a single server can provide. Scanning tables, sorting large amounts of data, and running multiple reporting jobs concurrently all against the same database these are resourceintensive tasks that can easily overburden a single server system. For these workloads, the server is often the bottleneck. Consider a business requirement to execute 8 reports against a 300GB table used primarily for OLTP. The indexes have been optimized for OLTP. The query plans generated for the reports are based upon full table scans. If such reporting saturates a single server, the only way to complete the 8 reporting jobs in less time is to scale out to several servers, running multiple reports concurrently across multiple servers. PAGE 2 of 17 (877)

4 Data Warehousing Challenges Data warehouses and data marts often start small and simple (with a fact table or two and a few dimension tables). If successful, these small data warehouses may grow across an organization over time, transforming into corporate-wide repositories used for business intelligence and senior management decision support. One goal behind transforming a large read-write database to a read-only data warehouses is to offload performance-intensive reporting functions to another server. Another overarching goal of a data warehouse is to maintain fresh data. Every second spent on data warehouse preparation means less time spent on reporting and progressively less up-to-date data. From a performance perspective, it does not take long for multiple reporting operations to overburden servers and direct-attached storage during the off-hours data warehouse preparation and reporting usage periods. When faced with a fixed amount of time and fixed amount of bandwidth, the scalable shared database is a revolutionary breakthrough. Introducing the Scalable Shared Database Microsoft SQL Server 2005 Enterprise Edition supports scale-out reporting through Scalable Shared Databases. Scale-out reporting enables multiple SQL Server 2005 instances to attach a read-only version of the database. The KB article focuses on use-cases for reporting and data warehouse activity. In summary, the implementation described in the Microsoft KB article recommends the following configuration guidelines: Read Only NTFS Volumes. A Scalable Database must reside in a read-only volume or set of volumes. Note: this POC validates using Scalable Shared Databases on the PSFS (PolyServe File System), an NTFS-compatible file system built using Microsoft s Installable File System (IFS) Kit. Private tempdb. The Scalable Database must be attached to an instance that has private tempdb. SAN. The database must reside on a read-only volume configured using the diskpart.exe utility from the database server attached to a Storage Area Network. This POC obviates the need for this function. Windows Version Requirement. Scalable Shared Databases are supported only on Microsoft Windows Server 2003 Service Pack 1 or later. PAGE 3 of 17 (877)

5 The non-shared data approach described in the KB article documents how to maintain an updated copy of the production database. To use this copy of the database for scale-out reporting, a new read-only volume must be created and managed using DISKPART.exe. To do so, a volume and its database copy must be unmounted and remounted in read-only mode on all the reporting servers. Conversely, the volume must then be unmounted from all the reporting servers and re-mounted in read-write mode to refresh its contents (i.e., bring the database copy up to date with the production database). This cycle must be repeated for each reporting exercise. To say the least, it s a complicated process. This approach has been tested with scaling out to 8 nodes by Microsoft Corporation. Analysis The approach covered in the KB article is based on using read-only volumes containing replicated database copies for reporting. This is a functional approach. But, given the operational overhead, likely not entirely useful. An essential premise behind scalable shared databases is that the production database is large and growing and cannot be easily serviced by a single server for reporting or ad hoc query purposes. There are still challenges with scale out: Each database requires a replicate or snapshot copy to manage. This creates storage management overhead. There is effectively more storage and data to manage, across more logical management points for both the storage operator and DBA. Costly processing refreshes. Refreshing the replicated database affects the production database. Challenging to administer free space. There will be space management tasks for 1 large production database and its large replica. Challenging to maintain. Since the database is large, it would likely reside in several volumes, each of which must be individually managed. Mounting and unmounting volumes on each reporting server also creates administration overhead. PAGE 4 of 17 (877)

6 In the non-shared data approach, the volumes used for the replicated reporting database should be dedicated exclusively to reporting, since the volumes will be routinely unmounted and re-mounted in read-only mode. This will likely increase the total number of volumes to manage, per cluster. Another Model for Scale Out: Shared Data Another deployment option for scaling out databases on SQL Server 2005 is shared data. Through PolyServe s Database Utility, all servers have read-write access to all storage. This makes storage management, data warehouse preparation time, and scale out and back for reporting, an easy operation. To fully exploit the scale-out databases, an environment that supports scaling out to many nodes without replication and without explicit volume creation (as read-only), or mount/unmount operations, may be supported using the PolyServe solution. Storage Management Storage management is greatly simplified because all servers can see all storage. There are few volumes to manage, and storage does not have to be reconfigured. In the utility model, storage does not have to be reconfigured to be used in support of PAGE 5 of 17 (877)

7 scalable shared databases. Once provisioned, databases can be easily moved from server to server, in support of scale out and scale back operations. Concurrent Scalability for Scale Out Through a simple script operation, all SQL Server systems may attach the database as read-only. Reports or ad hoc queries can safely run on a server without affecting the performance of reports or queries running on other servers. In effect, reports are isolated to a given server. More servers can be added as needed, running concurrently across more servers against the same data. Proof of Concept Results As summarized above, SQL Server 2005 enables attaching a database in a readonly volume to more than one server. With PolyServe, there is no manual volume creation required. Attaching the read-only database to multiple servers can be automated through scheduling, or performed manually through a few easy steps. This vastly simplifies the job for the DBA. Now, instead of having to create, mount and un-mount multiple volumes to each new server in the cluster, a simple file group permissions operation is sufficient. Thus, the production database itself can be scaled out (mounted by multiple servers) in support of reporting operations. The benefits of Scalable Shared Database in the PolyServe Database Utility for SQL Server: No stale data work in near-real-time. The database can be kept up-to-date since no copying via replication nor are snapshots required. While replication and snapshots are both supported in the PolyServe solution, there is no need for replication, or snapshots unless the reporting job takes place on a remote cluster. Single-touch scale-out. Since this solution is based on PolyServe s solution for Windows Server, the degree of scale-out is 16 servers. No need for operator intervention to perform complicated mount/unmount operations Rapid transformation from OLTP to Scalable Shared Database for reporting operations, and back again o Transform from OLTP to Scalable Shared Database on 16 servers in less than 60 seconds o Scale back to read-write mode in less then 30 seconds PAGE 6 of 17 (877)

8 o Reporting can begin within seconds on current data on up to 16 servers Volumes can be shared and do not have to be dedicated to the scale-out database Tempdb databases for all servers can reside in the same high-performance volume as the production database No need to burden internal drives and other server resources. Since operations are automated, there is less burden on each server hosting the scale-out database. No volume sprawl. Since all pre-defined servers can share volumes in the SAN, there are fewer volumes to create, manage, and backup. Single point of backup. During the reporting window, one or more nodes in the cluster may be dedicated to backing up the production database while reporting jobs occur in parallel. Data Center Use Case Most datacenters dedicate certain hours of operation to reporting, ad hoc queries, and data warehouse preparation. With PolyServe s Utility approach to Scalable Shared Databases, not only is the transformation of the same database from OLTP to reporting performed in a matter of seconds, but the degree of scalability can be up to 16 servers. With 16 servers working on a set of reports, or performing intensive data warehouse preparation, the resultant window is reduced significantly freeing time to perform important database maintenance operations. For example, consider a data center that currently performs, Figure 1: Proof of Concept Main Table with 1,000,000 rows say, 50 reports each night in a reporting window of 4 hours. With the PolyServe approach to Scalable Shared PAGE 7 of 17 (877)

9 Database, the reporting could be reduced to as little as approximately 1/16 th the time, or roughly 15 minutes. With roughly 3 hours and 45 minutes of new found free time, it is then possible to scale back to OLTP mode to perform maintenance tasks such as index reorganization or statistics updating. Configuration Overview The Proof of Concept consisted of a 4-node PolyServe Matrix Server cluster for Windows, running SQL Server 2005 Enterprise Edition, attached to a Fiber Channel SAN. The servers were commodity dual-processor systems configured with 2GB physical memory. A PolyServe cluster filesystem was created in a high-performance cluster volume, created with Matrix Volume Manager, and mounted as drive S: Database Configuration Overview The database used for the Scalable Shared Database was called debit. The debit database had a single table, called card, which had 100,000,000 credit card transactions (see Figure 1). The properties of the primary file for the debit table is shown to the right, in Figure 2. The card schema is depicted in Figure 3, on the following page. The PolyServe cluster filesystem mounted as S: contained directories for both the scale-out database and all of the tempdb databases required by the scale-out servers; this is a simple way to deploy Scalable Shared Databases. Figure 4 shows, simply, how easy it is to have many tempdb databases located in a single, high performance PolyServe cluster filesystem in support of a large scale-out configuration. In the example, 4 directories were created named for each of the servers (e.g., tmr6s3) used in the Proof of Concept. The total space consumed by the card table was roughly 4.3GB. Performance Results Using the card table described above, a set of queries were constructed to Figure 2: Proof of Concept Main Table File Properties simulate a reporting workload that tests the Scalable Shared Database feature in the Database Utility model. The queries were constructed to stress all aspects of query processing. PAGE 8 of 17 (877)

10 These workloads include: Physical Disk I/O o The Query Plans involved full table scans of 100,000,000 rows o A full scan of the card table required 4.3GB of physical disk reads Processor and Memory Utilization o Data filtering Processing the WHERE predicate o Sorting o Grouping o Aggregation The measured test consisted of executing 8 consecutive ad hoc queries based on the example listed in the box below. As mentioned above, the card table was 4.3GB so the total reporting workload consisted of 34.4GB of sequential I/O. Randomization of the queries was achieved by plugging in different values for m and n in the BETWEEN clause. There were approximately 1,000,000 unique vendors stored in the vendor_id column, and 26 transaction types stored in the trantype Figure 3: Card Table Attributes column. On average, randomly assigning values for the BETWEEN clause rendered a dataset of approximately 13,000,000 rows for the sorting, grouping and aggregation tasks. SELECT vendor_id, avg(amt) avamt FROM card WHERE trantype BETWEEN m AND n GROUP BY vendor_id ORDER BY avamt desc; After the baseline results were collected from 1 server, the PolyServe sql_scale.exe command was executed to prepare the Scalable Shared Database on 2 servers. The same 8 queries were then executed 4 per server and complete times measured. The test was then scaled out to 4 servers where 2 of the 8 reports were executed on each server and complete times measured. Between each server count test, the database was transformed from scale-out mode to OLTP mode and a few more rows were inserted in order to validate the PAGE 9 of 17 (877)

11 transformation from Scalable Shared Database mode to OLTP mode. The database was then transformed once again to a scale-out database on the next number of servers to be tested (e.g., scaling from 2 to 4 servers). At most only 58 seconds transpired between measured executions of the query set. That is, no more than 58 seconds was required for the following tasks between measured runs of the benchmark: 1. Scaling back the database from scale-out read-only mode to OLTP read/write mode 2. Execute a small number of insertions into the card table 3. Scaling out the database to the next number of nodes (e.g., from 2 to 4). The task of scaling out the database includes the startup time for all the instances. Incidentally, with PolyServe s solution, the instances can be started in parallel on all servers so the preparation time of the Scalable Shared Database was standardized. Measured Results The baseline job complete time for the 8 queries executed on 1 server was 48 minutes. After scaling out with the sql_scale.exe tool and running 4 queries on each of 2 servers, the job complete time was reduced to 24 minutes linear scalability. Finally, the sql_scale.exe tool was used to scale-out to 4 servers. The same 8 queries were once again executed, 2 per server. The job complete time was 14 minutes as depicted in Figure 6. All told, the scalability from 1 to 4 nodes was 86%. Figure 4: Simplicity of using PolyServe Matrix Server for PAGE 10 of 17 (877)

12 Reporting Workload Complete Times Minutes Number of Servers Figure 6: Scalability of the Scalable Shared Database on PolyServe Matrix Server Linear Scalability Requires a Balanced Hardware Configuration Given the architecture of the Scalable Shared Database, the only component that can affect scalability is storage bandwidth, as documented in this Proof of Concept at 4 servers. The storage allocated to the small Matrix Server test cluster from the SAN was sufficient to sustain increased I/O demand from 1 to 2 servers, but I/O latency increased from 2 to 4 servers. Thus, scalability was slightly affected. Adding disk capacity in the PolyServe Database Utility for SQL Server is a non-intrusive adminstrative action so this sort of bottleneck is simple to remedy. Conclusions Given ample SAN resources, PolyServe s implementation of the Scalable Shared Database delivers linear scalability for SQL Server To achieve linear scalability, an appropriate amount of both system and storage bandwidth must be available to the reporting operations. An individual array, depending on the vendor, may provide sufficient bandwidth for some applications. For others, more storage bandwidth may be required. The Scalable Shared Database option, combined with PolyServe Matrix Server for Windows Server, included with the Database Utility for SQL Server, provides an easy way to achieve linear system scalability. To achieve cost-effective storage bandwidth scalability through software to scaleout storage PolyServe s Cluster Volume Manager (CVM) may be utilized. PAGE 11 of 17 (877)

13 The Database Utility Overview Built on SQL Server and Windows Server, PolyServe s Database Utility for SQL Server is deeply integrated with both Windows Server and SQL Server. One of the core products provided with the Database Utility for SQL Server is Matrix Server for Windows Server. Matrix Server provides the underlying technology enabling this form of scale-out reporting. This technology provides the building blocks for shared data. Shared data means all servers can safely share storage and data on the SAN. PolyServe s NTFS-compatible Cluster File System, included with Matrix Server, and designed using Microsoft s Installable File System Kit, supports concurrent, direct, read/write activity through a cache-coherent cluster file system (PSFS). This enables a simple, one-touch operation for mounting the shared database across multiple servers in the cluster simultaneously. Shared data also means all the databases are stored in a single place that can be accessed by all of the servers simultaneously. This means moving any SQL database (read-only or read-write) from one server to another can be performed rapidly, and with minimal storage operator or DBA intervention. In short, shared data brings the following fundamental benefits: A single pool of servers: In this approach, you no longer think of installing a database on any particular server. Instead, you install into the cluster, and the database can then run on any server in the cluster. This allows an administrator to move a database from one server to another in order to rebalance load and maintain an appropriate level of utilization without any need to copy or migrate data. It also means if any server fails, the databases it had been running can immediately and automatically be restarted on other machines, ensuring high availability. A single pool of storage: Similarly, there is no need to manage storage on a server-by-server basis and no requirement to have a backup job per server or separate monitoring for each server s free space pool. In addition, because the servers are connected to storage over a SAN, it is easy to provision more storage when required but that is only done when the environment as a whole needs more space. Flexibility: A shared data cluster can be formed from servers you already own. There is no need to buy matched servers; you can mix servers from different vendors, with different processor types and speeds, different numbers of processors and different memory configurations. You can even mix Windows 2000 and Windows Server 2003 in the same cluster, and use PAGE 12 of 17 (877)

14 the shared storage pool to migrate databases to Windows Server 2003 without having to copy data. Easy scalability: It is easy to add servers to a cluster if overall demand grows, and databases can be shifted in a matter of seconds onto newly added servers with no need for data copying. (Conversely, if workloads drop, you can shift databases off some of the servers and remove them for repurposing.) Databases receive full native performance with no virtualization overhead or virtualization limits, so if a database requires the full speed and capacity of a large server, it can have it. Once a cluster is created, adding Scalable Shared Databases becomes as easy as right-clicking and rehosting a given read-only database to any other server in the cluster. Easy high availability: Because all servers have access to all databases, high availability becomes easy to implement with no requirement for doubling up hardware. Simply by specifying where a database should be restarted in the event of failure from among any of the servers in the cluster you can ensure the database will remain available. The shared storage pool requires none of the complicated and brittle configuration on a server-pair-by-serverpair basis that traditional failover clustering can entail. The following section describes the SQL Server-specific components included with PolyServe Database Utility for SQL Server. The Database Utility for SQL Server Components The final necessary ingredient to both Scalable Shared Databases and simplified management of SQL Server is SQL Server integration. The Database Utility provides an integration layer that applies the core capabilities of Matrix Server and the Cluster Volume Manager to SQL Server. This layer, called the Database Utility for SQL Server, includes: A SQL Server Health Monitor that periodically probes SQL Server instances within the cluster to ensure that client requests are being successfully handled. This will detect if a SQL Server instance hangs, even if the operating system and hardware remain healthy. A SQL Instance Virtualizer that allows the creation of a Virtual SQL Server. A virtual SQL Server is an adaptation of the Matrix Server virtual host concept. It consists of a virtual IP address that clients use to connect, a specified primary server in the cluster, a prioritized list of backup servers, and from one to 16 associated SQL Server instances. If a server fails, the Virtualizer will move the virtual IP address to the top server in the list that is capable of hosting the virtual SQL server; it then restarts the database instances in the new location. Note that, unlike server virtualization, the SQL PAGE 13 of 17 (877)

15 instance Virtualizer component itself is not active during normal operation. Thus there is no performance penalty; SQL runs at full native speed, with native access to all hardware resources. The Virtualizer also ensures that a given database is only ever accessed from one server at a time, since SQL Server is not designed to allow multiple server concurrent access. A SQL Server Registry Replicator. SQL Server stores some configuration information in the Windows registry, which is located on each server s individual C: drive. To ensure this information is available to other servers in the cluster if a database instance needs to move, the Solution Pack includes a component that automatically replicates relevant registry information into the cluster-wide shared storage. A SQL Installation and hotfix Updater agent. To simplify installation of SQL Server and of hotfixes across multiple servers, the Solution Pack includes a push installer agent. The administrator simply places the appropriate installation packages in the shared file system, then uses the push installer agent to perform installations or hotfix updates across the entire cluster what PolyServe calls one-click maintenance. The Database Utility for SQL Server thus provides an easy way to move SQL Server instances within a cluster to improve resource utilization, an easy path to complete high availability for all instances in the cluster, and a simple way of performing typical SQL Server installation and maintenance tasks, all leveraging the core capabilities of Matrix Server and Volume Manager. The shared data pool provided by Matrix Server is used to store SQL databases and log files in a single location, accessible to all servers. The Matrix Volume Manager allows this storage pool to be spread across space on multiple storage arrays. Matrix Server s high-availability and applicationcontrol engine ensures that databases remain available regardless of server failures and, through Dynamic Re-Hosting, allows administrators to adjust work assignments to maximize utilization. Matrix Manager provides a single point for monitoring and controlling these elements. PolyServe s Cluster Volume Manager PolyServe s Windows-based Cluster Volume Manager enables multiple storage arrays (or storage devices within an array) to be grouped together into scalable, high-speed, storage pools available to all SQL Server systems in the cluster. Matrix Server provides the foundation for the Database Utility for SQL Server by allowing a set of servers to access shared file systems simultaneously and thus be managed as a single unit. The Cluster Volume Manager provides an analogous capability for storage. The CVM allows disk space from multiple storage arrays to be used and managed as a single pool. PAGE 14 of 17 (877)

16 With the CVM, an administrator can create a single volume from free space on multiple arrays (or in multiple LUNs on a single array). In this way a file system can make use of whatever storage is available. The CVM also allows a volume to be striped across multiple arrays. This can improve I/O rates by aggregating the performance of the arrays, which is especially useful for sequential workloads frequently associated with data warehouses. Through concatenation or striping, CVM permits the construction of huge file systems that exceed the typical 2TB limit on the size of individual LUNs. In some environments, it is customary to configure every storage array with a set of LUNs of a fixed size say, 30 gigabytes. The CVM allows a server administrator to construct file systems of whatever sizes are desired using these fixed LUNs. Finally, if a file system is becoming too full, the CVM can be used to expand the file system, without taking the cluster down, using free space from any array accessible to the cluster. If the storage ever becomes a bottleneck, as it did in the POC, the Volume Manager enables multiple storage devices controllers, cabinets, or arrays to be aggregated together into high-performance shared storage pools. Once these pools are created, the volume manager can be used to stripe across each volume (LUN) to effectively aggregate the bandwidth across each device. Thus, if a single shared pool was composed of two LUNs, each located on a separate array, the logical, shared volume could span both arrays, aggregating the performance of each array (across spindles, controllers, and paths to the cluster attached to the storage). Like all other aspects of the Database Utility, the CVM is managed cluster-wide from a single control point. Thus, just as Matrix Server allows servers data sets to be handled in a unified way, the Volume Manager allows the physical storage resources associated with a cluster to be used and managed as a single entity. Summary Microsoft SQL Server 2005 Enterprise Edition now supports scale-out reporting through Scalable Shared Databases. Scale-out reporting enables multiple SQL Server 2005 systems to mount a read-only copy of a database. When deployed using PolyServe s Database Utility for SQL Server, Enterprises may achieve linear scalability of SQL Server for reporting, reduce reporting times up to 16x, and eliminate manual storage configuration processes. PAGE 15 of 17 (877)

17 This proof of concept (POC) demonstrates PolyServe s solution for the Scalable Shared Database. The POC consists of a 4-node PolyServe Matrix Server cluster running PolyServe s Database Utility for SQL Server and Microsoft SQL Server 2005 Enterprise Edition, connected to a SAN. PAGE 16 of 17 (877)

The UnAppliance provides Higher Performance, Lower Cost File Serving

The UnAppliance provides Higher Performance, Lower Cost File Serving The UnAppliance provides Higher Performance, Lower Cost File Serving The UnAppliance is an alternative to traditional NAS solutions using industry standard servers and storage for a more efficient and

More information

QuickSpecs. HP PolyServe Software for Microsoft SQL Server. Product Overview. Retired. Key features of the HP PolyServe software include:

QuickSpecs. HP PolyServe Software for Microsoft SQL Server. Product Overview. Retired. Key features of the HP PolyServe software include: Product Overview The enables multiple SQL Server instances to be consolidated onto substantially fewer servers and centralized SAN storage. The unique "shared data" architecture of the HP PolyServe software

More information

The Path to Lower-Cost, Scalable, Highly Available Windows File Serving

The Path to Lower-Cost, Scalable, Highly Available Windows File Serving The Path to Lower-Cost, Scalable, Highly Available Windows File Serving Higher Performance, Modular Expansion, Fault Tolerance at a Lower Cost The Challenges of Cost Effective, Scalable File Services for

More information

Catalogic DPX TM 4.3. ECX 2.0 Best Practices for Deployment and Cataloging

Catalogic DPX TM 4.3. ECX 2.0 Best Practices for Deployment and Cataloging Catalogic DPX TM 4.3 ECX 2.0 Best Practices for Deployment and Cataloging 1 Catalogic Software, Inc TM, 2015. All rights reserved. This publication contains proprietary and confidential material, and is

More information

VEXATA FOR ORACLE. Digital Business Demands Performance and Scale. Solution Brief

VEXATA FOR ORACLE. Digital Business Demands Performance and Scale. Solution Brief Digital Business Demands Performance and Scale As enterprises shift to online and softwaredriven business models, Oracle infrastructure is being pushed to run at exponentially higher scale and performance.

More information

Optimizing and Managing File Storage in Windows Environments

Optimizing and Managing File Storage in Windows Environments Optimizing and Managing File Storage in Windows Environments A Powerful Solution Based on Microsoft DFS and Virtual File Manager September 2006 TR-3511 Abstract The Microsoft Distributed File System (DFS)

More information

EMC CLARiiON Backup Storage Solutions

EMC CLARiiON Backup Storage Solutions Engineering White Paper Backup-to-Disk Guide with Computer Associates BrightStor ARCserve Backup Abstract This white paper describes how to configure EMC CLARiiON CX series storage systems with Computer

More information

Accelerate Applications Using EqualLogic Arrays with directcache

Accelerate Applications Using EqualLogic Arrays with directcache Accelerate Applications Using EqualLogic Arrays with directcache Abstract This paper demonstrates how combining Fusion iomemory products with directcache software in host servers significantly improves

More information

Was ist dran an einer spezialisierten Data Warehousing platform?

Was ist dran an einer spezialisierten Data Warehousing platform? Was ist dran an einer spezialisierten Data Warehousing platform? Hermann Bär Oracle USA Redwood Shores, CA Schlüsselworte Data warehousing, Exadata, specialized hardware proprietary hardware Introduction

More information

VERITAS Storage Foundation 4.0 TM for Databases

VERITAS Storage Foundation 4.0 TM for Databases VERITAS Storage Foundation 4.0 TM for Databases Powerful Manageability, High Availability and Superior Performance for Oracle, DB2 and Sybase Databases Enterprises today are experiencing tremendous growth

More information

Hedvig as backup target for Veeam

Hedvig as backup target for Veeam Hedvig as backup target for Veeam Solution Whitepaper Version 1.0 April 2018 Table of contents Executive overview... 3 Introduction... 3 Solution components... 4 Hedvig... 4 Hedvig Virtual Disk (vdisk)...

More information

EMC Business Continuity for Microsoft Applications

EMC Business Continuity for Microsoft Applications EMC Business Continuity for Microsoft Applications Enabled by EMC Celerra, EMC MirrorView/A, EMC Celerra Replicator, VMware Site Recovery Manager, and VMware vsphere 4 Copyright 2009 EMC Corporation. All

More information

Condusiv s V-locity Server Boosts Performance of SQL Server 2012 by 55%

Condusiv s V-locity Server Boosts Performance of SQL Server 2012 by 55% openbench Labs Executive Briefing: May 20, 2013 Condusiv s V-locity Server Boosts Performance of SQL Server 2012 by 55% Optimizing I/O for Increased Throughput and Reduced Latency on Physical Servers 01

More information

Microsoft Office SharePoint Server 2007

Microsoft Office SharePoint Server 2007 Microsoft Office SharePoint Server 2007 Enabled by EMC Celerra Unified Storage and Microsoft Hyper-V Reference Architecture Copyright 2010 EMC Corporation. All rights reserved. Published May, 2010 EMC

More information

Abstract. The Challenges. ESG Lab Review InterSystems IRIS Data Platform: A Unified, Efficient Data Platform for Fast Business Insight

Abstract. The Challenges. ESG Lab Review InterSystems IRIS Data Platform: A Unified, Efficient Data Platform for Fast Business Insight ESG Lab Review InterSystems Data Platform: A Unified, Efficient Data Platform for Fast Business Insight Date: April 218 Author: Kerry Dolan, Senior IT Validation Analyst Abstract Enterprise Strategy Group

More information

A Thorough Introduction to 64-Bit Aggregates

A Thorough Introduction to 64-Bit Aggregates Technical Report A Thorough Introduction to 64-Bit Aggregates Shree Reddy, NetApp September 2011 TR-3786 CREATING AND MANAGING LARGER-SIZED AGGREGATES The NetApp Data ONTAP 8.0 operating system operating

More information

White Paper. A System for Archiving, Recovery, and Storage Optimization. Mimosa NearPoint for Microsoft

White Paper. A System for  Archiving, Recovery, and Storage Optimization. Mimosa NearPoint for Microsoft White Paper Mimosa Systems, Inc. November 2007 A System for Email Archiving, Recovery, and Storage Optimization Mimosa NearPoint for Microsoft Exchange Server and EqualLogic PS Series Storage Arrays CONTENTS

More information

EMC Integrated Infrastructure for VMware. Business Continuity

EMC Integrated Infrastructure for VMware. Business Continuity EMC Integrated Infrastructure for VMware Business Continuity Enabled by EMC Celerra and VMware vcenter Site Recovery Manager Reference Architecture Copyright 2009 EMC Corporation. All rights reserved.

More information

EMC XTREMCACHE ACCELERATES VIRTUALIZED ORACLE

EMC XTREMCACHE ACCELERATES VIRTUALIZED ORACLE White Paper EMC XTREMCACHE ACCELERATES VIRTUALIZED ORACLE EMC XtremSF, EMC XtremCache, EMC Symmetrix VMAX and Symmetrix VMAX 10K, XtremSF and XtremCache dramatically improve Oracle performance Symmetrix

More information

Performance Testing December 16, 2017

Performance Testing December 16, 2017 December 16, 2017 1 1. vsan Performance Testing 1.1.Performance Testing Overview Table of Contents 2 1. vsan Performance Testing Performance Testing 3 1.1 Performance Testing Overview Performance Testing

More information

Four-Socket Server Consolidation Using SQL Server 2008

Four-Socket Server Consolidation Using SQL Server 2008 Four-Socket Server Consolidation Using SQL Server 28 A Dell Technical White Paper Authors Raghunatha M Leena Basanthi K Executive Summary Businesses of all sizes often face challenges with legacy hardware

More information

VERITAS Volume Manager for Windows 2000

VERITAS Volume Manager for Windows 2000 VERITAS Volume Manager for Windows 2000 Advanced Storage Management Technology for the Windows 2000 Platform In distributed client/server environments, users demand that databases, mission-critical applications

More information

Nutanix Tech Note. Virtualizing Microsoft Applications on Web-Scale Infrastructure

Nutanix Tech Note. Virtualizing Microsoft Applications on Web-Scale Infrastructure Nutanix Tech Note Virtualizing Microsoft Applications on Web-Scale Infrastructure The increase in virtualization of critical applications has brought significant attention to compute and storage infrastructure.

More information

Designing Data Protection Strategies for Oracle Databases

Designing Data Protection Strategies for Oracle Databases WHITE PAPER Designing Data Protection Strategies for Oracle Databases VERITAS Backup Exec 9.1 for Windows Servers Agent for Oracle 11/20/2003 1 TABLE OF CONTENTS Introduction...3 Oracle Backup Basics...3

More information

White Paper. Low Cost High Availability Clustering for the Enterprise. Jointly published by Winchester Systems Inc. and Red Hat Inc.

White Paper. Low Cost High Availability Clustering for the Enterprise. Jointly published by Winchester Systems Inc. and Red Hat Inc. White Paper Low Cost High Availability Clustering for the Enterprise Jointly published by Winchester Systems Inc. and Red Hat Inc. Linux Clustering Moves Into the Enterprise Mention clustering and Linux

More information

Storage Designed to Support an Oracle Database. White Paper

Storage Designed to Support an Oracle Database. White Paper Storage Designed to Support an Oracle Database White Paper Abstract Databases represent the backbone of most organizations. And Oracle databases in particular have become the mainstream data repository

More information

StorageCraft OneBlox and Veeam 9.5 Expert Deployment Guide

StorageCraft OneBlox and Veeam 9.5 Expert Deployment Guide TECHNICAL DEPLOYMENT GUIDE StorageCraft OneBlox and Veeam 9.5 Expert Deployment Guide Overview StorageCraft, with its scale-out storage solution OneBlox, compliments Veeam to create a differentiated diskbased

More information

Assessing performance in HP LeftHand SANs

Assessing performance in HP LeftHand SANs Assessing performance in HP LeftHand SANs HP LeftHand Starter, Virtualization, and Multi-Site SANs deliver reliable, scalable, and predictable performance White paper Introduction... 2 The advantages of

More information

Best Practices. Deploying Optim Performance Manager in large scale environments. IBM Optim Performance Manager Extended Edition V4.1.0.

Best Practices. Deploying Optim Performance Manager in large scale environments. IBM Optim Performance Manager Extended Edition V4.1.0. IBM Optim Performance Manager Extended Edition V4.1.0.1 Best Practices Deploying Optim Performance Manager in large scale environments Ute Baumbach (bmb@de.ibm.com) Optim Performance Manager Development

More information

A Thorough Introduction to 64-Bit Aggregates

A Thorough Introduction to 64-Bit Aggregates TECHNICAL REPORT A Thorough Introduction to 64-Bit egates Uday Boppana, NetApp March 2010 TR-3786 CREATING AND MANAGING LARGER-SIZED AGGREGATES NetApp Data ONTAP 8.0 7-Mode supports a new aggregate type

More information

Designing Data Protection Strategies for Oracle Databases

Designing Data Protection Strategies for Oracle Databases WHITE PAPER Designing Data Protection Strategies for Oracle Databases VERITAS Backup Exec 9.0 for Windows Servers Agent for Oracle VERSION INCLUDES TABLE OF CONTENTS STYLES 1 TABLE OF CONTENTS Introduction...3

More information

Virtualizing SQL Server 2008 Using EMC VNX Series and VMware vsphere 4.1. Reference Architecture

Virtualizing SQL Server 2008 Using EMC VNX Series and VMware vsphere 4.1. Reference Architecture Virtualizing SQL Server 2008 Using EMC VNX Series and VMware vsphere 4.1 Copyright 2011, 2012 EMC Corporation. All rights reserved. Published March, 2012 EMC believes the information in this publication

More information

Using ESVA to Optimize Returns on Investment

Using ESVA to Optimize Returns on Investment Using ESVA to Optimize Returns on Investment White paper Abstract This white paper explains how ESVA helps users optimize returns of achievement by achieving maximized capacity utilization, fully-utilized

More information

StorageCraft OneXafe and Veeam 9.5

StorageCraft OneXafe and Veeam 9.5 TECHNICAL DEPLOYMENT GUIDE NOV 2018 StorageCraft OneXafe and Veeam 9.5 Expert Deployment Guide Overview StorageCraft, with its scale-out storage solution OneXafe, compliments Veeam to create a differentiated

More information

An Oracle White Paper June Exadata Hybrid Columnar Compression (EHCC)

An Oracle White Paper June Exadata Hybrid Columnar Compression (EHCC) An Oracle White Paper June 2011 (EHCC) Introduction... 3 : Technology Overview... 4 Warehouse Compression... 6 Archive Compression... 7 Conclusion... 9 Introduction enables the highest levels of data compression

More information

Distributed Filesystem

Distributed Filesystem Distributed Filesystem 1 How do we get data to the workers? NAS Compute Nodes SAN 2 Distributing Code! Don t move data to workers move workers to the data! - Store data on the local disks of nodes in the

More information

CA485 Ray Walshe Google File System

CA485 Ray Walshe Google File System Google File System Overview Google File System is scalable, distributed file system on inexpensive commodity hardware that provides: Fault Tolerance File system runs on hundreds or thousands of storage

More information

Data center requirements

Data center requirements Prerequisites, page 1 Data center workflow, page 2 Determine data center requirements, page 2 Gather data for initial data center planning, page 2 Determine the data center deployment model, page 3 Determine

More information

Oracle Exadata: Strategy and Roadmap

Oracle Exadata: Strategy and Roadmap Oracle Exadata: Strategy and Roadmap - New Technologies, Cloud, and On-Premises Juan Loaiza Senior Vice President, Database Systems Technologies, Oracle Safe Harbor Statement The following is intended

More information

EMC XTREMCACHE ACCELERATES ORACLE

EMC XTREMCACHE ACCELERATES ORACLE White Paper EMC XTREMCACHE ACCELERATES ORACLE EMC XtremSF, EMC XtremCache, EMC VNX, EMC FAST Suite, Oracle Database 11g XtremCache extends flash to the server FAST Suite automates storage placement in

More information

FIVE BEST PRACTICES FOR ENSURING A SUCCESSFUL SQL SERVER MIGRATION

FIVE BEST PRACTICES FOR ENSURING A SUCCESSFUL SQL SERVER MIGRATION FIVE BEST PRACTICES FOR ENSURING A SUCCESSFUL SQL SERVER MIGRATION The process of planning and executing SQL Server migrations can be complex and risk-prone. This is a case where the right approach and

More information

Benefits of Multi-Node Scale-out Clusters running NetApp Clustered Data ONTAP. Silverton Consulting, Inc. StorInt Briefing

Benefits of Multi-Node Scale-out Clusters running NetApp Clustered Data ONTAP. Silverton Consulting, Inc. StorInt Briefing Benefits of Multi-Node Scale-out Clusters running NetApp Clustered Data ONTAP Silverton Consulting, Inc. StorInt Briefing BENEFITS OF MULTI- NODE SCALE- OUT CLUSTERS RUNNING NETAPP CDOT PAGE 2 OF 7 Introduction

More information

Condusiv s V-locity VM Accelerates Exchange 2010 over 60% on Virtual Machines without Additional Hardware

Condusiv s V-locity VM Accelerates Exchange 2010 over 60% on Virtual Machines without Additional Hardware openbench Labs Executive Briefing: March 13, 2013 Condusiv s V-locity VM Accelerates Exchange 2010 over 60% on Virtual Machines without Additional Hardware Optimizing I/O for Increased Throughput and Reduced

More information

Hybrid Storage for Data Warehousing. Colin White, BI Research September 2011 Sponsored by Teradata and NetApp

Hybrid Storage for Data Warehousing. Colin White, BI Research September 2011 Sponsored by Teradata and NetApp Hybrid Storage for Data Warehousing Colin White, BI Research September 2011 Sponsored by Teradata and NetApp HYBRID STORAGE FOR DATA WAREHOUSING Ever since the advent of enterprise data warehousing some

More information

EMC Virtual Infrastructure for Microsoft Exchange 2010 Enabled by EMC Symmetrix VMAX, VMware vsphere 4, and Replication Manager

EMC Virtual Infrastructure for Microsoft Exchange 2010 Enabled by EMC Symmetrix VMAX, VMware vsphere 4, and Replication Manager EMC Virtual Infrastructure for Microsoft Exchange 2010 Enabled by EMC Symmetrix VMAX, VMware vsphere 4, and Replication Manager Reference Architecture Copyright 2010 EMC Corporation. All rights reserved.

More information

VMware vsphere VMFS First Published On: Last Updated On:

VMware vsphere VMFS First Published On: Last Updated On: First Published On: 10-24-2017 Last Updated On: 10-24-2017 1 Table of Contents 1. Introduction 1.1.Introduction 2. Background 2.1.Background 3. VMFS Technical Overview 3.1.VMFS Technical Overview 4. Features

More information

Hyper-Converged Infrastructure: Providing New Opportunities for Improved Availability

Hyper-Converged Infrastructure: Providing New Opportunities for Improved Availability Hyper-Converged Infrastructure: Providing New Opportunities for Improved Availability IT teams in companies of all sizes face constant pressure to meet the Availability requirements of today s Always-On

More information

EMC CLARiiON CX3-80 EMC Metropolitan Recovery for SQL Server 2005 Enabled by Replication Manager and MirrorView/S

EMC CLARiiON CX3-80 EMC Metropolitan Recovery for SQL Server 2005 Enabled by Replication Manager and MirrorView/S Enterprise Solutions for Microsoft SQL Server 2005 EMC CLARiiON CX3-80 EMC Metropolitan Recovery for SQL Server 2005 Enabled by Replication Manager and MirrorView/S Reference Architecture EMC Global Solutions

More information

What s New in VMware vsphere 4.1 Performance. VMware vsphere 4.1

What s New in VMware vsphere 4.1 Performance. VMware vsphere 4.1 What s New in VMware vsphere 4.1 Performance VMware vsphere 4.1 T E C H N I C A L W H I T E P A P E R Table of Contents Scalability enhancements....................................................................

More information

Veeam with Cohesity Data Platform

Veeam with Cohesity Data Platform Veeam with Cohesity Data Platform Table of Contents About This Guide: 2 Data Protection for VMware Environments: 2 Benefits of using the Cohesity Data Platform with Veeam Backup & Replication: 4 Appendix

More information

The Google File System

The Google File System The Google File System Sanjay Ghemawat, Howard Gobioff and Shun Tak Leung Google* Shivesh Kumar Sharma fl4164@wayne.edu Fall 2015 004395771 Overview Google file system is a scalable distributed file system

More information

Virtualized SQL Server Performance and Scaling on Dell EMC XC Series Web-Scale Hyper-converged Appliances Powered by Nutanix Software

Virtualized SQL Server Performance and Scaling on Dell EMC XC Series Web-Scale Hyper-converged Appliances Powered by Nutanix Software Virtualized SQL Server Performance and Scaling on Dell EMC XC Series Web-Scale Hyper-converged Appliances Powered by Nutanix Software Dell EMC Engineering January 2017 A Dell EMC Technical White Paper

More information

IBM Tivoli Storage Manager for Windows Version Installation Guide IBM

IBM Tivoli Storage Manager for Windows Version Installation Guide IBM IBM Tivoli Storage Manager for Windows Version 7.1.8 Installation Guide IBM IBM Tivoli Storage Manager for Windows Version 7.1.8 Installation Guide IBM Note: Before you use this information and the product

More information

FOUR WAYS TO LOWER THE COST OF REPLICATION

FOUR WAYS TO LOWER THE COST OF REPLICATION WHITE PAPER I JANUARY 2010 FOUR WAYS TO LOWER THE COST OF REPLICATION How an Ultra-Efficient, Virtualized Storage Platform Brings Disaster Recovery within Reach for Any Organization FOUR WAYS TO LOWER

More information

SWsoft ADVANCED VIRTUALIZATION AND WORKLOAD MANAGEMENT ON ITANIUM 2-BASED SERVERS

SWsoft ADVANCED VIRTUALIZATION AND WORKLOAD MANAGEMENT ON ITANIUM 2-BASED SERVERS SWsoft ADVANCED VIRTUALIZATION AND WORKLOAD MANAGEMENT ON ITANIUM 2-BASED SERVERS Abstract Virtualization and workload management are essential technologies for maximizing scalability, availability and

More information

CSE 124: Networked Services Fall 2009 Lecture-19

CSE 124: Networked Services Fall 2009 Lecture-19 CSE 124: Networked Services Fall 2009 Lecture-19 Instructor: B. S. Manoj, Ph.D http://cseweb.ucsd.edu/classes/fa09/cse124 Some of these slides are adapted from various sources/individuals including but

More information

IMPROVING THE PERFORMANCE, INTEGRITY, AND MANAGEABILITY OF PHYSICAL STORAGE IN DB2 DATABASES

IMPROVING THE PERFORMANCE, INTEGRITY, AND MANAGEABILITY OF PHYSICAL STORAGE IN DB2 DATABASES IMPROVING THE PERFORMANCE, INTEGRITY, AND MANAGEABILITY OF PHYSICAL STORAGE IN DB2 DATABASES Ram Narayanan August 22, 2003 VERITAS ARCHITECT NETWORK TABLE OF CONTENTS The Database Administrator s Challenge

More information

Benefits of Automatic Data Tiering in OLTP Database Environments with Dell EqualLogic Hybrid Arrays

Benefits of Automatic Data Tiering in OLTP Database Environments with Dell EqualLogic Hybrid Arrays TECHNICAL REPORT: Performance Study Benefits of Automatic Data Tiering in OLTP Database Environments with Dell EqualLogic Hybrid Arrays ABSTRACT The Dell EqualLogic hybrid arrays PS6010XVS and PS6000XVS

More information

NetApp Clustered Data ONTAP 8.2 Storage QoS Date: June 2013 Author: Tony Palmer, Senior Lab Analyst

NetApp Clustered Data ONTAP 8.2 Storage QoS Date: June 2013 Author: Tony Palmer, Senior Lab Analyst ESG Lab Spotlight NetApp Clustered Data ONTAP 8.2 Storage QoS Date: June 2013 Author: Tony Palmer, Senior Lab Analyst Abstract: This ESG Lab Spotlight explores how NetApp Data ONTAP 8.2 Storage QoS can

More information

STORAGE CONFIGURATION GUIDE: CHOOSING THE RIGHT ARCHITECTURE FOR THE APPLICATION AND ENVIRONMENT

STORAGE CONFIGURATION GUIDE: CHOOSING THE RIGHT ARCHITECTURE FOR THE APPLICATION AND ENVIRONMENT WHITEPAPER STORAGE CONFIGURATION GUIDE: CHOOSING THE RIGHT ARCHITECTURE FOR THE APPLICATION AND ENVIRONMENT This document is designed to aid in the configuration and deployment of Nexsan storage solutions

More information

LEVERAGING EMC FAST CACHE WITH SYBASE OLTP APPLICATIONS

LEVERAGING EMC FAST CACHE WITH SYBASE OLTP APPLICATIONS White Paper LEVERAGING EMC FAST CACHE WITH SYBASE OLTP APPLICATIONS Abstract This white paper introduces EMC s latest innovative technology, FAST Cache, and emphasizes how users can leverage it with Sybase

More information

VERITAS Database Edition for Sybase. Technical White Paper

VERITAS Database Edition for Sybase. Technical White Paper VERITAS Database Edition for Sybase Technical White Paper M A R C H 2 0 0 0 Introduction Data availability is a concern now more than ever, especially when it comes to having access to mission-critical

More information

Microsoft SQL Server 2012 Fast Track Reference Architecture Using PowerEdge R720 and Compellent SC8000

Microsoft SQL Server 2012 Fast Track Reference Architecture Using PowerEdge R720 and Compellent SC8000 Microsoft SQL Server 2012 Fast Track Reference Architecture Using PowerEdge R720 and Compellent SC8000 This whitepaper describes the Dell Microsoft SQL Server Fast Track reference architecture configuration

More information

Reference Architectures for designing and deploying Microsoft SQL Server Databases in Active System800 Platform

Reference Architectures for designing and deploying Microsoft SQL Server Databases in Active System800 Platform Reference Architectures for designing and deploying Microsoft SQL Server Databases in Active System800 Platform Discuss database workload classification for designing and deploying SQL server databases

More information

Infinite Volumes Management Guide

Infinite Volumes Management Guide ONTAP 9 Infinite Volumes Management Guide September 2016 215-11160_B0 doccomments@netapp.com Visit the new ONTAP 9 Documentation Center: docs.netapp.com/ontap-9/index.jsp Table of Contents 3 Contents

More information

Parallels Virtuozzo Containers

Parallels Virtuozzo Containers Parallels Virtuozzo Containers White Paper More Efficient Virtualization Management: Templates www.parallels.com Version 2.0 Table of Contents Table of Contents... 2 OS, Middleware or VM Sprawl... 3 Why

More information

Lenovo Database Configuration for Microsoft SQL Server TB

Lenovo Database Configuration for Microsoft SQL Server TB Database Lenovo Database Configuration for Microsoft SQL Server 2016 22TB Data Warehouse Fast Track Solution Data Warehouse problem and a solution The rapid growth of technology means that the amount of

More information

EMC Virtual Infrastructure for Microsoft Applications Data Center Solution

EMC Virtual Infrastructure for Microsoft Applications Data Center Solution EMC Virtual Infrastructure for Microsoft Applications Data Center Solution Enabled by EMC Symmetrix V-Max and Reference Architecture EMC Global Solutions Copyright and Trademark Information Copyright 2009

More information

IBM Emulex 16Gb Fibre Channel HBA Evaluation

IBM Emulex 16Gb Fibre Channel HBA Evaluation IBM Emulex 16Gb Fibre Channel HBA Evaluation Evaluation report prepared under contract with Emulex Executive Summary The computing industry is experiencing an increasing demand for storage performance

More information

Technical Paper. Performance and Tuning Considerations for SAS on Dell EMC VMAX 250 All-Flash Array

Technical Paper. Performance and Tuning Considerations for SAS on Dell EMC VMAX 250 All-Flash Array Technical Paper Performance and Tuning Considerations for SAS on Dell EMC VMAX 250 All-Flash Array Release Information Content Version: 1.0 April 2018 Trademarks and Patents SAS Institute Inc., SAS Campus

More information

Enhancing Oracle VM Business Continuity Using Dell Compellent Live Volume

Enhancing Oracle VM Business Continuity Using Dell Compellent Live Volume Enhancing Oracle VM Business Continuity Using Dell Compellent Live Volume Wendy Chen, Roger Lopez, and Josh Raw Dell Product Group February 2013 This document is for informational purposes only and may

More information

Estimate performance and capacity requirements for Access Services

Estimate performance and capacity requirements for Access Services Estimate performance and capacity requirements for Access Services This document is provided as-is. Information and views expressed in this document, including URL and other Internet Web site references,

More information

SolidFire and Ceph Architectural Comparison

SolidFire and Ceph Architectural Comparison The All-Flash Array Built for the Next Generation Data Center SolidFire and Ceph Architectural Comparison July 2014 Overview When comparing the architecture for Ceph and SolidFire, it is clear that both

More information

The Google File System

The Google File System The Google File System Sanjay Ghemawat, Howard Gobioff, and Shun-Tak Leung December 2003 ACM symposium on Operating systems principles Publisher: ACM Nov. 26, 2008 OUTLINE INTRODUCTION DESIGN OVERVIEW

More information

Performance of relational database management

Performance of relational database management Building a 3-D DRAM Architecture for Optimum Cost/Performance By Gene Bowles and Duke Lambert As systems increase in performance and power, magnetic disk storage speeds have lagged behind. But using solidstate

More information

Oracle EXAM - 1Z Oracle Exadata Database Machine Administration, Software Release 11.x Exam. Buy Full Product

Oracle EXAM - 1Z Oracle Exadata Database Machine Administration, Software Release 11.x Exam. Buy Full Product Oracle EXAM - 1Z0-027 Oracle Exadata Database Machine Administration, Software Release 11.x Exam Buy Full Product http://www.examskey.com/1z0-027.html Examskey Oracle 1Z0-027 exam demo product is here

More information

DELL MICROSOFT REFERENCE CONFIGURATIONS PHASE II 7 TERABYTE DATA WAREHOUSE

DELL MICROSOFT REFERENCE CONFIGURATIONS PHASE II 7 TERABYTE DATA WAREHOUSE DELL MICROSOFT REFERENCE CONFIGURATIONS PHASE II 7 TERABYTE DATA WAREHOUSE Deploying Microsoft SQL Server 2005 Business Intelligence and Data Warehousing Solutions on Dell PowerEdge Servers and Dell PowerVault

More information

PRESERVE DATABASE PERFORMANCE WHEN RUNNING MIXED WORKLOADS

PRESERVE DATABASE PERFORMANCE WHEN RUNNING MIXED WORKLOADS PRESERVE DATABASE PERFORMANCE WHEN RUNNING MIXED WORKLOADS Testing shows that a Pure Storage FlashArray//m storage array used for Microsoft SQL Server 2016 helps eliminate latency and preserve productivity.

More information

EMC VMAX 400K SPC-2 Proven Performance. Silverton Consulting, Inc. StorInt Briefing

EMC VMAX 400K SPC-2 Proven Performance. Silverton Consulting, Inc. StorInt Briefing EMC VMAX 400K SPC-2 Proven Performance Silverton Consulting, Inc. StorInt Briefing EMC VMAX 400K SPC-2 PROVEN PERFORMANCE PAGE 2 OF 10 Introduction In this paper, we analyze all- flash EMC VMAX 400K storage

More information

Enterprise print management in VMware Horizon

Enterprise print management in VMware Horizon Enterprise print management in VMware Horizon Introduction: Embracing and Extending VMware Horizon Tricerat Simplify Printing enhances the capabilities of VMware Horizon environments by enabling reliable

More information

Using EMC FAST with SAP on EMC Unified Storage

Using EMC FAST with SAP on EMC Unified Storage Using EMC FAST with SAP on EMC Unified Storage Applied Technology Abstract This white paper examines the performance considerations of placing SAP applications on FAST-enabled EMC unified storage. It also

More information

Google File System. By Dinesh Amatya

Google File System. By Dinesh Amatya Google File System By Dinesh Amatya Google File System (GFS) Sanjay Ghemawat, Howard Gobioff, Shun-Tak Leung designed and implemented to meet rapidly growing demand of Google's data processing need a scalable

More information

Cluster-Level Google How we use Colossus to improve storage efficiency

Cluster-Level Google How we use Colossus to improve storage efficiency Cluster-Level Storage @ Google How we use Colossus to improve storage efficiency Denis Serenyi Senior Staff Software Engineer dserenyi@google.com November 13, 2017 Keynote at the 2nd Joint International

More information

CSE 124: Networked Services Lecture-16

CSE 124: Networked Services Lecture-16 Fall 2010 CSE 124: Networked Services Lecture-16 Instructor: B. S. Manoj, Ph.D http://cseweb.ucsd.edu/classes/fa10/cse124 11/23/2010 CSE 124 Networked Services Fall 2010 1 Updates PlanetLab experiments

More information

EMC XTREMCACHE ACCELERATES MICROSOFT SQL SERVER

EMC XTREMCACHE ACCELERATES MICROSOFT SQL SERVER White Paper EMC XTREMCACHE ACCELERATES MICROSOFT SQL SERVER EMC XtremSF, EMC XtremCache, EMC VNX, Microsoft SQL Server 2008 XtremCache dramatically improves SQL performance VNX protects data EMC Solutions

More information

Rapid Provisioning. Cutting Deployment Times with INFINIDAT s Host PowerTools. Abstract STORING THE FUTURE

Rapid Provisioning. Cutting Deployment Times with INFINIDAT s Host PowerTools. Abstract STORING THE FUTURE Rapid Provisioning Cutting Deployment Times with INFINIDAT s Host PowerTools Abstract Today s storage environment, in which the storage administrator handles each and every task, is not scalable. It takes

More information

Deploy Microsoft SQL Server 2014 on a Cisco Application Centric Infrastructure Policy Framework

Deploy Microsoft SQL Server 2014 on a Cisco Application Centric Infrastructure Policy Framework White Paper Deploy Microsoft SQL Server 2014 on a Cisco Application Centric Infrastructure Policy Framework August 2015 2015 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public.

More information

Microsoft SQL Server 2012 Fast Track Reference Configuration Using PowerEdge R720 and EqualLogic PS6110XV Arrays

Microsoft SQL Server 2012 Fast Track Reference Configuration Using PowerEdge R720 and EqualLogic PS6110XV Arrays Microsoft SQL Server 2012 Fast Track Reference Configuration Using PowerEdge R720 and EqualLogic PS6110XV Arrays This whitepaper describes Dell Microsoft SQL Server Fast Track reference architecture configurations

More information

Evaluation Report: HP StoreFabric SN1000E 16Gb Fibre Channel HBA

Evaluation Report: HP StoreFabric SN1000E 16Gb Fibre Channel HBA Evaluation Report: HP StoreFabric SN1000E 16Gb Fibre Channel HBA Evaluation report prepared under contract with HP Executive Summary The computing industry is experiencing an increasing demand for storage

More information

Lenovo Database Configuration

Lenovo Database Configuration Lenovo Database Configuration for Microsoft SQL Server OLTP on Flex System with DS6200 Reduce time to value with pretested hardware configurations - 20TB Database and 3 Million TPM OLTP problem and a solution

More information

Massive Scalability With InterSystems IRIS Data Platform

Massive Scalability With InterSystems IRIS Data Platform Massive Scalability With InterSystems IRIS Data Platform Introduction Faced with the enormous and ever-growing amounts of data being generated in the world today, software architects need to pay special

More information

ELASTIC DATA PLATFORM

ELASTIC DATA PLATFORM SERVICE OVERVIEW ELASTIC DATA PLATFORM A scalable and efficient approach to provisioning analytics sandboxes with a data lake ESSENTIALS Powerful: provide read-only data to anyone in the enterprise while

More information

Oracle Database 10G. Lindsey M. Pickle, Jr. Senior Solution Specialist Database Technologies Oracle Corporation

Oracle Database 10G. Lindsey M. Pickle, Jr. Senior Solution Specialist Database Technologies Oracle Corporation Oracle 10G Lindsey M. Pickle, Jr. Senior Solution Specialist Technologies Oracle Corporation Oracle 10g Goals Highest Availability, Reliability, Security Highest Performance, Scalability Problem: Islands

More information

VERITAS Storage Foundation for Windows FlashSnap Option

VERITAS Storage Foundation for Windows FlashSnap Option VERITAS Storage Foundation for Windows FlashSnap Option Snapshot Technology for Microsoft Windows Server 2000 and Windows Server 2003 August 13, 2004 1 TABLE OF CONTENTS Introduction...3 Fast Data Recovery...3

More information

VERITAS Storage Foundation 4.0 for Windows

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

More information

Mission-Critical Databases in the Cloud. Oracle RAC in Microsoft Azure Enabled by FlashGrid Software.

Mission-Critical Databases in the Cloud. Oracle RAC in Microsoft Azure Enabled by FlashGrid Software. Mission-Critical Databases in the Cloud. Oracle RAC in Microsoft Azure Enabled by FlashGrid Software. White Paper rev. 2017-10-16 2017 FlashGrid Inc. 1 www.flashgrid.io Abstract Ensuring high availability

More information

Understanding Virtual System Data Protection

Understanding Virtual System Data Protection Understanding Virtual System Data Protection Server virtualization is the most important new technology introduced in the data center in the past decade. It has changed the way we think about computing

More information

IBM XIV Storage System

IBM XIV Storage System IBM XIV Storage System Technical Description IBM XIV Storage System Storage Reinvented Performance The IBM XIV Storage System offers a new level of high-end disk system performance and reliability. It

More information

EMC Virtual Architecture for Microsoft SharePoint Server Reference Architecture

EMC Virtual Architecture for Microsoft SharePoint Server Reference Architecture EMC Virtual Architecture for Microsoft SharePoint Server 2007 Enabled by EMC CLARiiON CX3-40, VMware ESX Server 3.5 and Microsoft SQL Server 2005 Reference Architecture EMC Global Solutions Operations

More information

EMC CLARiiON CX3-80. Enterprise Solutions for Microsoft SQL Server 2005

EMC CLARiiON CX3-80. Enterprise Solutions for Microsoft SQL Server 2005 Enterprise Solutions for Microsoft SQL Server 2005 EMC CLARiiON CX3-80 EMC Long Distance Recovery for SQL Server 2005 Enabled by Replication Manager and RecoverPoint CRR Reference Architecture EMC Global

More information