Best Practices for HP Vertica OEM Customers
|
|
|
- Silvia Cameron
- 9 years ago
- Views:
Transcription
1 HP Vertica Analytics Platform 6.1.x Best Practices for HP Vertica OEM Customers Doc Revision 3 Copyright Hewlett-Packard Date of Publication: Monday, September 23, 2013
2 Contents Best Practices for HP Vertica OEM Customers 3 Part 1: Developing and Testing the HP Vertica Database to Work with a Customer Application...3 Running HP Vertica on Multiple Nodes...3 Installing the HP Vertica Database...4 Identifying Typical Queries...4 Loading Representative Data...4 Optimizing the Database with Database Designer...4 Managing Database Resources...6 Dropping Partitions Due to Space Constraints...7 Loading Data into the Database...8 Delete and Update Operations...11 Part 2: Packaging the HP Vertica Database with Your Application...12 Installing HP Vertica at the Command Line...13 Creating the Database...14 Configuring the Database...15 Starting the Database...15 Connecting to the Database...16 Backing Up the Database...16 Syntax Conventions 18 Copyright Notice 19 -ii-
3 Best Practices for HP Vertica OEM Customers Welcome to Best Practices for HP Vertica OEM Customers. This guide contains best practices and tips for HP Vertica OEM customers who embed their HP Vertica database with their own application and deliver it as an on-the-premises solution. Typically, the end users of the application do not interact with the HP Vertica database directly but rather through the application. The information in this guide describes technical issues for two types of tasks that OEM customers must perform to optimize the database in their application: Developing and testing the HP Vertica database: Running Database Designer and designing projections Managing your system resources Managing data load Optimizing delete and update operations Dropping partitions to save disk space Packaging the HP Vertica database with your application: Installing HP Vertica silently Configuring the HP Vertica database using parameters defined during the development phase Using the Administration Tools command-line interface to create, start, and connect to the HP Vertica database Part 1: Developing and Testing the HP Vertica Database to Work with a Customer Application During your application development, install an HP Vertica database and load it with sample data so that you can simulate and test the behavior of the database and application in a production-like environment. The following sections describe the steps you need to take and the HP Vertica features that you need to focus on for the HP Vertica database to work as desired with your application at a customer site. Running HP Vertica on Multiple Nodes OEM deployments with small data sets or light workloads may be able to run the HP Vertica database along with your application on a single node. If you run the database and application on a single node, you cannot run with K-safety and you risk data loss because the database cannot be replicated. If you have the resources to run your HP Vertica database with your application in a multi-node environment, your application should run on a different node than the database. -3-
4 Best Practices for HP Vertica OEM Customers If you want to run the database on a server shared with your application, refer to Managing Database Resources (page 6). That section describes the best practices for this scenario. If you want to run the HP Vertica software on dedicated servers, general resource management best practices apply. Installing the HP Vertica Database To install the HP Vertica database on your development system, follow the instructions in Installing HP Vertica. Identifying Typical Queries Before you run Database Designer, identify common queries that your application uses. If you supply these queries to Database Designer before running it, Database Designer uses those queries to create projections that maximize performance throughput in your database. Loading Representative Data To effectively test the way the database interacts with your application in a production environment, load data that is representative of the type of data that might be used in a production environment. This allows you to effectively test database functionality and performance. For more information about loading data into an database, see Bulk Loading Data. Optimizing the Database with Database Designer A HP Vertica database stores its data in a physical format called projections. For optimal performance, projections should be optimized based on data and workload characteristics. Most HP Vertica OEM customers optimize the projection design during their development cycle and then standardize on that design for all deployments of their application. This section describes the process of tuning projections using Database Designer. Exporting the Optimized Database (page 5) contains more information on how to ensure that the optimized projections are deployed when the database is embedded with your application. After you create your database for the first time and load the typical queries and sample data on your development system, run Database Designer using the Administration Tools, as described in one of the following sections of the documentation: Creating a Comprehensive Design Using Database Designer Creating a Query-Specific Design Using Database Designer -4-
5 Best Practices for HP Ver tica OEM Customers What Does Database Designer Do? Database Designer uses sophisticated strategies to create designs that provide excellent ad-hoc query performance while using disk space efficiently. Database Designer can: Create a comprehensive design, which drops all existing projections and creates a new set of projections for all tables in your database. Create a query-specific design, which supplements your current design by creating new projections for all tables that are referenced in the queries that you supply to Database Designer. Database Designer accepts up to 100 sample queries in the query input file for a query-specific design. Results of Running Database Designer In most cases, the projections that Database Designer creates provide excellent query performance within physical constraints while using disk space efficiently. Database Designer: Recommends buddy projections with the same sort order, which can significantly improve load, recovery, and site node performance. By default, Database Designer recommends both super and non-super segmented projections with a buddy of the same sort order. Automatically rebalances data after you add or remove nodes. Produces higher quality designs by considering UPDATE and DELETE statements. Database Designer creates two scripts: Design scripts Contains all the DDL statements that are needed to create the design. Deployment scripts Contains all the CREATE PROJECTION scripts that are needed to create the projections for the design. The deployment script is a subset of the design script. Exporting the Optimized Database (page 5) describes how to configure these scripts so that all customers can be standardized on the optimal projections and to ensure that the scripts are portable to deployments with different numbers of nodes and K-safety levels. Exporting the Optimized Database Once you have optimized the database using Database Designer and other techniques, you need to ensure that the optimized projections are available for all customers in the deployed databases. The following HP Vertica functions create scripts that create the database on the customer's cluster: export_catalog Generates a SQL script that can recreate a physical schema design in its current state on a different cluster. export_objects Generates a SQL script that can recreate catalog objects (only the non-virtual objects to which you have access) on a different cluster. Running the generated SQL script on another cluster creates all referenced objects before their dependent objects. -5-
6 Best Practices for HP Vertica OEM Customers export_tables Generates a SQL script that can recreate a logical schema (schemas, tables, constraints, and views) on a different cluster. Once these scripts have been created, modify the CREATE PROJECTION statements as follows: Modify the CREATE PROJECTION statements to include the appropriate segmentation clauses. Modify the CREATE PROJECTION statements to specify ALL NODES KSAFE <value> so that all unsegmented projections are replicated on all nodes, with the designated K-safety value. If you do not specify a K-safety value, HP Vertica uses the current K-safety value, or 1. Managing Database Resources For large sets of complex workloads, Hewlett-Packard recommends that you run the HP Vertica database software on dedicated servers. If, however, you plan to have the database running on a shared server with your application, configure CPU and memory resources for both the database and your application to ensure that neither application can monopolize either CPU or memory from the other. Consider the following tips to manage resources between them. Configuring CPU Resources You can configure CPU resources in two ways: Pinning HP Vertica processes to certain CPUs (page 6) Setting run-time priorities for resource pools (page 7) Pinning HP Vertica Processes to Certain CPUs To pin an entire HP Vertica server process and its child processes to a specified set of CPUs in the cluster, use the following configuration parameters. These parameters do not affect external processes and applications: PINPROCESSORS: Number of CPUs for processes to be pinned to. PINPROCESSORSOFFSET: Offset for the start of CPUs that the HP Vertica server will use. For example, for a cluster where each node has 24 CPUs, numbered 0 through 23, the server process can be restricted to CPUs #16 23 by entering the following statements: SELECT SET_CONFIGURATION_PARAMETER('PINPROCESSORS',8) SELECT SET_CONFIGURATION_PARAMETER('PINPROCESSORSOFFSET',16) Pin your application to the processors that are not allocated to the HP Vertica database. To make sure that other applications do not use the processors assigned to the HP Vertica server, use the Linux cgroups command. -6-
7 Best Practices for HP Ver tica OEM Customers Setting Run-Time Priorities for Resource Pools For each resource pool, you can manage resources that are assigned to queries that are already running. Assign each resource pool a run-time priority of HIGH, MEDIUM, or LOW. These settings determine the amount of run-time resources (such as CPU and I/O bandwidth) assigned to queries in the resource pool when they run. Queries in a resource pool with a HIGH priority are assigned greater run-time resources than those in resource pools with MEDIUM or LOW run-time priorities. Configuring Memory Resources Set the MAXMEMORYSIZE parameter on the GENERAL pool to limit the amount of overall system memory that you allocate to the HP Vertica database. To ensure that there is no swapping, make sure your application is limited to the memory that the database is not using. For example, if the MAXMEMORYSIZE for the GENERAL pool for the database is set to 32 GB on a system with 48 GB of RAM, your application should use no more than (48 32) = 16 GB of RAM. Dropping Partitions Due to Space Constraints If your hardware has fixed disk space, you may need to configure a regular process to roll out old data by dropping partitions. For example, if you have only enough space to store data for a fixed number of days, configure HP Vertica to drop the partition with the oldest date. To do this, create a time-based job scheduler like cron to drop the partition on a regular basis during low-load periods. If the ingest rate for data has peaks and valleys, you can use two techniques to manage how you drop partitions: Set up a process to check the disk space on a regular (daily) basis. If the percentage of used disk space exceeds a certain threshold, like 80%, drop the oldest partition. Add an artificial column in a partition that increments based on a metric like row count. For example, it increments each time that the row count increases by 100 rows. Set up a process to query that column on a regular (daily) basis. If the value in the new column exceeds a certain threshold, for example, 100, drop the oldest partition and set the column value back to 0. For more information about partitions, see the following sections in the HP Vertica documentation: CREATE TABLE Working with Table Partitions -7-
8 Best Practices for HP Vertica OEM Customers Loading Data into the Database While your application is running, you need to load data into your HP Vertica database on a regular basis. You can collect large amounts of data to load into your database at once, as long as you can meet your latency service-level agreement (SLA). Simulate your data-loading operations in a production environment, being sure to replicate the maximum expected rates of loading and spiking. The following sections describe how to load data into your HP Vertica database and how you can tune the processes and monitor the system to prevent performance problems. How Loading Works When you load data into a database, HP Vertica first moves it into memory (WOS) by default. (You can override this default, and specify that HP Vertica move the data directly to disk (ROS). The Tuple Mover runs in the background and periodically Moves data from the WOS to the ROS Combines like-size ROS containers Deletes purges records If you move too much data too frequently to the WOS, the data can spill to disk. No data is lost, but this can cause performance problems. WOS and ROS Write Optimized Store (WOS) is a memory-resident data structure for storing INSERT, UPDATE, DELETE, and COPY (without DIRECT hint) actions. To support very fast data load speeds, the WOS stores records without data compression or indexing. The WOS organizes data by epoch and holds both committed and uncommitted transaction data. Read Optimized Store (ROS) is a highly optimized, read-oriented, disk storage structure. The ROS makes heavy use of compression and indexing. You can use the COPY...DIRECT and INSERT (with /*+direct*/ hint) statements to load data directly into the ROS. The Tuple Mover (TM) is the HP Vertica database optimizer component that moves data from memory (WOS) to disk (ROS). The Tuple Mover runs in the background, performing some tasks automatically (ATM) at time intervals determined by its configuration parameters. For information about the WOS, ROS, and Tuple Mover, see Hybrid Storage Model in the Concepts Guide. -8-
9 Best Practices for HP Ver tica OEM Customers Loading Data from a File If the data to be loaded is stored in a file, use the COPY statement to load the data into your database. You can also use COPY to load data from a data stream: In its basic form, use COPY as follows: COPY to_table FROM data_source For more information, see Using COPY and COPY LOCAL COPY COPY LOCAL Loading Data from Your Application If your application needs to push data into the HP Vertica database, use the driver associated with the programming language your application uses. For more information, see Loading Data through ODBC Loading Data through JDBC Loading Data through ADO.NET Parallel Load Streams When you have a large amount of data to load, use parallel load streams to distribute the load operations across the cluster. To do this, create threads from multiple nodes that are connected to the HP Vertica database and load the data. This approach lets you use vsql, ODBC, ADO.NET, or JDBC. You can load server-side files, or load client-side files using the COPY from LOCAL statement. Best practices for parallel load streams are: Issue a single multi-node COPY command that loads different files from different nodes specifying the nodename option for each file. Issue a single multi-node COPY command that loads different files from any node, using the ON ANY NODE option. Use the COPY x WITH SOURCE PloadDelimitedSource option to parallel load using all cores on the server node on which the file resides. For additional information, see Using Parallel Load Streams. Trickle Loading Trickle loading is the process of loading data into your database periodically. This ensures that the load process is sustainable and does not hit too many ROS containers. -9-
10 Best Practices for HP Vertica OEM Customers HP Vertica uses the transaction isolation level of READ COMMITTED, which allows users to see the most recently committed data without holding any locks. This allows new data to be loaded while concurrent queries are running. Tune the trickle-loading operations by: Adjusting batch size. Generally, larger load batches are more efficient. Altering the moveout/mergeout parameters: MergeOutInterval MoveOutInterval MoveOutMaxAgeTime MoveOutSizePct To limit the load process to a specific resource so that other resources are available to queries, create a resource pool specifically for the trickle-loading process. Monitoring Load Operations When you simulate the data load operations while developing your application, there are two system tables you should monitor to make sure that you have configured load operations in a way that does not negatively impact the database or application performance. PROJECTION_STORAGE Monitor the ROS count over time by querying the ROS_COUNT field in the PROJECTION_STORAGE system table and querying partitions that show the ROS_COUNT per partition. Make sure the ROS_COUNT field is not approaching the default maximum of If this is sustainable for the duration of a partition, and through the time for an old partition to merge, your loading techniques should work fine. VMart=> SELECT projection_id, projection_name, ros_count FROM projection_storage; projection_id projection_name ros_count promotion_dimension_super online_page_dimension_super employee_dimension_super store_dimension_super customer_dimension_super T_super product_dimension_super warehouse_dimension_super shipping_dimension_super online_sales_fact_super vendor_dimension_super store_sales_fact_super inventory_fact_super date_dimension_super store_orders_fact_super call_center_dimension_super T2_super 1-10-
11 Best Practices for HP Ver tica OEM Customers (17 rows) PARTITIONS Monitor the PARTITIONS system table to make sure that the number of ROS containers per partition is not reaching the maximum of In addition, monitor the ros_size_bytes field to see if there are any small ROS containers you can merge. => SELECT projection_name, ros_id, ros_size_bytes FROM partitions; projection_name ros_id ros_size_bytes t_p_node t_p_node t_p_node Delete and Update Operations Many OEMs have small configuration tables with more of an online transaction processing (OLTP) workload. Your HP Vertica database can handle this situation efficiently. The following sections explain how to configure your database to ensure optimal performance during delete and update operations. How HP Vertica Deletes and Updates Data In HP Vertica, delete operations do not actually remove rows from physical storage. Instead, the HP Vertica DELETE statement marks rows as deleted. Update operations have the same effect; the UPDATE statement is actually a combined delete and insert operation. The deleted rows remain in physical storage until the Tuple Mover performs a purge operation to permanently remove deleted data so that the disk space can be reused. Note: For more information about how deletes and updates work in HP Vertica, see Understanding the Tuple Mover. Buffering Deletes and Updates The most efficient way for HP Vertica to perform delete and update operations is to update many database records at a time using fewer statements. You accomplish this by first buffering database deletes and updates in your application before submitting them to HP Vertica. That way, you can manage the flow of the delete and update operations so that they do not interfere with normal database performance. For more information, see Best Practices for DELETE and UPDATE. -11-
12 Best Practices for HP Vertica OEM Customers Monitoring Deletes and Updates To make sure that the frequency of submitting the deletes and updates to the database is sustainable and doesn't have a huge performance impact, monitor the delete and update operations in the database. To do this, regularly monitor the DELETE_VECTORS system table to view the number of deleted records and their corresponding delete vectors that are still physically stored in the system.: VMart=> SELECT node_name, schema_name, projection_name, deleted_row_count, used_bytes FROM delete_vectors; -[ RECORD 1 ] node_name v_vmart_node0001 schema_name public projection_name product_dimension_super deleted_row_count used_bytes [ RECORD 2 ] node_name v_vmart_node0001 schema_name public projection_name employee_dimension_super deleted_row_count 943 used_bytes [ RECORD 3 ] node_name v_vmart_node0001 schema_name public projection_name warehouse_dimension_super deleted_row_count 20 used_bytes Purging Deleted Data Consider scheduling a nightly purge of small tables that receive frequent updates. This operation rewrites the tables while removing deleted records. Run the nightly purge against small tables that won't be expensive to rebuild and that have many deleted records. For more information, see PURGE_TABLE. Part 2: Packaging the HP Vertica Database with Your Application Once you have installed your HP Vertica database, loading representative data into it, and tested the database operation in a simulated production environment, create a script that installs and configures the database with your application. This script should Perform its operations "silently," in a way that is invisible to your end users. Be portable so that it can install the database on a cluster with any number of nodes. The following sections describe what functions the script should perform. -12-
13 Best Practices for HP Ver tica OEM Customers Installing HP Vertica at the Command Line The packaging script should contain commands to execute the HP Vertica installation procedure. Important: HP Vertica must be installed separately for each user. You cannot create a system image for subsequent installations because this will cause all users to use the same SSH keys, which can cause serious security issues. Those commands should perform the following tasks: 1 Login as the root user. 2 Create a properties file that enables non-interactive setup by supplying the parameters you want HP Vertica to use. The properties file is described in Installing HP Vertica Silently. 3 Install the database by running the install_vertica script, as described in Installing HP Vertica Silently in the documentation. 1. Make sure to run the scripts with the -y parameter to avoid the script asking for EULA agreement. 2. On a single-node installation, consider using the host name or IP address instead of localhost or because of the following limitations: The -s parameter is required for multi-node installations. On single-node installations the parameter is optional and the default is localhost. However, if you plan to expand to additional hosts later, you must use the -s parameter. Installations done without the -s parameter cannot be upgraded to a multiple-node deployment. On a single-node localhost installation, the installer does not set up a passwordless ssh. Because HP 's backup scripts require that the administrator be able to log into the node via ssh without a password, you must manually enable passwordless ssh logins for any single-node installation if you want to use the backup scripts. If either side of a connection is a single-node cluster installed to local house, or you did not specify a host name or IP address for your single-node cluster, importing and exporting data will fail. 4 To save any warnings that the install_vertica script returns, redirect any warning messages to a separate file by specifying the redirect_output = filename parameter in the properties file. After the installation complete, review the warnings and correct any problems that are critical. 5 The following steps are optional: Installing the HP Vertica Client Drivers Installing the vsql client application on non-cluster hosts 6 Disconnect from the Administration Host. 7 Unless you used the -L parameter in the properties file, install the license key you downloaded. Note: To use data or catalog directories other than those that the install_vertica script creates, create those directories and make sure that dbadmin has ownership of those directories. -13-
14 Best Practices for HP Vertica OEM Customers Creating the Database To create the HP Vertica database that you plan to embed with your customer application, add the following command to the packaging script: $ /opt/vertica/bin/admintools --tool create_db [ options ] Command-Line Options: Option -h --help -s NODES --hosts=nodes -d DB --database=db -c CATALOG --catalog_path=catalog -D DATA --data_path=data -p DBPASSWORD --password=dbpassword -l LICENSEFILE --license=licensefile -P POLICY --policy=policy --compat21 Function Show this help message and exit. Comma-separated list of hosts to participate in database. Name of database to be created. [Optional] Path of catalog directory if not using compat21. [Optional] Path of data directory if not using compat21. [Optional] Database password in single quotes. [Optional] Database license. [Optional] Database restart policy. Use the HP Vertica 2.1 method, using node names instead of host names. The following example creates a database named mydb: $ admintools -t create_db -s , , d mydb -c /home/dbadmin/mydb/catalog -D /home/dbadmin/mydb/data -l /home/dbadmin/vlicense.dat Info: no password specified, using none Distributing changes to cluster OK [vertica][(6, 1, 2)][ ][x86_64] OK [vertica][(6, 1, 2)][ ][x86_64] OK [vertica][(6, 1, 2)][ ][x86_64] Checking full connectivity Creating database mydb Node Status: v_mydb_node0001: (DOWN) Node Status: v_mydb_node0001: (INITIALIZING) Node Status: v_mydb_node0001: (VALIDATING LICENSE) Node Status: v_mydb_node0001: (UP) Creating database nodes -14-
15 Best Practices for HP Ver tica OEM Customers Creating node v_mydb_node0002 (host ) Creating node v_mydb_node0003 (host ) Node Status: v_mydb_node0001: (UP) v_mydb_node0002: (UP) v_mydb_node0003: (DOWN) Node Status: v_mydb_node0001: (UP) v_mydb_node0002: (UP) v_mydb_node0003: (UP) Database mydb created successfully. Configuring the Database Execute the scripts that you create in Exporting the Optimized Database (page 5) to: Create the physical schema. Create the catalog objects. Create the logical schema. Create projections that have been configured for use with your application. Starting the Database To start your database, add a command to the packaging script that uses the admintools script with either the start_db or restart_db option, as described in this section. Use the restart_db option to restart the database at the last good epoch, minimizing any loss of data. start_db Option $ /opt/vertica/bin/admintools --tool start_db [ options ] Command-Line Options Option -h --help -d DB --database=db -p DBPASSWORD --password=dbpassword -i --noprompts Purpose Show this help message and exit. Name of database to be started. Database password in single quotes. Do not stop and wait for user input. (Default: False.) restart_db Option $ /opt/vertica/bin/admintools --tool restart_db [ options ] Command-Line Options -15-
16 Best Practices for HP Vertica OEM Customers Option -h --help -d DB --database=db -e EPOCH --epoch=epoch -p DBPASSWORD --password=dbpassword -i --noprompts Purpose Show this help message and exit. Name of database to be restarted. Epoch at which the database is to be restarted. If you pass 'last' as the argument, the database restarts from the last good epoch. Database password in single quotes. Do not stop and wait for user input. (Default: 'False'.) Connecting to the Database To connect to the database that you have started, add the following command to the packaging script: $ /opt/vertica/bin/admintools --tool connect_db [ options ] Command-Line Options Option -h --help -d DB --database=db -p DBPASSWORD --password=dbpassword Purpose Show this help message and exit. Name of database to connect to. Database password in single quotes. Backing Up the Database Hewlett-Packard strongly recommends backing up your HP Vertica database on a regular basis. This is especially important in an single-node environment where K-safety = 0. HP Vertica provides a comprehensive utility, the vbr.py Python script, that lets you back up, restore, list backups, and copy your database. You can create full and incremental database backups and snapshots of specific schemas or tables to use with a multi-tenant database. Using vbr.py, you can save your data to a variety of locations: -16-
17 Best Practices for HP Ver tica OEM Customers A local directory on the nodes in the cluster One or more hosts outside of the cluster A different HP Vertica cluster (effectively cloning your database) Create regular snapshots of your database by running vbr.py from a cron job or other task scheduler. -17-
18 18 Syntax Conventions The following are the syntax conventions used in the HP Vertica documentation. Syntax Convention Text without brackets/braces Description Indicates content you type, as shown. < Text inside angle brackets > Represents a placeholder for which you must supply a value. The variable is usually shown in italics. See Placeholders below. [ Text inside brackets ] Indicates optional items; for example, CREATE TABLE [schema_name.]table_name The brackets indicate that the schema_name is optional. Do not type the square brackets. { Text inside braces } Indicates a set of options from which you choose one; for example: QUOTES { ON OFF } indicates that exactly one of ON or OFF must be provided. You do not type the braces: QUOTES ON Backslash \ Ellipses... Indentation Placeholders Represents a continuation character used to indicate text that is too long to fit on a single line. Indicate a repetition of the previous parameter. For example, option[,...] means that you can enter multiple, comma-separated options. Showing ellipses in code examples might also mean that part of the text has been omitted for readability, such as in multi-row result sets. Is an attempt to maximize readability; SQL is a free-form language. Represent items that must be replaced with appropriate identifiers or expressions and are usually shown in italics. Vertical bar Is a separator for mutually exclusive items. For example: [ ASC DESC ] Choose one or neither. You do not type the square brackets. -18-
19 Copyright Notice Copyright Hewlett-Packard, and its licensors. All rights reserved. Hewlett-Packard 150 CambridgePark Drive Cambridge, MA Phone: Web site: ( The software described in this copyright notice is furnished under a license and may be used or copied only in accordance with the terms of such license. Hewlett-Packard software contains proprietary information, as well as trade secrets of Hewlett-Packard, and is protected under international copyright law. Reproduction, adaptation, or translation, in whole or in part, by any means graphic, electronic or mechanical, including photocopying, recording, taping, or storage in an information retrieval system of any part of this work covered by copyright is prohibited without prior written permission of the copyright owner, except as allowed under the copyright laws. This product or products depicted herein may be protected by one or more U.S. or international patents or pending patents. Trademarks HP Vertica, the HP Vertica Analytics Platform, and FlexStore are trademarks of Hewlett -Packard. Adobe, Acrobat, and Acrobat Reader are registered trademarks of Adobe Systems Incorporated. AMD is a trademark of Advanced Micro Devices, Inc., in the United States and other countries. DataDirect and DataDirect Connect are registered trademarks of Progress Software Corporation in the U.S. and other countries. Fedora is a trademark of Red Hat, Inc. Intel is a registered trademark of Intel. Linux is a registered trademark of Linus Torvalds. Microsoft is a registered trademark of Microsoft Corporation. Novell is a registered trademark and SUSE is a trademark of Novell, Inc., in the United States and other countries. Oracle is a registered trademark of Oracle Corporation. Red Hat is a registered trademark of Red Hat, Inc. VMware is a registered trademark or trademark of VMware, Inc., in the United States and/or other jurisdictions. Other products mentioned may be trademarks or registered trademarks of their respective companies. -19-
20 Best Practices for HP Vertica OEM Customers Information on third-party software used in HP Vertica, including details on open-source software, is available in the guide Third-Party Software Acknowledgements. -20-
Best Practices for HP Vertica OEM Customers
Best Practices for HP Vertica OEM Customers HP Vertica Analytic Database Software Version: 7.0.x Document Release Date: 2/20/2015 Legal Notices Warranty The only warranties for HP products and services
Concepts Guide. HP Vertica Analytic Database. Software Version: 7.0.x
HP Vertica Analytic Database Software Version: 7.0.x Document Release Date: 12/9/2015 Legal Notices Warranty The only warranties for HP products and services are set forth in the express warranty statements
SEIZE THE DATA. 2015 SEIZE THE DATA. 2015
1 Copyright 2015 Hewlett-Packard Development Company, L.P. The information contained herein is subject to change without notice. BIG DATA CONFERENCE 2015 Boston August 10-13 Vertica Backup and Restore
HP Vertica on Amazon Web Services Backup and Restore Guide
HP Vertica on Amazon Web Services Backup and Restore Guide HP Vertica Analytic Database Software Version: 7.1.x Document Release Date: 8/13/2015 Legal Notices Warranty The only warranties for HP products
Vertica OnDemand Getting Started Guide HPE Vertica Analytic Database. Software Version: 7.2.x
Vertica OnDemand Getting Started Guide HPE Vertica Analytic Database Software Version: 7.2.x Document Release Date: 12/15/2015 Legal Notices Warranty The only warranties for Hewlett Packard Enterprise
EMC SourceOne Auditing and Reporting Version 7.0
EMC SourceOne Auditing and Reporting Version 7.0 Installation and Administration Guide 300-015-186 REV 01 EMC Corporation Corporate Headquarters: Hopkinton, MA 01748-9103 1-508-435-1000 www.emc.com Copyright
Contents. 2. cttctx Performance Test Utility... 8. 3. Server Side Plug-In... 9. 4. Index... 11. www.faircom.com All Rights Reserved.
c-treeace Load Test c-treeace Load Test Contents 1. Performance Test Description... 1 1.1 Login Info... 2 1.2 Create Tables... 3 1.3 Run Test... 4 1.4 Last Run Threads... 5 1.5 Total Results History...
Postgres Plus xdb Replication Server with Multi-Master User s Guide
Postgres Plus xdb Replication Server with Multi-Master User s Guide Postgres Plus xdb Replication Server with Multi-Master build 57 August 22, 2012 , Version 5.0 by EnterpriseDB Corporation Copyright 2012
MS SQL Performance (Tuning) Best Practices:
MS SQL Performance (Tuning) Best Practices: 1. Don t share the SQL server hardware with other services If other workloads are running on the same server where SQL Server is running, memory and other hardware
Plug-In for Informatica Guide
HP Vertica Analytic Database Software Version: 7.0.x Document Release Date: 2/20/2015 Legal Notices Warranty The only warranties for HP products and services are set forth in the express warranty statements
VMware vsphere Data Protection 6.1
VMware vsphere Data Protection 6.1 Technical Overview Revised August 10, 2015 Contents Introduction... 3 Architecture... 3 Deployment and Configuration... 5 Backup... 6 Application Backup... 6 Backup Data
HP SiteScope. HP Vertica Solution Template Best Practices. For the Windows, Solaris, and Linux operating systems. Software Version: 11.
HP SiteScope For the Windows, Solaris, and Linux operating systems Software Version: 11.23 HP Vertica Solution Template Best Practices Document Release Date: December 2013 Software Release Date: December
EMC NetWorker Module for Microsoft for Windows Bare Metal Recovery Solution
EMC NetWorker Module for Microsoft for Windows Bare Metal Recovery Solution Release 3.0 User Guide P/N 300-999-671 REV 02 Copyright 2007-2013 EMC Corporation. All rights reserved. Published in the USA.
ARIS Server Installation and Administration Guide ARIS. Version 9.6 - Service Release 1
ARIS Server Installation and Administration Guide ARIS Version 9.6 - Service Release 1 June 2014 This document applies to ARIS Version 9.6 SR1 and to all subsequent releases. Specifications contained herein
Oracle Enterprise Manager
Oracle Enterprise Manager System Monitoring Plug-in for Oracle TimesTen In-Memory Database Installation Guide Release 11.2.1 E13081-02 June 2009 This document was first written and published in November
Getting Started with ESXi Embedded
ESXi 4.1 Embedded vcenter Server 4.1 This document supports the version of each product listed and supports all subsequent versions until the document is replaced by a new edition. To check for more recent
PARALLELS SERVER BARE METAL 5.0 README
PARALLELS SERVER BARE METAL 5.0 README 1999-2011 Parallels Holdings, Ltd. and its affiliates. All rights reserved. This document provides the first-priority information on the Parallels Server Bare Metal
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.
How To Use A Microsoft Networker Module For Windows 8.2.2 (Windows) And Windows 8 (Windows 8) (Windows 7) (For Windows) (Powerbook) (Msa) (Program) (Network
EMC NetWorker Module for Microsoft Applications Release 2.3 Application Guide P/N 300-011-105 REV A03 EMC Corporation Corporate Headquarters: Hopkinton, MA 01748-9103 1-508-435-1000 www.emc.com Copyright
Siebel Installation Guide for UNIX. Siebel Innovation Pack 2013 Version 8.1/8.2, Rev. A April 2014
Siebel Installation Guide for UNIX Siebel Innovation Pack 2013 Version 8.1/8.2, Rev. A April 2014 Copyright 2005, 2014 Oracle and/or its affiliates. All rights reserved. This software and related documentation
Database FAQs - SQL Server
Database FAQs - SQL Server Kony Platform Release 5.0 Copyright 2013 by Kony, Inc. All rights reserved. August, 2013 This document contains information proprietary to Kony, Inc., is bound by the Kony license
AWS Schema Conversion Tool. User Guide Version 1.0
AWS Schema Conversion Tool User Guide AWS Schema Conversion Tool: User Guide Copyright 2016 Amazon Web Services, Inc. and/or its affiliates. All rights reserved. Amazon's trademarks and trade dress may
Oracle Essbase Integration Services. Readme. Release 9.3.3.0.00
Oracle Essbase Integration Services Release 9.3.3.0.00 Readme To view the most recent version of this Readme, see the 9.3.x documentation library on Oracle Technology Network (OTN) at http://www.oracle.com/technology/documentation/epm.html.
User's Guide FairCom Performance Monitor
User's Guide FairCom Performance Monitor User's Guide FairCom Performance Monitor Contents 1. c-treeace Performance Monitor... 4 2. Startup... 5 3. Using Main Window... 6 4. Menus... 8 5. Icon Row... 11
Cisco WebEx Node Management System. Administrator s Guide
Cisco WebEx Node Management System Administrator s Guide Copyright 1997 2011 Cisco and/or its affiliates. All rights reserved. WEBEX, CISCO, Cisco WebEx, the CISCO logo, and the Cisco WebEx logo are trademarks
Veeam Cloud Connect. Version 8.0. Administrator Guide
Veeam Cloud Connect Version 8.0 Administrator Guide April, 2015 2015 Veeam Software. All rights reserved. All trademarks are the property of their respective owners. No part of this publication may be
FileMaker 12. ODBC and JDBC Guide
FileMaker 12 ODBC and JDBC Guide 2004 2012 FileMaker, Inc. All Rights Reserved. FileMaker, Inc. 5201 Patrick Henry Drive Santa Clara, California 95054 FileMaker and Bento are trademarks of FileMaker, Inc.
vcenter Chargeback User s Guide vcenter Chargeback 1.0 EN-000186-00
vcenter Chargeback 1.0 EN-000186-00 You can find the most up-to-date technical documentation on the VMware Web site at: http://www.vmware.com/support/ The VMware Web site also provides the latest product
IBM Tivoli Storage Manager for Linux Version 7.1.5. Installation Guide IBM
IBM Tivoli Storage Manager for Linux Version 7.1.5 Installation Guide IBM IBM Tivoli Storage Manager for Linux Version 7.1.5 Installation Guide IBM Note: Before you use this information and the product
EMC NetWorker Module for Microsoft Applications Release 2.3. Application Guide P/N 300-011-105 REV A02
EMC NetWorker Module for Microsoft Applications Release 2.3 Application Guide P/N 300-011-105 REV A02 EMC Corporation Corporate Headquarters: Hopkinton, MA 01748-9103 1-508-435-1000 www.emc.com Copyright
Online Transaction Processing in SQL Server 2008
Online Transaction Processing in SQL Server 2008 White Paper Published: August 2007 Updated: July 2008 Summary: Microsoft SQL Server 2008 provides a database platform that is optimized for today s applications,
SQL Server Setup Guide for BusinessObjects Planning
SQL Server Setup Guide for BusinessObjects Planning BusinessObjects Planning XI Release 2 Copyright 2007 Business Objects. All rights reserved. Business Objects owns the following U.S. patents, which may
Supported Platforms HPE Vertica Analytic Database. Software Version: 7.2.x
HPE Vertica Analytic Database Software Version: 7.2.x Document Release Date: 2/4/2016 Legal Notices Warranty The only warranties for Hewlett Packard Enterprise products and services are set forth in the
Optimizing Performance. Training Division New Delhi
Optimizing Performance Training Division New Delhi Performance tuning : Goals Minimize the response time for each query Maximize the throughput of the entire database server by minimizing network traffic,
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)
SQL Server Training Course Content
SQL Server Training Course Content SQL Server Training Objectives Installing Microsoft SQL Server Upgrading to SQL Server Management Studio Monitoring the Database Server Database and Index Maintenance
EMC NetWorker Module for Microsoft for Windows Bare Metal Recovery Solution
EMC NetWorker Module for Microsoft for Windows Bare Metal Recovery Solution Version 8.2 Service Pack 1 User Guide 302-001-235 REV 01 Copyright 2007-2015 EMC Corporation. All rights reserved. Published
Microsoft SQL Server OLTP Best Practice
Microsoft SQL Server OLTP Best Practice The document Introduction to Transactional (OLTP) Load Testing for all Databases provides a general overview on the HammerDB OLTP workload and the document Microsoft
IM and Presence Disaster Recovery System
Disaster Recovery System, page 1 Access the Disaster Recovery System, page 2 Back up data in the Disaster Recovery System, page 3 Restore scenarios, page 9 Backup and restore history, page 15 Data authentication
Oracle Database 11 g Performance Tuning. Recipes. Sam R. Alapati Darl Kuhn Bill Padfield. Apress*
Oracle Database 11 g Performance Tuning Recipes Sam R. Alapati Darl Kuhn Bill Padfield Apress* Contents About the Authors About the Technical Reviewer Acknowledgments xvi xvii xviii Chapter 1: Optimizing
MySQL and Virtualization Guide
MySQL and Virtualization Guide Abstract This is the MySQL and Virtualization extract from the MySQL Reference Manual. For legal information, see the Legal Notices. For help with using MySQL, please visit
PARALLELS SERVER 4 BARE METAL README
PARALLELS SERVER 4 BARE METAL README This document provides the first-priority information on Parallels Server 4 Bare Metal and supplements the included documentation. TABLE OF CONTENTS 1 About Parallels
www.novell.com/documentation Database Maintenance ZENworks Mobile Management 2.7.x August 2013
www.novell.com/documentation Database Maintenance ZENworks Mobile Management 2.7.x August 2013 Legal Notices Novell, Inc., makes no representations or warranties with respect to the contents or use of
Symantec NetBackup Getting Started Guide. Release 7.1
Symantec NetBackup Getting Started Guide Release 7.1 21159722 Contents NetBackup Getting Started Guide... 5 About NetBackup... 5 How a NetBackup system works... 6 How to make a NetBackup system work for
VirtualCenter Database Maintenance VirtualCenter 2.0.x and Microsoft SQL Server
Technical Note VirtualCenter Database Maintenance VirtualCenter 2.0.x and Microsoft SQL Server This document discusses ways to maintain the VirtualCenter database for increased performance and manageability.
Database Administration
Unified CCE, page 1 Historical Data, page 2 Tool, page 3 Database Sizing Estimator Tool, page 11 Administration & Data Server with Historical Data Server Setup, page 14 Database Size Monitoring, page 15
VMware vsphere Data Protection 6.0
VMware vsphere Data Protection 6.0 TECHNICAL OVERVIEW REVISED FEBRUARY 2015 Table of Contents Introduction.... 3 Architectural Overview... 4 Deployment and Configuration.... 5 Backup.... 6 Application
HP Business Service Management
HP Business Service Management for the Windows and Linux operating systems Software Version: 9.10 Business Process Insight Server Administration Guide Document Release Date: August 2011 Software Release
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
Symantec Backup Exec TM 11d for Windows Servers. Quick Installation Guide
Symantec Backup Exec TM 11d for Windows Servers Quick Installation Guide September 2006 Symantec Legal Notice Copyright 2006 Symantec Corporation. All rights reserved. Symantec, Backup Exec, and the Symantec
Comparing Microsoft SQL Server 2005 Replication and DataXtend Remote Edition for Mobile and Distributed Applications
Comparing Microsoft SQL Server 2005 Replication and DataXtend Remote Edition for Mobile and Distributed Applications White Paper Table of Contents Overview...3 Replication Types Supported...3 Set-up &
VMware vsphere Data Protection 5.8 TECHNICAL OVERVIEW REVISED AUGUST 2014
VMware vsphere Data Protection 5.8 TECHNICAL OVERVIEW REVISED AUGUST 2014 Table of Contents Introduction.... 3 Features and Benefits of vsphere Data Protection... 3 Additional Features and Benefits of
Microsoft SQL Server Decision Support (DSS) Load Testing
Microsoft SQL Server Decision Support (DSS) Load Testing This guide gives you an introduction to conducting Decision Support or analytical workloads on the Microsoft SQL Server Database. This guide will
EMC NetWorker Module for Microsoft for Windows Bare Metal Recovery Solution
EMC NetWorker Module for Microsoft for Windows Bare Metal Recovery Solution Version 9.0 User Guide 302-001-755 REV 01 Copyright 2007-2015 EMC Corporation. All rights reserved. Published in USA. Published
McAfee VirusScan and epolicy Orchestrator Administration Course
McAfee VirusScan and epolicy Orchestrator Administration Course Intel Security Education Services Administration Course Training The McAfee VirusScan and epolicy Orchestrator Administration course from
Siebel Installation Guide for Microsoft Windows. Siebel Innovation Pack 2013 Version 8.1/8.2, Rev. A April 2014
Siebel Installation Guide for Microsoft Windows Siebel Innovation Pack 2013 Version 8.1/8.2, Rev. A April 2014 Copyright 2005, 2014 Oracle and/or its affiliates. All rights reserved. This software and
FileMaker Server 11. FileMaker Server Help
FileMaker Server 11 FileMaker Server Help 2010 FileMaker, Inc. All Rights Reserved. FileMaker, Inc. 5201 Patrick Henry Drive Santa Clara, California 95054 FileMaker is a trademark of FileMaker, Inc. registered
Introduction. Part I: Finding Bottlenecks when Something s Wrong. Chapter 1: Performance Tuning 3
Wort ftoc.tex V3-12/17/2007 2:00pm Page ix Introduction xix Part I: Finding Bottlenecks when Something s Wrong Chapter 1: Performance Tuning 3 Art or Science? 3 The Science of Performance Tuning 4 The
Plesk 8.3 for Linux/Unix System Monitoring Module Administrator's Guide
Plesk 8.3 for Linux/Unix System Monitoring Module Administrator's Guide Revision 1.0 Copyright Notice ISBN: N/A SWsoft. 13755 Sunrise Valley Drive Suite 600 Herndon VA 20171 USA Phone: +1 (703) 815 5670
Supported Platforms. HP Vertica Analytic Database. Software Version: 7.1.x
HP Vertica Analytic Database Software Version: 7.1.x Document Release Date: 10/14/2015 Legal Notices Warranty The only warranties for HP products and services are set forth in the express warranty statements
FileMaker 11. ODBC and JDBC Guide
FileMaker 11 ODBC and JDBC Guide 2004 2010 FileMaker, Inc. All Rights Reserved. FileMaker, Inc. 5201 Patrick Henry Drive Santa Clara, California 95054 FileMaker is a trademark of FileMaker, Inc. registered
VMware vcenter Update Manager Administration Guide
VMware vcenter Update Manager Administration Guide Update 1 vcenter Update Manager 4.0 This document supports the version of each product listed and supports all subsequent versions until the document
Copyright 1999-2011 by Parallels Holdings, Ltd. All rights reserved.
Parallels Virtuozzo Containers 4.0 for Linux Readme Copyright 1999-2011 by Parallels Holdings, Ltd. All rights reserved. This document provides the first-priority information on Parallels Virtuozzo Containers
MyOra 3.0. User Guide. SQL Tool for Oracle. Jayam Systems, LLC
MyOra 3.0 SQL Tool for Oracle User Guide Jayam Systems, LLC Contents Features... 4 Connecting to the Database... 5 Login... 5 Login History... 6 Connection Indicator... 6 Closing the Connection... 7 SQL
FileMaker 13. ODBC and JDBC Guide
FileMaker 13 ODBC and JDBC Guide 2004 2013 FileMaker, Inc. All Rights Reserved. FileMaker, Inc. 5201 Patrick Henry Drive Santa Clara, California 95054 FileMaker and Bento are trademarks of FileMaker, Inc.
Guidelines for using Microsoft System Center Virtual Machine Manager with HP StorageWorks Storage Mirroring
HP StorageWorks Guidelines for using Microsoft System Center Virtual Machine Manager with HP StorageWorks Storage Mirroring Application Note doc-number Part number: T2558-96337 First edition: June 2009
Microsoft SQL Database Administrator Certification
Microsoft SQL Database Administrator Certification Training for Exam 70-432 Course Modules and Objectives www.sqlsteps.com 2009 ViSteps Pty Ltd, SQLSteps Division 2 Table of Contents Module #1 Prerequisites
Setting Up Specify to use a Shared Workstation as a Database Server
Specify Software Project www.specifysoftware.org Setting Up Specify to use a Shared Workstation as a Database Server This installation documentation is intended for workstations that include an installation
SC-T35/SC-T45/SC-T46/SC-T47 ViewSonic Device Manager User Guide
SC-T35/SC-T45/SC-T46/SC-T47 ViewSonic Device Manager User Guide Copyright and Trademark Statements 2014 ViewSonic Computer Corp. All rights reserved. This document contains proprietary information that
EMC NetWorker VSS Client for Microsoft Windows Server 2003 First Edition
EMC NetWorker VSS Client for Microsoft Windows Server 2003 First Edition Installation Guide P/N 300-003-994 REV A01 EMC Corporation Corporate Headquarters: Hopkinton, MA 01748-9103 1-508-435-1000 www.emc.com
Microsoft SQL Server Guide. Best Practices and Backup Procedures
Microsoft SQL Server Guide Best Practices and Backup Procedures Constellation HomeBuilder Systems Inc. This document is copyrighted and all rights are reserved. This document may not, in whole or in part,
EMC NetWorker Module for Microsoft for Windows Bare Metal Recovery Solution
EMC NetWorker Module for Microsoft for Windows Bare Metal Recovery Solution Release 8.2 User Guide P/N 302-000-658 REV 01 Copyright 2007-2014 EMC Corporation. All rights reserved. Published in the USA.
By the Citrix Publications Department. Citrix Systems, Inc.
Licensing: Planning Your Deployment By the Citrix Publications Department Citrix Systems, Inc. Notice The information in this publication is subject to change without notice. THIS PUBLICATION IS PROVIDED
Copyright 2015 SolarWinds Worldwide, LLC. All rights reserved worldwide. No part of this document may be reproduced by any means nor modified,
Copyright 2015 SolarWinds Worldwide, LLC. All rights reserved worldwide. No part of this document may be reproduced by any means nor modified, decompiled, disassembled, published or distributed, in whole
Informatica Corporation Proactive Monitoring for PowerCenter Operations Version 3.0 Release Notes May 2014
Contents Informatica Corporation Proactive Monitoring for PowerCenter Operations Version 3.0 Release Notes May 2014 Copyright (c) 2012-2014 Informatica Corporation. All rights reserved. Installation...
Module 14: Scalability and High Availability
Module 14: Scalability and High Availability Overview Key high availability features available in Oracle and SQL Server Key scalability features available in Oracle and SQL Server High Availability High
Citrix EdgeSight for Load Testing User s Guide. Citrix EdgeSight for Load Testing 3.8
Citrix EdgeSight for Load Testing User s Guide Citrix EdgeSight for Load Testing 3.8 Copyright Use of the product documented in this guide is subject to your prior acceptance of the End User License Agreement.
Metalogix SharePoint Backup. Advanced Installation Guide. Publication Date: August 24, 2015
Metalogix SharePoint Backup Publication Date: August 24, 2015 All Rights Reserved. This software is protected by copyright law and international treaties. Unauthorized reproduction or distribution of this
StreamServe Persuasion SP5 Microsoft SQL Server
StreamServe Persuasion SP5 Microsoft SQL Server Database Guidelines Rev A StreamServe Persuasion SP5 Microsoft SQL Server Database Guidelines Rev A 2001-2011 STREAMSERVE, INC. ALL RIGHTS RESERVED United
Symantec Backup Exec 2010 R2. Quick Installation Guide
Symantec Backup Exec 2010 R2 Quick Installation Guide 20047221 The software described in this book is furnished under a license agreement and may be used only in accordance with the terms of the agreement.
Job Management Partner 1/Performance Management - Remote Monitor for Virtual Machine Description, User's Guide and Reference
Job Management Partner 1 Version 10 Job Management Partner 1/Performance Management - Remote Monitor for Virtual Machine Description, User's Guide and Reference 3021-3-353(E) Relevant program products
EMC AVAMAR BACKUP CLIENTS
EMC AVAMAR BACKUP CLIENTS 5.0 USER GUIDE P/N 300-008-819 REV A01 EMC CORPORATION CORPORATE HEADQUARTERS: HOPKINTON, MA 01748-9103 1-508-435-1000 WWW.EMC.COM Copyright and Trademark Notices This document
The Methodology Behind the Dell SQL Server Advisor Tool
The Methodology Behind the Dell SQL Server Advisor Tool Database Solutions Engineering By Phani MV Dell Product Group October 2009 Executive Summary The Dell SQL Server Advisor is intended to perform capacity
EMC NetWorker Module for Microsoft Exchange Server Release 5.1
EMC NetWorker Module for Microsoft Exchange Server Release 5.1 Installation Guide P/N 300-004-750 REV A02 EMC Corporation Corporate Headquarters: Hopkinton, MA 01748-9103 1-508-435-1000 www.emc.com Copyright
Server Consolidation with SQL Server 2008
Server Consolidation with SQL Server 2008 White Paper Published: August 2007 Updated: July 2008 Summary: Microsoft SQL Server 2008 supports multiple options for server consolidation, providing organizations
FileMaker Server 10 Help
FileMaker Server 10 Help 2007-2009 FileMaker, Inc. All Rights Reserved. FileMaker, Inc. 5201 Patrick Henry Drive Santa Clara, California 95054 FileMaker, the file folder logo, Bento and the Bento logo
Kronos Workforce Central on VMware Virtual Infrastructure
Kronos Workforce Central on VMware Virtual Infrastructure June 2010 VALIDATION TEST REPORT Legal Notice 2010 VMware, Inc., Kronos Incorporated. All rights reserved. VMware is a registered trademark or
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
FileMaker Server 13. FileMaker Server Help
FileMaker Server 13 FileMaker Server Help 2010-2013 FileMaker, Inc. All Rights Reserved. FileMaker, Inc. 5201 Patrick Henry Drive Santa Clara, California 95054 FileMaker and Bento are trademarks of FileMaker,
DB Audit Expert 3.1. Performance Auditing Add-on Version 1.1 for Microsoft SQL Server 2000 & 2005
DB Audit Expert 3.1 Performance Auditing Add-on Version 1.1 for Microsoft SQL Server 2000 & 2005 Supported database systems: Microsoft SQL Server 2000 Microsoft SQL Server 2005 Copyright SoftTree Technologies,
Innovative technology for big data analytics
Technical white paper Innovative technology for big data analytics The HP Vertica Analytics Platform database provides price/performance, scalability, availability, and ease of administration Table of
Tivoli Endpoint Manager for Remote Control Version 8 Release 2. User s Guide
Tivoli Endpoint Manager for Remote Control Version 8 Release 2 User s Guide Tivoli Endpoint Manager for Remote Control Version 8 Release 2 User s Guide Note Before using this information and the product
ICE for Eclipse. Release 9.0.1
ICE for Eclipse Release 9.0.1 Disclaimer This document is for informational purposes only and is subject to change without notice. This document and its contents, including the viewpoints, dates and functional
SQL Server. SQL Server 100 Most Asked Questions: Best Practices guide to managing, mining, building and developing SQL Server databases
SQL Server SQL Server 100 Most Asked Questions: Best Practices guide to managing, mining, building and developing SQL Server databases SQL Server 100 Success Secrets Copyright 2008 Notice of rights All
Installation Guide. Version 2.1. on Oracle Java Cloud Service 2015-06-19
Installation Guide on Oracle Java Cloud Service Version 2.1 2015-06-19 1 Preface This installation guide provides instructions for installing FlexDeploy on the Oracle Java Cloud Service. For on-premise
Increasing Driver Performance
Increasing Driver Performance DataDirect Connect Series ODBC Drivers Introduction One of the advantages of DataDirect Connect Series ODBC drivers (DataDirect Connect for ODBC and DataDirect Connect64 for
Informatica Data Replication 9.1.1 FAQs
Informatica Data Replication 9.1.1 FAQs 2012 Informatica Corporation. No part of this document may be reproduced or transmitted in any form, by any means (electronic, photocopying, recording or otherwise)
