New Features Guide. HP Vertica Analytic Database. Software Version: 7.0.x
|
|
|
- Mitchell Lenard Stokes
- 10 years ago
- Views:
Transcription
1 HP Vertica Analytic Database Software Version: 7.0.x Document Release Date: 2/20/2015
2 Legal Notices Warranty The only warranties for HP products and services are set forth in the express warranty statements accompanying such products and services. Nothing herein should be construed as constituting an additional warranty. HP shall not be liable for technical or editorial errors or omissions contained herein. The information contained herein is subject to change without notice. Restricted Rights Legend Confidential computer software. Valid license from HP required for possession, use or copying. Consistent with FAR and , Commercial Computer Software, Computer Software Documentation, and Technical Data for Commercial Items are licensed to the U.S. Government under vendor's standard commercial license. Copyright Notice Copyright Hewlett-Packard Development Company, L.P. Trademark Notices Adobe is a trademark of Adobe Systems Incorporated. Microsoft and Windows are U.S. registered trademarks of Microsoft Corporation. UNIX is a registered trademark of The Open Group. HP Vertica Analytic Database (7.0.x) Page 2 of 45
3 Contents Contents 3 7 New Features and Changes in HP Vertica 7.0 SP1 (7.0.1) 7 Flex Table Additions and Updates 7 Adding Columns to Pre-Join Projections 8 Improved Diagnostics Collection 8 Time-based Data Retention 9 Plug-in for Informatica USE SINGLE TARGET Attribute 10 New HCatalog Connection Parameters 10 New Java UDx Resource Management Function 10 Management Console 10 Using Management Console to Apply Your Flex Zone License 10 Monitoring Profiling Progress 11 Plug-in for Informatica Target Number Attribute 11 New Features and Changes in HP Vertica Flex Zone 11 Flex Tables Load and Query 11 Spread Integration into HP Vertica Server 13 Large Cluster Arrangement 13 Fault Groups 14 Comprehensive Pre-install System Verification 14 JDBC Key/Value API 14 Client Library Changes 15 JDBC 4.0 Support 15 Client Driver Connection Failover Support 15 Client Driver Connection Load Balancing 15 Client Driver Connection Kerberos Authentication 16 Streaming Batch Inserts 16 Database Designer Improvements 16 HP Vertica Analytic Database (7.0.x) Page 3 of 45
4 Contents Database Designer Terminology Changes 16 Using Management Console to Create an Optimal Design 17 Running Database Designer Programmatically 17 Running Database Designer Concurrently 18 Identifying and Grouping Similar Queries in Database Designer 18 Avoiding Data Skew in Database Designer 19 Analyzing Correlated Columns 19 Security 19 LDAP Support for StartTLS and LDAPS 20 Extended Support for Kerberos Authentication 20 Multiplexed Networking 21 Management Console Enhancements in Using Management Console to Create an Optimal Design 21 Viewing EXPLAIN Plans and Profiling Data in Management Console 22 Management Console Themes 22 Performance 24 Improved Performance When a Node Fails 24 Approximate Count Distinct Aggregate Functions 24 Optimizing Aggregate Queries with Partially Sorted GROUPBY 24 Improved MERGE Performance 25 ADO.NET Performance Improvements 25 SQL Enhancements and Changes 26 ALTER TABLE UDSFs as Default Expression 26 New Statements and Functions 26 Approximate Count Distinct Aggregate Functions 28 New and Modified System Tables 28 New Configuration Parameters 29 COPY Load Changes 30 New EXPLAIN Plan Output 32 SDK Enhancements 33 New Java SDK for UDx Development 33 HP Vertica Analytic Database (7.0.x) Page 4 of 45
5 Contents UDChunker for Parallel Parsing Capabilities 33 Metadata for UDx Libraries 34 VBR Backup Changes 34 Add Nodes to the Cluster Before Object Restore 34 Simplified Configuration File Mappings 34 Third-Party Tools Integration Updates 36 Connectivity Pack Enhancements 36 New Informatica Plug-in 36 HCatalog Connector for Querying Data in Hive Data Warehouse 37 HP Vertica Connector for HDFS 37 Documentation Updates 37 New Look-and-Feel and Better Search 37 New Guides 37 SDK and Supported Platforms Online Documentation 38 Deprecated Functionality in This Release 39 Deprecated Functionality in HPVertica 7.0 SP2 (7.0.2) 39 Plug-in for Informatica USE SINGLE TARGET Attribute Replaced 39 Retired Functionality 41 We appreciate your feedback! 45 HP Vertica Analytic Database (7.0.x) Page 5 of 45
6 Contents HP Vertica Analytic Database (7.0.x) Page 6 of 45
7 New Features and Changes in HP Vertica 7.0.x This guide describes new features and changes that have been added across the HP Vertica 7.0.x release line. For a list of known and resolved issues, see the HP Vertica 7.0 Release Notes, available at New Features and Changes in HP Vertica 7.0 SP1 (7.0.1) Read the topics in this section for information about new and changed functionality in HP Vertica 7.0 SP1 (7.0.1). Flex Table Additions and Updates This release includes the following changes to HP Vertica flex tables: New ArcSight log data parser, fcefparser New audit_flex() function The maptostring() function returns canonical JSON by default New ArcSight CEF Parser The COPY statement supports a third flex table ArcSight CEF (Common Event Format) parser : fcefparser Use this parser to load flex tables with logging data from the HP ArcSight Enterprise Security Management (ESM) and ArcSight Logger log management software. New Function to Audit Flex Table Data Usage Use the new audit_flex() function to audit the data storage used in ROS containers for the raw column of flexible tables.use this function to audit the flex data usage in the entire database, a schema, projection, or one flex table. See the AUDIT_FLEX function in the SQL Reference Manual. HP Vertica Analytic Database (7.0.x) Page 7 of 45
8 New Parameter for maptostring() Function The maptostring() function has a new, optional boolean parameter, canonical_json. The function returns canonical JSON by default (canonical_json=true). The new default changes the function's behavior from previous releases. To maintain the previous behavior, use maptostring() with canonical_json=false. For examples of using maptostring() with its new default behavior, see maptostring in the Flex Tables Guide. Adding Columns to Pre-Join Projections In versions of HP Vertica prior to 7.0.0, when you added a column to a table, HP Vertica also added the column to the superprojection for that table. HP Vertica provides a new syntax that inserts any new table column to the table, the superprojection, and to all pre-join projections where the table is specified. The new syntax is: ALTER TABLE t ADD COLUMN c_new <column definition> CASCADE; This feature has the following limitations: If you specify a default value for the new column that is not a constant, HP Vertica does not add the new column to the pre-join projections. Instead, it does add the column to the table and its superprojection. If you do not specify a default value for the new column, HP Vertica assigns a NULL default. Since NULL is a constant, HP Vertica adds the column to all pre-join projections. When HP Vertica adds a column to a table, it acquires an O lock on the table until the operation completes. If you use the CASCADE keyword, HP Vertica also acquires O locks on all the anchor tables of any pre-join projections associated with that table. For more information, see ALTER TABLE. Improved Diagnostics Collection HP Vertica (7.0 SP1) introduces several enhancements to diagnostics collection using the scrutinize command. Authenticated upload The new --auth-upload argument collects your company name from your HP Vertica Enterprise Edition license. When you specify the authenticated upload argument: HP Vertica Analytic Database (7.0.x) Page 8 of 45
9 You do not need a user name and password to send your diagnostics file to HP Vertica, which means that more people in your organization get the help they need HP Vertica Technical Support uses your company name to authenticate your identity Collect tasks that don't require a database connection The new --vsql-off argument lets you exclude tasks from diagnostics collection that require a database connection. For example, you might want to use --vsql-off if HP Vertica is up but running slowly. This argument can also be helpful for dealing with problems during an upgrade. Use --vsql-off if you haven't created a database but need help troubleshooting other cluster issues. Exclude a category of tasks from collection The updated --exclude-tasks argument lets you omit the collection of tasks by type. For example, you can exclude Data Collector tables, catalog metadata, and other categories that scrutinize collects by default. Also use --exclude-tasks when running the full diagnostic collection might be too time consuming or could prevent you from running queries. For full syntax and parameters, see Collecting Diagnostics (scrutinize Command) in the Administrator's Guide. Time-based Data Retention In previous releases, you used the SET_DATA_COLLECTOR_POLICY() function to specify how much data to retain on disk. When data exceeded the defined space allocation, HP Vertica purged older data to make room for new. In HP Vertica (7.0 SP1), you can configure both size and time restraints at the same time using SET_DATA_COLLECTOR_POLICY(). HP Vertica also introduces a new function, SET_DATA_COLLECTOR_TIME_POLICY(), to configure just the time interval for an individual Data Collector (DC) table or for all DC tables. Retaining DC logs for a specified time is useful if you want to: Analyze the last n days of cluster activity Use joined DC tables to understand what queries were running during a particular interval See the following topics in the SQL Reference Manual: SET_DATA_COLLECTOR_POLICY SET_DATA_COLLECTOR_TIME_POLICY HP Vertica Analytic Database (7.0.x) Page 9 of 45
10 Plug-in for Informatica USE SINGLE TARGET Attribute HP Vertica has added an additional VERTICA_WRITER plug-in attribute, USE SINGLE TARGET. If you have checked the option USE SINGLE TARGET, data is sent to the one IP address you entered when you configured your workflow connections. You might set this option, for example, if you want to specify one ingestion node rather than use the plug-in s default ROUNDROBIN scheme for ingesting data. For more information, refer to the section, Accessing VERTICA_WRITER Plug-in Attributes, in the Informatica Plug-in Guide. New HCatalog Connection Parameters This release introduces three new parameters for managing how the HCatalog Connector handles connectivity issues. These parameters let you tell the HCatalog connector how long it should wait for a connection to the WebHCat server, and enforce a minimum data transfer speed from the WebHCat server. These parameters can be set globally via three new configuration parameters. See HCatalog Connector Parameters in the Administrator's Guide for details.they can also be set on a perschema basis using new arguments to the CREATE HCATALOG SCHEMA statement. For tips on using these parameters, see Preventing Excessive Query Delays in the Hadoop Integration Guide. New Java UDx Resource Management Function This release includes a new HP Vertica meta-function named RELEASE_ALL_JVM_MEMORY. It closes all Java Virtual Machines (JVMs) used to run Java UDxs. Only a superuser can use this function. See Java UDx Resource Management in the Programmer's Guide for more information. Management Console HP Vertica Analytics Platform introduced new functionality to the Management Console user experience. Applying Your Flex Zone License in Management Console Monitoring Profiling Progress Using Management Console to Apply Your Flex Zone License In this release, Management Console allows you to apply a Flex Zone license in addition to HP Vertica Enterprise Edition licenses. See Understanding HP Vertica Licenses and FlexTable HP Vertica Analytic Database (7.0.x) Page 10 of 45
11 License Installations. Monitoring Profiling Progress In HP Vertica Management Console includes the ability to monitor profiling progress. When loading profile data for a query, Management Console can provide updates about the query's progress and resources used. See Monitoring Profiling Progress. Plug-in for Informatica Target Number Attribute HP Vertica has replaced the VERTICA_WRITER attribute USE SINGLE TARGET with a new attribute, Target Number. The Target Number attribute by default targets the IP address you have specified in the connection string, and uses load balancing (if any) specified on the targeted node. This new attribute (non-default), if set to a number greater than 1, targets the number of HP Vertica nodes you specify (up to 16) and uses ROUNDROBIN as a load balancing scheme. For more detail, refer to the section, Accessing VERTICA_WRITER Plug-in Attributes, in the Informatica Plug-in Guide. New Features and Changes in HP Vertica Read the topics in this section for information about new and changed functionality in HP Vertica version Flex Zone With version 7.0, HP introduces a new offering called HP Vertica Flex Zone, based on the flex tables technology available in 7.0. A Flex Zone license entitles you to more than the one terabyte of unstructured data included with your HP Vertica license, giving you even more flexibility with your data. If your primary goal is to work with flex tables, you can purchase a Flex Zone license alone. When you purchase Flex Zone, you will receive a complimentary Enterprise Edition license, entitling you to one terabyte of columnar data, with no node limit. To obtain an Enterprise Edition or Flex Zone license key, contact HP Vertica at: Flex Tables Load and Query This release includes a new kind of table, flex (or flexible) tables, to support loading and querying unstructured and semi-structured data. Use flex tables and their associated functionality to store and manipulate unstructured data and complete these tasks: Create flex tables (with or without defined columns) Load data into flex tables HP Vertica Analytic Database (7.0.x) Page 11 of 45
12 Use standard SQL queries to extract data from flex tables Alter flex tables to add regular (materialized) columns for data of interest and to create a hybrid table, containing both unstructured and structured data Using hybrid flex tables results in similar performance to regular, columnar HP Vertica tables. Table Statements These are the new statements that support flex tables: CREATE FLEX TABLE CREATE FLEX EXTERNAL TABLE AS COPY New Flexible Table Parsers Use the COPY statement to load data directly into the new table with one of two new parsers: fjsonparser fdelimitedparser New System Table for Flex Table Function The new flex data function to materialize columns (MATERIALIZE_FLEXTABLE_COLUMNS()) has an associated system table for the results of running the function. See MATERIALIZE_ FLEXTABLE_COLUMNS_RESULTS in the SQL Reference Manual. Flex Table Map Functions After loading data into a flex table, use the new map functions to display and extract information about unstructured data. For instance, you can view a list of what keys (virtual column names) exist in the raw data within a flex table, or find out if a particular key, or value exists. These are the map functions to support flex tables: mapaggregate maplookup mapcontainskey mapcontainsvalue mapitems mapkeys HP Vertica Analytic Database (7.0.x) Page 12 of 45
13 mapkeysinfo maplookup mapsize maptostring mapvalues mapversion emptymap Flex Table Data Functions Use the new flex table helper functions to compute data keys and values, and perform other tasks. While these functions are included as part of the HP Vertica database, they are for use exclusively with flex tables: BUILD_FLEXTABLE_VIEW COMPUTE_FLEXTABLE_KEYS COMPUTE_FLEXTABLE_KEYS_AND_BUILD_VIEW MATERIALIZE_FLEXTABLE_COLUMNS RESTORE_FLEXTABLE_DEFAULT_KEYS_TABLE_AND_VIEW Spread Integration into HP Vertica Server Vertica Analytic Database uses spread as its control messaging network. In Vertica Analytic Database 7.0, spread is managed at database start/stop time, rather than during the Vertica Analytic Database installation process. This means that the spread process does not run when the database is not running. The spread system service and system user are no longer used. Large Cluster Arrangement In Vertica Analytic Database 7.0, a large cluster arrangement delegates control message responsibilities to a subset of Vertica Analytic Database nodes (called control nodes) to improve control message performance. The feature is necessary (and enabled by default) for clusters of 120 nodes or more; however, some environments, such as cloud deployments that might have higher network latency, could benefit from a smaller number of control nodes. You can set the number of control nodes on the cluster using one of the following two new methods: HP Vertica Analytic Database (7.0.x) Page 13 of 45
14 For new installations of Vertica Analytic Database, use the --large-cluster <integer> argument. See Installing HP Vertica with the install_vertica Script in the Installation Guide. To expand an existing database cluster, use the new cluster-management functions. See Defining and Realigning Control Nodes on an Existing Cluster in the Administrator's Guide. This feature is integrated with elastic cluster and the new fault groups to provide cluster flexibility and reliability that you expect from Vertica Analytic Database. For more information, see Large Cluster in the Administrator's Guide. Fault Groups Fault groups provide a way for you to configure Vertica Analytic Database for your physical cluster layout to reduce the impact of correlated failures inherent in your environment. For example, by describing your rack layout, Vertica Analytic Database could tolerate a rack failure. Vertica Analytic Database 7.0 supports complex, hierarchical fault groups of different shapes and sizes by providing a fault group helper utility, SQL statements, system tables, and other monitoring tools. Fault groups are integrated with elastic and large cluster layouts to provide the cluster flexibility and reliability that you expect from Vertica Analytic Database. See Also Large Cluster Arrangement in this guide High Availability With Fault Groups in the Concepts Guide Fault Groups in the Administrator's Guide Comprehensive Pre-install System Verification With version 7.0, HP introduces an updated HP Vertica installer that verifies your hardware and OS settings. If the installer encounters any configuration mismatches that it cannot automatically correct, it provides a brief message about the issue and links directly to detailed documentation on how to correct the issue. For more details, see Operating System Configuration Task Overview in the Installation Guide. JDBC Key/Value API With version 7.0, HP introduces a new JDBC Key/Value API. The JDBC Key/Value API allows you to quickly query data when a single or only a few rows are being returned and the data exists on a single node. This feature is ideal for high-volume "short" requests that return a small number of results. For more details, see About the JDBC Key/Value API. HP Vertica Analytic Database (7.0.x) Page 14 of 45
15 Client Library Changes Several enhancements have been made to the client libraries in this version of the HP Vertica Analytics Platform. JDBC 4.0 Support The Vertica Analytic Database Version 7.0.x JDBC driver now supports the JDBC 4.0 standard. This support includes: JNDI service registration, so that the JVM locates and loads the JDBC driver automatically when your client application attempts to create a connection to Vertica Analytic Database. Improved exception classes that let your client application better respond to errors. Wrapper and better DatabaseMetaData support that lets client applications learn about the Vertica Analytic Database JDBC driver's features. Better connection pooling support. See New Features in the Version JDBC Driver for more information about the driver's JDBC 4.0 support. Client Driver Connection Failover Support The Vertica Analytic Database Version 7.0.x client driver libraries now support connection failover. When creating a connection to the Vertica Analytic Database database, you can supply a list of additional hosts that the client driver should try to contact if the primary host specified in the connection cannot be reached. For more information see the following section sin the Programmer's Guide: ODBC Connection Failover JDBC Connection Failover ADO.NET Connection Failover VSQL Command Line Options (see the -B option) Client Driver Connection Load Balancing Every client connected to a host consumes a small amount of the host's resources. If one node has many more client connections than other hosts in the Vertica Analytic Database cluster, the resources consumed by the clients can being to affect its performance as a database node. To help solve this issue, all Vertica Analytic Database client drivers now support connection load balancing which spreads the overhead of maintaining client connections across all hosts in the cluster. HP Vertica Analytic Database (7.0.x) Page 15 of 45
16 For more information, see the following sections in the Programmer's Guide: Enabling Native Connection Load Balancing in JDBC Enabling Native Connection Load Balancing in ODBC Enabling Native Connection Load Balancing in ADO.NET VSQL Command Line Options (see the -C option) Client Driver Connection Kerberos Authentication All Vertica Analytic Database 7.0 client drivers support new connection strings for Kerberos version 5 authentication through the GSSAPI (Generic Security Services Application Program Interface). See Extended Support for Kerberos Authentication in this guide. Streaming Batch Inserts In version 7.0, the HP Vertica JDBC driver introduces streaming batch inserts, a new loading model built into the standard batch insert API. Streaming batch inserts allow you to add a row to the database using addbatch(). Streaming batch inserts improve load performance by reducing memory usage and providing more opportunities for parallel processing. Database Designer Improvements HP Vertica 7.0 offers the following improvements to the design, performance, and usability of Database Designer, speeding up design and deployment operations with minimal impact to design quality. Database Designer Terminology Changes Using Management Console to Create an Optimal Design Running Database Designer Programmatically Running Database Designer Concurrently Identifying and Grouping Similar Queries in Database Designer Avoiding Data Skew in Database Designer Analyzing Correlated Columns Database Designer Terminology Changes In HP Vertica 7.0, there are two changes in terminology in the way the documentation describes the features of Database Designer. There are two design types: HP Vertica Analytic Database (7.0.x) Page 16 of 45
17 Comprehensive Incremental (formerly query-specific) For more information, see Design Types. There are three optimization objectives, formerly known as design priorities: Load Query Balanced For more information, see Optimization Objectives. Using Management Console to Create an Optimal Design HP Vertica 7.0. allows you run the Database Designer from Management Console to create an optimal design for your database. Management Console provides a wizard to walk you through the steps to set the Database Designer parameters. The interface provides all the capability of the Administration Tools, and some additional capabilities such as: Exporting a database Viewing the design script Setting the design K-safety Allowing Database Designer to create unsegmented projections For more information, see the following topics in the Administrator's Guide: Viewing EXPLAIN output using Management Console Viewing profiling data using Management Console Running Database Designer Programmatically In HP Vertica 7.0, if you have been granted the DBDUSER role and have enabled the role, you can access Database Designer functionality programmatically. In previous releases, Database Designer was available only via the Administration Tools. Using the DESIGNER_* command-line functions, you can perform the following Database Designer tasks: HP Vertica Analytic Database (7.0.x) Page 17 of 45
18 Create a comprehensive or incremental design Add tables and queries to the design Set the optimization objective to prioritize for query performance or storage footprint Assign a weight to each query Assign the K-safety value to a design Analyze statistics on the design tables Create the script that contains the DDL statements that create the design projections Deploy the database design Specify that all projections in the design be segmented Populate the design Cancel a running design Wait for a running design to complete Deploy a design automatically Drop database objects from one or more completed or terminated designs For information about this new capability and a tutorial on how to use these functions, see About Running Database Designer Programmatically in the Programmer's Guide. For detailed information about each function, see Database Designer Functions in the SQL Reference Manual. Running Database Designer Concurrently In HP Vertica 7.0, users assigned the DBADMIN or DBDUSER role can run Database Designer concurrently. If two or more users attempt to access the same tables at the same time, Database Designer may not be able to complete. If you plan to create multiple designs that access the same table, your best bet is to execute them sequentially, not concurrently. Identifying and Grouping Similar Queries in Database Designer In HP Vertica 7.0, before creating a design, Database Designer identifies design queries that affect the design that Database Designer creates in the same way and assigns them a signature. For queries with the same signature, Database Designer weights the queries depending on how many queries are in that cluster and considers one of the weighted queries when creating the design. HP Vertica Analytic Database (7.0.x) Page 18 of 45
19 This feature allows Database Designer to accept a large number of design queries. but by grouping similar queries together, Database Designer does not have to consider all the queries while creating the design, saving processing time, and producing a better design. Avoiding Data Skew in Database Designer In HP Vertica 7.0, Database Designer uses an improved algorithm to segment projections, creating a uniform distribution of data across the cluster and minimizing data skew. Analyzing Correlated Columns In HP Vertica 7.0, when creating a design programmatically, Database Designer can analyze columns that are strongly correlated. (By default, Database Designer does not analyze correlations.) For example, state name and country name columns are strongly correlated because the city name usually, but perhaps not always, identifies the state name. The city of Conshohoken is uniquely associated with Pennsylvania, whereas the city of Boston exists in Georgia, Indiana, Kentucky, New York, Virginia, and Massachusetts. In this case, city name is strongly correlated with state name. When creating a design, Database Designer can: Analyze correlated columns. Order the correlated columns in a way that maximizes the compression ratio. Place them early in the projection sort order. Choose Run-Length Encoding (RLE) for the columns that satisfy the recommended RLE criteria. The new function ANALYZE_CORRELATIONS allows you to find and record correlated columns in a schema. ANALYZE_CORRELATIONS also collects statistics. For Database Designer to take advantage of these correlations, run Database Designer programmatically. Run DESIGNER_SET_ANALYZE_CORRELATIONS_MODE to specify that Database Designer should consider existing column correlations. Make sure to tell Database Designer not to analyze statistics to prevent Database Designer from override the existing statistics. Column correlation analysis only needs to happen once. HP Vertica recommends that you analyze correlated columns only if the table contains at least 4000 rows. Security HP Vertica 7.0 includes the following security enhancements: HP Vertica Analytic Database (7.0.x) Page 19 of 45
20 LDAP Support for StartTLS and LDAPS Extended Support for Kerberos Authentication LDAP Support for StartTLS and LDAPS HP Vertica 7.0 supports StartTLS on the LDAP port (389) or on a specified port. LDAPS (LDAP over SSL) on the LDAPS port (636) or on a specified port. Important: If you have HP Vertica enabled for LDAP over SSL/TLS, before upgrading your database, read the information in Configuring LDAP Over SSL/TLS When Upgrading HP Vertica in the Installation Guide. Extended Support for Kerberos Authentication In previous releases, HP Vertica supported Kerberos authentication for vsql clients on Linux platforms only. In version 7.0, HP Vertica supports Kerberos version 5 through the GSSAPI (Generic Security Services Application Program Interface) on all client platforms. The GSSAPI standard provides better compatibility with non-mit Kerberos implementations, such as Microsoft Active Directory. Deprecated: In HP Vertica 7.0, the krb5 authentication method has been deprecated in favor of the gss method. For more information, see the following topics in the Administrator's Guide: Implementing Client Authentication Security Parameters (ClientAuthentication entry) Kerberos Driver Connection Parameters HP Vertica provides the following new driver connection parameters for client authentication with the Vertica Analytic Database server: KerberosServiceName Provides the service name portion of the HP Vertica Kerberos principal; for example: vertica/[email protected] KerberosHostname Provides the instance or host name portion of the HP Vertica Kerberos principal; for example: vertica/[email protected] HP Vertica also provides the following new client-specific connection parameters: HP Vertica Analytic Database (7.0.x) Page 20 of 45
21 For JDBC drivers, JAASConfigName lets you provide the name of the JAAS configuration that contains the JAAS Krb5LoginModule and its settings. For ADO.NET drivers, IntegratedSecurity lets you specify a Boolean value that, if set to true, uses the calling user s Windows credentials for authentication, instead of user/password in the connection string. See the following topics in the Programmer's Guide: ODBC DSN Parameters JDBC Connection Properties ADO.NET Connection Properties Kerberos vsql Command Line Options HP Vertica also provides new command line options for vsql. These options are equivalent to the drivers' KerberosServiceName and KerberosHostName connection strings: -k KRB SERVICE provides the service name portion of the Kerberos principal -K KRB HOST provides the host name portion of the Kerberos principal Multiplexed Networking The HP Vertica 7.0 data networking layer has been restructured to be more suitable to large clusters and complex queries by reducing the number of necessary node-to-node connections established. Management Console Enhancements in 7.0 HP Vertica Analytics Platform 7.0. introduced significant improvements to the Management Console user experience. Using Management Console to Create an Optimal Design Viewing EXPLAIN Plans and Profiling Data in Management Console Management Console Themes Using Management Console to Create an Optimal Design HP Vertica 7.0. allows you run the Database Designer from Management Console to create an optimal design for your database. HP Vertica Analytic Database (7.0.x) Page 21 of 45
22 Management Console provides a wizard to walk you through the steps to set the Database Designer parameters. The interface provides all the capability of the Administration Tools, and some additional capabilities such as: Exporting a database Viewing the design script Setting the design K-safety Allowing Database Designer to create unsegmented projections For more information, see the following topics in the Administrator's Guide: Viewing EXPLAIN output using Management Console Viewing profiling data using Management Console Viewing EXPLAIN Plans and Profiling Data in Management Console In HP Vertica 7.0., you can now view EXPLAIN plans and profiling data using Management Console. The interface gives visual information that quickly allows you to see how much time was spent in each phase of query processing. In addition, you can see detailed information about Projection metadata Execution events Optimizer events For more information, see the following topics in the Administrator's Guide: Viewing EXPLAIN output using Management Console Viewing Profile Data Using Management Console Management Console Themes With HP Vertica Analytics Platform 7.0.0, you can now choose different "themes" for the HP Vertica Management Console. Management Console themes change the look and feel of the interface. In addition to Management Console's classic look, now available is the new HP Theme, shown below. Administrators can apply the HP Theme or the HP Vertica Classic themes through MC Settings. HP Vertica Analytic Database (7.0.x) Page 22 of 45
23 HP Vertica Analytic Database (7.0.x) Page 23 of 45
24 Performance In this release, HP Vertica introduces numerous infrastructure improvements to increase performance across the entire platform. Improved Performance When a Node Fails HP Vertica provides performance optimization when cluster nodes fail by distributing the work of the down nodes uniformly among available nodes throughout the cluster. Approximate Count Distinct Aggregate Functions HP Vertica 7.0 provides three new aggregate functions. These functions calculate an approximate count of distinct values in a column or expression. APPROXIMATE_COUNT_DISTINCT APPROXIMATE_COUNT_DISTINCT_SYNOPSIS APPROXIMATE_COUNT_DISTINCT_OF_SYNOPSIS The expected value that APPROXIMATE_COUNT_DISTINCT() returns is equal to COUNT(DISTINCT), with an error that is lognormally distributed with standard deviation s. You can control the standard deviation directly by setting the error_tolerance. Use APPROXIMATE_COUNT_DISTINCT() as a replacement for COUNT (DISTINCT) when an approximate value is sufficient or the values need to be combined. APPROXIMATE_COUNT_DISTINCT_SYNOPSIS() and APPROXIMATE_COUNT_DISTINCT_OF_SYNOPSIS () can roll up the data. This capability enables you to pre-compute distinct counts and later combine them in different ways, just as you can do with a non-distinct COUNT() or SUM() aggregate. Note: The APPROXIMATE_COUNT_DISTINCT* functions cannot appear in the same query block as DISTINCT aggregates. For detailed information about when to use these functions, see Optimizing COUNT (DISTINCT) by Calculating Approximate Counts in the Programmer's Guide. For more information about COUNT(DISTINCT), see COUNT [Aggregate] in the SQL Reference Manual. Optimizing Aggregate Queries with Partially Sorted GROUPBY Using a combination of the GROUPBY PIPELINED and GROUPBY HASH algorithms, HP Vertica provides an optimization known as partially sorted GROUPBY, which is enabled by default. This optimization allows the HP Vertica optimizer to improve the performance of most aggregate queries HP Vertica Analytic Database (7.0.x) Page 24 of 45
25 on large data sets by leveraging the sort order of one or more columns in the GROUP BY clause. The queries may or may not include DISTINCT aggregate columns, such as COUNT(DISTINCT...) or SUM(DISTINCT...). The partially sorted GROUPBY optimization uses smaller hash tables, which reduces the possibility of hash tables spilling to temporary files on disk while processing the query. You do not need to edit your queries to take advantage of this optimization. By default, the HP Vertica optimizer chooses the partially sorted GROUP BY optimization automatically for queries that can benefit from it. To see if a query will execute using this optimization, view the query EXPLAIN plan. The partially sorted GROUPBY optimization does not speed up queries in which the input data sets are small enough to fit entirely in main memory. For more information, see Partially Sorted GROUPBY in the Programmer's Guide Partially Sorted GROUPBY EXPLAIN Plan Example in the Administrator's Guide Improved MERGE Performance HP Vertica 7.0 now prepares an optimized query plan, by default, to improve MERGE performance when the MERGE statement and its tables meet the following criteria: The target table join column has a PRIMARY KEY or UNIQUE constraint UPDATE and INSERT clauses include every column in the target table UPDATE and INSERT clause column attributes are the same When the above conditions are not met HP Vertica prepares a non-optimized plan for MERGE, and the statement runs with the same performance as in HP Vertica 6.1 and prior. Note: When HP Vertica prepares an optimized query plan for a merge operation, it enforces strict requirements for unique and primary key constraints in the MERGE statement's join columns. If you haven't enforced constraints, the MERGE statement could fail. For details, see Optimized Versus Non-Optimized MERGE Plan in the Administrator's Guide. MERGE statement syntax has not changed in HP Vertica 7.0. ADO.NET Performance Improvements The HP Vertica7.0 ADO.NET driver, provided as part of the Microsoft Connectivity Pack, has been updated with many performance improvements to increase performance and lower latency when reading data from the ADO.NET VerticaDataReader and data loading in general. HP Vertica Analytic Database (7.0.x) Page 25 of 45
26 SQL Enhancements and Changes This section contains the SQL enhancements made in Vertica Analytic Database 7.0. ALTER TABLE UDSFs as Default Expression In previous versions, using the ALTER TABLE statement to add a column with a default value expression did not permit the use of user-defined scalar function (UDSFs). HP Vertica 7.0 now supports a default column value expression derived from a UDSF. For more information about UDFs, see Developing and Using User Defined Functions in the Programmer's Guide. For an example of adding a table column with a derived default expression, see Adding a Column with a Default Value in the Administrator's Guide. New Statements and Functions HP Vertica 7.0 adds several new statements and functions for improved usability and administration. Security Hash Functions Vertica Analytic Database 7.0 adds the following SQL hash functions to support SHA-1 and SHA-2 security encryption: SHA1() SHA224() SHA256() SHA384() SHA512() Large Cluster Functions HP Vertica 7.0 adds the following functions to help you create and manage large cluster arrangements. See Large Cluster in the Administrator's Guide. SET_CONTROL_SET_SIZE() REALIGN_CONTROL_NODES() RELOAD_SPREAD(true) HP Vertica Analytic Database (7.0.x) Page 26 of 45
27 Fault Group Statements HP Vertica 7.0 adds several new DDL statements you use to create, alter, and drop fault groups. See Fault Groups in the Administrator's Guide. CREATE FAULT GROUP ALTER FAULT GROUP DROP FAULT GROUP ALTER DATABASE Flex Tables Statements and Functions HP Vertica 7.0 adds a new library to support loading and querying flex tables. These are the statements for creating flex tables: CREATE FLEX TABLE CREATE FLEX EXTERNAL TABLE AS COPY Once you have created a flex table and loaded data into it, these helper functions let you manipulate (or restore) the contents: BUILD_FLEXTABLE_VIEW COMPUTE_FLEXTABLE_KEYS COMPUTE_FLEXTABLE_KEYS_AND_BUILD_VIEW RESTORE_FLEXTABLE_DEFAULT_KEYS_TABLE_AND_VIEW These are the map functions for the unstructured content in your flex table: mapaggregate maplookup mapcontainskey mapcontainsvalue mapitems mapkeys mapkeysinfo HP Vertica Analytic Database (7.0.x) Page 27 of 45
28 maplookup mapsize maptostring mapvalues mapversion emptymap Local Temporary Views HP Vertica 7.0 adds the following new statement to create local temporary views: CREATE LOCAL TEMPORARY VIEW. Approximate Count Distinct Aggregate Functions HP Vertica 7.0 provides three new aggregate functions. These functions calculate an approximate count of distinct values in a column or expression. APPROXIMATE_COUNT_DISTINCT APPROXIMATE_COUNT_DISTINCT_SYNOPSIS APPROXIMATE_COUNT_DISTINCT_OF_SYNOPSIS New and Modified System Tables This section lists the new and modified system tables in this release. See the SQL Reference Manual for details. New in V_CATALOG Schema Added in HP Vertica 7.0: HCATALOG_COLUMNS, HCATALOG_SCHEMATA, HCATALOG_TABLE_LIST, HCATALOG_TABLES provide metadata for tables stored in a Hive database that have been made available within Vertica Analytic Database using the HCatalog Connector. See HCatalog Connector for Querying Data in Hive Data Warehouse. FAULT_GROUPS lets you view fault groups and their hierarchy in the cluster CLUSTER_LAYOUT shows the relative position of the arrangement of nodes participating in the database and the fault groups that affect them HP Vertica Analytic Database (7.0.x) Page 28 of 45
29 LARGE_CLUSTER_CONFIGURATION_STATUS shows the current control nodes (spread hosts) and the control message designations in the Catalog so you can see if they match MATERIALIZE_FLEXTABLE_COLUMNS_RESULTS lists the results of running the flex table function MATERIALIZE_FLEXTABLE_COLUMNS. New in V_MONITOR Schema Added in HP Vertica 7.0: Modified in V_CATALOG Schema Enhanced in HP Vertica 7.0: DATABASES has a new VARCHAR column named LOAD_BALANCE_POLICY that sets the database's policy for native connection load balancing. See Client Driver Connection Load Balancing for more information. TABLE_CONSTRAINTS has a new VARCHAR column named TABLE_NAME that lists the name of the table that contains the UNIQUE, FOREIGN KEY, NOT NULL, or PRIMARY KEY constraint. TABLES has the new boolean column is_flextable, specifying whether a table was created as a flex table. Modified in V_MONITOR Schema Enhanced in HP Vertica 7.0: The V_MONITOR schema system tables SESSIONS, SYSTEM_SESSIONS, USER_ SESSIONS, CURRENT_SESSION, and SESSION_PROFILES have the following new columns: CLIENT_TYPE CLIENT_VERSION CLIENT_OS The USER_SESSIONS table has a new column, RUNTIME_PRIORITY. The USER_LIBRARIES table has nine new columns: AUTHOR, LIB_BUILD_TAG, LIB_ VERSION, LIB_SDK_VERSION, SOURCE_URL, DESCRIPTION, LICENSES_REQUIRED, SIGNATURE, and EPOCH. New Configuration Parameters This section lists new configuration parameters in HP Vertica 7.0. See Configuration Parameters in the Administrator's Guide for details. HP Vertica Analytic Database (7.0.x) Page 29 of 45
30 DBDCorrelationSampleRowCount HP Vertica 7.0 adds the DBDCorrelationSampleRowCount configuration parameter to specify the minimum number of rows that a table should have before analyzing column correlations. For more information, see ANALYZE_CORRELATIONS in the SQL Reference Manual. EnableCooperativeParse HP Vertica 7.0 adds the EnableCooperativeParse configuration parameter. The parameter is on by default to permit the use of a UDChunker to parse load data cooperatively across cores on the initiator node. For more information, see Developing User Defined Load (UDL) Functions in the Programmer's Guide. For monitoring data loads, see the LOAD_STREAMS system table in the SQL Reference Manual. FlexTableRawSize HP Vertica 7.0 adds the FlexTableRawSize configuration parameter to specify the default size of the raw column when creating a flex table. The raw column in a flex table contains the loaded map data. Its data type is a LONG VARBINARY.The default value is (bytes). You can change the default up to a maximum of For more information, see Setting FlexTable Parameters in the Administrator's Guide. FlexTableDataTypeGuessMultiplier HP Vertica 7.0 adds the FlexTableDataTypeGuessMultiplier configuration parameter. This value is a multiplier (2.0 by default) to set column widths when casting columns from a LONG VARBINARY data type for flex table views. Multiplying the longest column member by this factor pads the column width to support subsequent data loads. Because there is no way to determine the column width of future loads, the padding adds a buffer to support values at least twice that of the previously longest value. For more information, see Setting FlexTable Parameters in the Flex Tables Guide. COPY Load Changes This section describes the changes affecting data loading and the COPY statement in Vertica Analytic Database 7.0. COPY Changes with Parallel Parsing Support This release includes significant changes to the COPY statement. The main goal of reimplementing COPY was to improve managing its three main data load phases: HP Vertica Analytic Database (7.0.x) Page 30 of 45
31 Obtaining data (source management) Filtering data (unzipping and converting) Parsing data (get data ready to load into a table) In particular, improvements to data parsing (often the most time-consuming load phase) add parallel parser activities for delimited and fixed-width data loads. COPY now automatically allocates multithreaded parsing tasks across cores on the server node for delimited and fixed-width parsers. Parallel parsing techniques can improve performance for large data loads, such as for file sizes exceeding many hundreds of megabytes. Note: Parallel parsing activities are supported when the load file resides on the HP Vertica server. Parsing activities are not in effect with COPY LOCAL statements, nor are they applicable when loading data from HP Vertica-supported drivers. Disabling Parallel Parsing Parallel parsing is on by default in this release, and controlled by the new ENABLECOOPERATIVEPARSE configuration parameter, see New Configuration Parameters. If your main requirements are to load many small files (totals in MBs of data), using parallel parsing might not increase load performance. You can disable parallel parsing capabilities as follows: => SELECT SET_CONFIG_PARAMETER ('EnabeCooperativeParse',0); Saving Rejected Data to a Table The parser phase of loading data is responsible for rejected data rows, if they occur. You can now save rejected rows to a table, rather than to a file. Storing rejected data rows in a table also saves a message describing the reason (called an exception) a row was rejected. The option to save rejected data rows to a table is on by default. If you prefer to save rejected data rows and the reason for the rejection in files, do not use the REJECTED DATA AS TABLE clause. Note: If you include the NO COMMIT and REJECTED DATA AS TABLE clauses in your COPY statement and the reject_table does not already exist, Vertica Analytic Database saves the rejected-data table as a LOCAL TEMP table and returns a message that a LOCAL TEMP table is being created. For more information about storing rejected load data in a table, see Saving Load Rejections (REJECTED DATA) in the Administrator's Guide. HP Vertica Analytic Database (7.0.x) Page 31 of 45
32 Parallel Load Library Now Obsolete The COPY improvements in this release preclude the need for the Parallel Load Library (Pload) functionality, which is now obsolete. The library is included in the HP Vertica RPM, but should not be used for new applications and will follow the policy described in Retired Functionality. The Pload documentation has been removed. New EXPLAIN Plan Output In Vertica Analytic Database 7.0, EXPLAIN output has been simplified to help you identify running versus non-running nodes, as well as nodes that are not ephemeral. For details, see Viewing Node Down Information in the Administrator's Guide. HP Vertica Analytic Database (7.0.x) Page 32 of 45
33 SDK Enhancements New Java SDK for UDx Development You can now use Java to develop user defined extensions (UDxs). The Java SDK supports the following extension types: User Defined Scalar Function (UDSF) User Defined Transform Function (UDTF) User Defined Load (UDL) All Java-based UDxs run in fenced mode. See Developing User Defined Functions in Java and Developing UDLs in Java in the Programmer's Guide for more information. UDChunker for Parallel Parsing Capabilities HP Vertica provides the UDChunker parser extension to the User Defined Load (UDL) facilities. While parallel parsing capabilities are now built in to the COPY statement parsers for delimited and fixed-width data (see COPY Load Changes ), UDL developers can add similar functionality to their own parsers, by implementing the new UDChunker method. Implementing Parallel Parsing in UDL Parsers Application developers who write their own User Defined Load C++ applications can now implement parallel parsing support in their own parsers. In this release, the UDL has been extended with a new UDChunker class. The new class chunks input stream contents and pushes the data to multiple parser threads. Implementing a UDChunker lets you specify unique capabilities for parsing activities as a multithreaded procedure, as different parser instances share tasks across cores. The new UDChunker functionality is backwards compatible with any existing UDLs. If you do not implement a chunker, the UDL uses the default implementation (returns NULL) and continues with the existing, single-threaded parser implementation. For more information, see Developing UDLs in C++ in the Programmer's Guide. Rejection Files for Cooperative Parsing With parallel parsing in effect while loading very large files, multiple rejection files can exist, one file for each parser instance for the same input source. To differentiate rejection and exceptions files, COPY appends a unique number identifier to the file name of the rejected data file. HP Vertica Analytic Database (7.0.x) Page 33 of 45
34 Metadata for UDx Libraries The C++, Java, and R SDKs now support adding metadata to UDx libraries. This metadata includes library's author, version information, and a URL that points users to more information about the library. This metadata appears in the USER_LIBRARIES system table after the library has been loaded into the database catalog. For more information, see the following topics in the Programmer's Guide: Adding Metadata to C++ Libraries Adding Metadata to Java UDx Libraries VBR Backup Changes HP Vertica 7.0 introduces this new functionality in the vbr.py utility: Add one or more nodes to the original database cluster before completing an object-level restore. Use a single [Mapping] section for all relevant parameters in the configuration file. Add Nodes to the Cluster Before Object Restore Previous versions required the cluster configuration in effect when you created an object-level backup not to have any additional nodes when you restored a backup. You can now add additional nodes to the cluster after creating an object-level snapshot, and successfully restore the objects. For more information, see Restoring Object-Level Backups in the Administrator's Guide. Simplified Configuration File Mappings When you use the vbr.py --setupconfig command to create a new configuration file, the file includes a single [Mapping section. The section contains entries for each cluster node, with parameters representing each database node (dbnode), its associated backup host (backuphost), and backup directory (backupdir). The following example shows the [Mapping] section with parameters for two nodes: [Mapping] node0 = clust-1:/tmp/backup node1 = clust-1:/tmp/backup In previous versions, vbr.py configuration files included multiple [Mapping]sections, each containing three parameter and value pairs, dbnode, backuphost, and backupdir. The following example lists the mapping sections with parameters for two nodes,node0 and node1 : [Mapping0] dbnode = node0 backuphost = clust-1 backupdir = /tmp/backup/ HP Vertica Analytic Database (7.0.x) Page 34 of 45
35 [Mapping1] dbnode = node1 backuphost = clust-1 backupdir = /tmp/backup/ The new mapping representation supersedes the previous presentation, but you can continue to use existing vbr.py configuration files. Note: While the vbr.py utility continues to support the previous configuration file Mapping entries, you cannot use both formats in one configuration file. Create a new configuration file to use the new mapping style, or manually change all Mapping sections. HP Vertica Analytic Database (7.0.x) Page 35 of 45
36 Third-Party Tools Integration Updates Connectivity Pack Enhancements This release includes an upgrade to the HP Vertica Microsoft Connectivity Pack. HP Vertica's Microsoft Connectivity Pack allows you to connect with your HP Vertica server to use Microsoft components that are previously installed on your system. The Connectivity Pack includes the ADO.NET client driver and additional tools for integration with Microsoft Visual Studio and Microsoft SQL Server. This version of the HP Vertica Microsoft Connectivity Pack continues to support Visual Studio 2008 and SQL Server This release adds support for Visual Studio 2010 and 2012, and SQL Server 2012, and integration with the following Microsoft components. Business Intelligence Development Studio (BIDS) for Visual Studio SQL Server Data Tool - Business Intelligence (SSDT-BI) for Visual Studio 2010/2012. SQL Server Analysis Services (SSAS) for SQL Server 2008 and SQL Server Integration Services (SSIS) for SQL Server 2008 and SQL Server Reporting Services (SSRS). Upgrading As of HP Vertica Release 7.0, you no longer need to uninstall previous versions of the ADO.NET driver before installing the new HP Vertica Microsoft Connectivity Pack. The current installer automatically uninstalls previous versions of the ADO.NET driver during the installation process and installs the newest version. Previous versions required that you use the Windows uninstall utility to first uninstall the ADO.NET driver; this is no longer necessary. New Informatica Plug-in As of HP Vertica Release 7.0, by installing and configuring the HP Vertica Informatica Plug-in, you can use HP Vertica with Informatica PowerCenter both as a source and as a target database. You no longer need to use an ODBC connection in order to use HP Vertica as a data source, as was the case in previous releases. The new plug-in includes multiple enhancements when using HP Vertica as reader (source) and/or writer (target); for information on these enhancements, review the manual, HP Vertica Informatica Plug-in Guide. A major new performance feature is EnableStreamingBatchInsert. If you are connecting to a database that is running HP Vertica Release 7.x, for best performance, you should always HP Vertica Analytic Database (7.0.x) Page 36 of 45
37 implement EnableStreamingBatchInsert. For setting this option, refer to the manual, HP Vertica Informatica Plug-in Guide. HCatalog Connector for Querying Data in Hive Data Warehouse This release includes a new way to access data stored in Hadoop. The HCatalog Connector lets you create a schema in Vertica Analytic Database that maps to any Hive database available through a WebHCat (formerly known as Templeton) server. The Connector lets you query data stored within Hive the same way you query a native Vertica Analytic Database table. See Using the HCatalog Connector in the Hadoop Integration Guide. HP Vertica Connector for HDFS HP Vertica announces an enhanced HP Vertica Connector for HDFS. The version 7.0 connector supports both unauthenticated and Kerberos-authenticated connections with your Hadoop cluster. This connector replaces the Standard and Secure Connectors for HDFS from previous versions. Documentation Updates HP Vertica 7.0.x introduces a number of changes to the standard documentation set. New Look-and-Feel and Better Search We've updated and improved the look-and-feel of our PDF and Webhelp output. In addition, we've improved the Webhelp search experience over that provided in previous releases. New Guides To address new features, as well as make existing content easier to find, we've introduced a number of new guides to the documentation set: New Document Flex Tables Guide Hadoop Integration Guide Best Practices for OEM Customers Description Describes how to use the Flex Tables feature, introduced in HP Vertica 7.0.x Describes how to integrate Apache's Hadoop and its components (such as HCatalog and HDFS) with HP Vertica. Describes best practices and tips for HP Vertica OEM customers who embed their HP Vertica database with their own application and deliver it as an onthe-premises solution HP Vertica Analytic Database (7.0.x) Page 37 of 45
38 Connectivity Pack for Microsoft HP Vertica Plug- In for Informatica Guide Describes how to integrate Microsoft Visual Studio and Microsoft SQL Server with HP Vertica. Describes how to connect to Informatica PowerCenter from HP Vertica. SDK and Supported Platforms Online Documentation In previous releases, the Vertica Analytic Database Webhelp did not include our SDK or Supported Platforms documentation. With release 7.0, you can access these guides as part of our online documentation: Supported Platforms Java SDK API documentation C++ SDK API documentation JDBC API documentation Links to these guides appear in the left navigation pane of the online documentation. Content from these guides is now returned with any search of the HP Vertica online documentation. HP Vertica Analytic Database (7.0.x) Page 38 of 45
39 Deprecated Functionality in This Release Deprecated Functionality in This Release In version 7.0, the following HP Vertica functionality has been deprecated. The Kerberos krb5 client authentication method. Use the gss method, described in Implementing Client Authentication in the Administrator's Guide The Administration Tools option check_spread The following EXECUTION_ENGINE_PROFILES system table counter values: file handles memory allocated memory reserved See Also For information about the meaning of obsolete and deprecated functionality, see Retired Functionality. Deprecated Functionality in HPVertica 7.0 SP2 (7.0.2) Read the topics in this section for information about deprecated functionality in HP Vertica 7.0 SP2 (7.0.2). Plug-in for Informatica USE SINGLE TARGET Attribute Replaced HP Vertica has replaced the VERTICA_WRITER attribute USE SINGLE TARGET with a new attribute, Target Number. For details, refer to Plug-in for Informatica Target Number Attribute. HP Vertica Analytic Database (7.0.x) Page 39 of 45
40 Deprecated Functionality in This Release HP Vertica Analytic Database (7.0.x) Page 40 of 45
41 Retired Functionality Retired Functionality This section describes the three levels of HP Vertica retired functionality, Obsolete, Deprecated, and Removed. Obsolete. HP Vertica processes obsolete functionality the same way as fully supported functionality (without warnings, interruptions, error, and so on). Release documentation notifies users that the functionality will be deprecated in a future release. Documentation about the feature may be removed when the functionality becomes obsolete. Deprecated. HP Vertica accepts the request to execute deprecated functionality, but results in a user notification, typically a warning message or error message. HP Vertica may process the functionality, or not. Release documentation notifies users of each deprecated function or component, and documents any user-visible behavior for the deprecated feature. Removed. The retired functionality is removed, and HP Vertica no longer supports the functionality. Release documentation notifies uses that functionality is removed in this release. The following functionality has been made obsolete, deprecated, or removed in past and present versions: Functionality Component Obsolete Version Deprecated Version Removed Version VT_ tables Server EpochAdvancementMode Server MANAGED load (server keyword and related client parameter) getnumacceptedrows getnumrejectedrows use35copyparameters Server, clients ODBC, JDBC clients ODBC, JDBC clients BatchAutoComplete All clients ReportParamSuccess All clients EnableStrataBasedMrgOutPolicy Server MergeOutPolicySizeList Server LCOPY (see Note section below table) Server, clients 4.1 (Client) 5.1 (Server) 5.1 (Client) backup.sh Server 6.0 HP Vertica Analytic Database (7.0.x) Page 41 of 45
42 Retired Functionality Functionality Component Obsolete Version Deprecated Version Removed Version restore.sh Server 6.0 Pload Library Server 7.0 copy_vertica_ Server 6.0 database.sh Ganglia Server 6.0 Volatility and NULL behavior parameters of CREATE FUNCTION RESOURCE_ACQUISITIONS_ HISTORY system table Query Repository, which includes: Server Server 6.0 Server 6.0 SYS_DBA.QUERY_REPO table Functions: CLEAR_QUERY_REPOSITORY() SAVE_QUERY_REPOSITORY() Configuration parameters: CleanQueryRepoInterval QueryRepoMemoryLimit QueryRepoRetentionTime QueryRepositoryEnabled SaveQueryRepoInterval QueryRepoSchemaName QueryRepoTableName See Notes section below table. IMPLEMENT_TEMP_DESIGN() Server, clients 6.1 scope parameter of CLEAR_PROFILING Server 6.1 krb5 client authentication method All clients 7.0 HP Vertica Analytic Database (7.0.x) Page 42 of 45
43 Retired Functionality Functionality Component Obsolete Version Deprecated Version Removed Version Administration Tools option check_spread Server, clients 7.0 MERGE_PARTITIONS() Server 7.0 EXECUTION_ENGINE_PROFILES counters file handles, memory allocated, and memory reserved Server 7.0 Notes LCOPY: Supported by the 5.1 server to maintain backwards compatibility with the 4.1 client drivers. Query Repository: You can still monitor query workloads with the following system tables: QUERY_PROFILES SESSION_PROFILES EXECUTION_ENGINE_PROFILES In addition, HP Vertica Version 6.0 introduced new robust, stable workload-related system table: QUERY_REQUESTS QUERY_EVENTS RESOURCE_ACQUISITIONS The RESOURCE_ACQUISITIONS system table captures historical information. Use the Kerberos gss method for client authentication, instead of krb5. See Authentication Record Format. HP Vertica Analytic Database (7.0.x) Page 43 of 45
44 Retired Functionality HP Vertica Analytic Database (7.0.x) Page 44 of 45
45 We appreciate your feedback! If you have comments about this document, you can contact the documentation team by . If an client is configured on this system, click the link above and an window opens with the following information in the subject line: Feedback on New Features Guide (Vertica Analytic Database 7.0.x) Just add your feedback to the and click send. If no client is available, copy the information above to a new message in a web mail client, and send your feedback to [email protected]. HP Vertica Analytic Database (7.0.x) Page 45 of 45
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
Supported Platforms. HP Vertica Analytic Database. Software Version: 7.0.x
HP Vertica Analytic Database Software Version: 7.0.x Document Release Date: 5/7/2014 Legal Notices Warranty The only warranties for HP products and services are set forth in the express warranty statements
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
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
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
Connectivity Pack for Microsoft 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
Extending HP Vertica. HP Vertica Analytic Database. Software Version: 7.1.x
HP Vertica Analytic Database Software Version: 7.1.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
HP Vertica Integration with SAP Business Objects: Tips and Techniques. HP Vertica Analytic Database
HP Vertica Integration with SAP Business Objects: Tips and Techniques HP Vertica Analytic Database HP Big Data Document Release Date: June 23, 2015 Legal Notices Warranty The only warranties for HP products
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
How To Use Hp Vertica Ondemand
Data sheet HP Vertica OnDemand Enterprise-class Big Data analytics in the cloud Enterprise-class Big Data analytics for any size organization Vertica OnDemand Organizations today are experiencing a greater
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
Contents. Pentaho Corporation. Version 5.1. Copyright Page. New Features in Pentaho Data Integration 5.1. PDI Version 5.1 Minor Functionality Changes
Contents Pentaho Corporation Version 5.1 Copyright Page New Features in Pentaho Data Integration 5.1 PDI Version 5.1 Minor Functionality Changes Legal Notices https://help.pentaho.com/template:pentaho/controls/pdftocfooter
The release notes provide details of enhancements and features in Cloudera ODBC Driver for Impala 2.5.30, as well as the version history.
Cloudera ODBC Driver for Impala 2.5.30 The release notes provide details of enhancements and features in Cloudera ODBC Driver for Impala 2.5.30, as well as the version history. The following are highlights
SAP Business Objects Business Intelligence platform Document Version: 4.1 Support Package 7 2015-11-24. Data Federation Administration Tool Guide
SAP Business Objects Business Intelligence platform Document Version: 4.1 Support Package 7 2015-11-24 Data Federation Administration Tool Guide Content 1 What's new in the.... 5 2 Introduction to administration
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
Using MySQL for Big Data Advantage Integrate for Insight Sastry Vedantam [email protected]
Using MySQL for Big Data Advantage Integrate for Insight Sastry Vedantam [email protected] Agenda The rise of Big Data & Hadoop MySQL in the Big Data Lifecycle MySQL Solutions for Big Data Q&A
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
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
Architecting the Future of Big Data
Hive ODBC Driver User Guide Revised: July 22, 2014 2012-2014 Hortonworks Inc. All Rights Reserved. Parts of this Program and Documentation include proprietary software and content that is copyrighted and
New Features... 1 Installation... 3 Upgrade Changes... 3 Fixed Limitations... 4 Known Limitations... 5 Informatica Global Customer Support...
Informatica Corporation B2B Data Exchange Version 9.5.0 Release Notes June 2012 Copyright (c) 2006-2012 Informatica Corporation. All rights reserved. Contents New Features... 1 Installation... 3 Upgrade
Configuring and Administrating Microsoft SharePoint 2010 (10174) HK913S
HP Education Services course data sheet Configuring and Administrating Microsoft SharePoint 2010 (10174) HK913S Course Overview The course teaches students how to install, configure and administer SharePoint,
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
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
HP AppPulse Active. Software Version: 2.2. Real Device Monitoring For AppPulse Active
HP AppPulse Active Software Version: 2.2 For AppPulse Active Document Release Date: February 2015 Software Release Date: November 2014 Legal Notices Warranty The only warranties for HP products and services
HP Service Manager. Software Version: 9.40 For the supported Windows and Linux operating systems. Application Setup help topics for printing
HP Service Manager Software Version: 9.40 For the supported Windows and Linux operating systems Application Setup help topics for printing Document Release Date: December 2014 Software Release Date: December
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
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
Simba Apache Cassandra ODBC Driver
Simba Apache Cassandra ODBC Driver with SQL Connector 2.2.0 Released 2015-11-13 These release notes provide details of enhancements, features, and known issues in Simba Apache Cassandra ODBC Driver with
Why Big Data in the Cloud?
Have 40 Why Big Data in the Cloud? Colin White, BI Research January 2014 Sponsored by Treasure Data TABLE OF CONTENTS Introduction The Importance of Big Data The Role of Cloud Computing Using Big Data
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.
CA Workload Automation Agent for Databases
CA Workload Automation Agent for Databases Implementation Guide r11.3.4 This Documentation, which includes embedded help systems and electronically distributed materials, (hereinafter referred to as the
Integrating with Hadoop HPE Vertica Analytic Database. Software Version: 7.2.x
HPE Vertica Analytic Database Software Version: 7.2.x Document Release Date: 5/18/2016 Legal Notices Warranty The only warranties for Hewlett Packard Enterprise products and services are set forth in the
Developing Microsoft SQL Server Databases (20464) H8N64S
HP Education Services course data sheet Developing Microsoft SQL Server Databases (20464) H8N64S Course Overview In this course, you will be introduced to SQL Server, logical table design, indexing, query
HP Operations Smart Plug-in for Virtualization Infrastructure
HP Operations Smart Plug-in for Virtualization Infrastructure for HP Operations Manager for Windows Software Version: 1.00 Deployment and Reference Guide Document Release Date: October 2008 Software Release
HP Operations Orchestration Software
HP Operations Orchestration Software Software Version: 9.00 HP Service Desk Integration Guide Document Release Date: June 2010 Software Release Date: June 2010 Legal Notices Warranty The only warranties
HP Operations Orchestration Software
HP Operations Orchestration Software Software Version: 9.00 HP Project and Portfolio Management Integration Guide Document Release Date: June 2010 Software Release Date: June 2010 Legal Notices Warranty
Best Practices for Hadoop Data Analysis with Tableau
Best Practices for Hadoop Data Analysis with Tableau September 2013 2013 Hortonworks Inc. http:// Tableau 6.1.4 introduced the ability to visualize large, complex data stored in Apache Hadoop with Hortonworks
CMB 207 1I Citrix XenApp and XenDesktop Fast Track
CMB 207 1I Citrix XenApp and XenDesktop Fast Track This fast paced course provides the foundation necessary for students to effectively centralize and manage desktops and applications in the datacenter
Integrating VoltDB with Hadoop
The NewSQL database you ll never outgrow Integrating with Hadoop Hadoop is an open source framework for managing and manipulating massive volumes of data. is an database for handling high velocity data.
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.
HP ProLiant Essentials Vulnerability and Patch Management Pack Planning Guide
HP ProLiant Essentials Vulnerability and Patch Management Pack Planning Guide Product overview... 3 Vulnerability scanning components... 3 Vulnerability fix and patch components... 3 Checklist... 4 Pre-installation
Crystal Server Upgrade Guide SAP Crystal Server 2013
Crystal Server Upgrade Guide SAP Crystal Server 2013 Copyright 2013 SAP AG or an SAP affiliate company. All rights reserved. No part of this publication may be reproduced or transmitted in any form or
Hadoop & Spark Using Amazon EMR
Hadoop & Spark Using Amazon EMR Michael Hanisch, AWS Solutions Architecture 2015, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Agenda Why did we build Amazon EMR? What is Amazon EMR?
HP Software as a Service
HP Software as a Service Software Version: 6.1 Federated SSO Document Release Date: August 2013 Legal Notices Warranty The only warranties for HP products and services are set forth in the express warranty
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.
HP Server Automation Enterprise Edition
HP Server Automation Enterprise Edition Software Version: 10.0 User Guide: Server Patching Document Release Date: June 13, 2013 Software Release Date: June 2013 Legal Notices Warranty The only warranties
HP LeftHand SAN Solutions
HP LeftHand SAN Solutions Support Document Application Notes Backup Exec 11D VSS Snapshots and Transportable Offhost Backup Legal Notices Warranty The only warranties for HP products and services are set
HP LoadRunner. Software Version: 11.00. Ajax TruClient Tips & Tricks
HP LoadRunner Software Version: 11.00 Ajax TruClient Tips & Tricks Document Release Date: October 2010 Software Release Date: October 2010 Legal Notices Warranty The only warranties for HP products and
Netezza PureData System Administration Course
Course Length: 2 days CEUs 1.2 AUDIENCE After completion of this course, you should be able to: Administer the IBM PDA/Netezza Install Netezza Client Software Use the Netezza System Interfaces Understand
Oracle BI EE Implementation on Netezza. Prepared by SureShot Strategies, Inc.
Oracle BI EE Implementation on Netezza Prepared by SureShot Strategies, Inc. The goal of this paper is to give an insight to Netezza architecture and implementation experience to strategize Oracle BI EE
Updating Your SQL Server Skills to Microsoft SQL Server 2014 (10977) H8B96S
HP Education Services course data sheet Updating Your SQL Server Skills to Microsoft SQL Server 2014 (10977) H8B96S Course Overview In this course, you will learn how to use SQL Server 2014 product features
A complete platform for proactive data management
Brochure A complete platform for proactive data management HP Structured Data Manager Software for Oracle e-business Suite The right data management strategy The increased size and unmanaged growth of
Managing Big Data with Hadoop & Vertica. A look at integration between the Cloudera distribution for Hadoop and the Vertica Analytic Database
Managing Big Data with Hadoop & Vertica A look at integration between the Cloudera distribution for Hadoop and the Vertica Analytic Database Copyright Vertica Systems, Inc. October 2009 Cloudera and Vertica
Integrating with Apache Kafka 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
CitusDB Architecture for Real-Time Big Data
CitusDB Architecture for Real-Time Big Data CitusDB Highlights Empowers real-time Big Data using PostgreSQL Scales out PostgreSQL to support up to hundreds of terabytes of data Fast parallel processing
HP Quality Center. Upgrade Preparation Guide
HP Quality Center Upgrade Preparation Guide Document Release Date: November 2008 Software Release Date: November 2008 Legal Notices Warranty The only warranties for HP products and services are set forth
Authoring for System Center 2012 Operations Manager
Authoring for System Center 2012 Operations Manager Microsoft Corporation Published: November 1, 2013 Authors Byron Ricks Applies To System Center 2012 Operations Manager System Center 2012 Service Pack
Architecting the Future of Big Data
Hive ODBC Driver User Guide Revised: October 1, 2012 2012 Hortonworks Inc. All Rights Reserved. Parts of this Program and Documentation include proprietary software and content that is copyrighted and
Lofan Abrams Data Services for Big Data Session # 2987
Lofan Abrams Data Services for Big Data Session # 2987 Big Data Are you ready for blast-off? Big Data, for better or worse: 90% of world s data generated over last two years. ScienceDaily, ScienceDaily
Integrating with Apache Hadoop HPE Vertica Analytic Database. Software Version: 7.2.x
HPE Vertica Analytic Database Software Version: 7.2.x Document Release Date: 12/7/2015 Legal Notices Warranty The only warranties for Hewlett Packard Enterprise products and services are set forth in the
HP PolyServe Software 4.1.0 upgrade guide
HP StorageWorks HP PolyServe Software 4.1.0 upgrade guide This document describes how to upgrade to HP PolyServe Matrix Server 4.1.0, HP PolyServe Software for Microsoft SQL Server 4.1.0, and HP PolyServe
HP Device Manager 4.7
Technical white paper HP Device Manager 4.7 LDAP Troubleshooting Guide Table of contents Introduction... 2 HPDM LDAP-related context and background... 2 LDAP in HPDM... 2 Full domain account name login...
HP Operations Orchestration Software
HP Operations Orchestration Software Software Version: 9.00 HP Business Availability Center Integration Document Release Date: June 2010 Software Release Date: June 2010 Legal Notices Warranty The only
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)
HP AppPulse Mobile. Adding HP AppPulse Mobile to Your Android App
HP AppPulse Mobile Adding HP AppPulse Mobile to Your Android App Document Release Date: April 2015 How to Add HP AppPulse Mobile to Your Android App How to Add HP AppPulse Mobile to Your Android App For
A REVIEW PAPER ON THE HADOOP DISTRIBUTED FILE SYSTEM
A REVIEW PAPER ON THE HADOOP DISTRIBUTED FILE SYSTEM Sneha D.Borkar 1, Prof.Chaitali S.Surtakar 2 Student of B.E., Information Technology, J.D.I.E.T, [email protected] Assistant Professor, Information
CA Single Sign-On r12.x (CA SiteMinder) Implementation Proven Professional Exam
CA Single Sign-On r12.x (CA SiteMinder) Implementation Proven Professional Exam (CAT-140) Version 1.4 - PROPRIETARY AND CONFIDENTIAL INFORMATION - These educational materials (hereinafter referred to as
HP SiteScope. Hadoop Cluster Monitoring Solution Template Best Practices. For the Windows, Solaris, and Linux operating systems
HP SiteScope For the Windows, Solaris, and Linux operating systems Software Version: 11.23 Hadoop Cluster Monitoring Solution Template Best Practices Document Release Date: December 2013 Software Release
An Oracle White Paper June 2012. High Performance Connectors for Load and Access of Data from Hadoop to Oracle Database
An Oracle White Paper June 2012 High Performance Connectors for Load and Access of Data from Hadoop to Oracle Database Executive Overview... 1 Introduction... 1 Oracle Loader for Hadoop... 2 Oracle Direct
XpoLog Competitive Comparison Sheet
XpoLog Competitive Comparison Sheet New frontier in big log data analysis and application intelligence Technical white paper May 2015 XpoLog, a data analysis and management platform for applications' IT
HP Intelligent Management Center v7.1 Virtualization Monitor Administrator Guide
HP Intelligent Management Center v7.1 Virtualization Monitor Administrator Guide Abstract This guide describes the Virtualization Monitor (vmon), an add-on service module of the HP Intelligent Management
Jet Data Manager 2012 User Guide
Jet Data Manager 2012 User Guide Welcome This documentation provides descriptions of the concepts and features of the Jet Data Manager and how to use with them. With the Jet Data Manager you can transform
HP D2D NAS Integration with HP Data Protector 6.11
HP D2D NAS Integration with HP Data Protector 6.11 Abstract This guide provides step by step instructions on how to configure and optimize HP Data Protector 6.11 in order to back up to HP D2D Backup Systems
Background on Elastic Compute Cloud (EC2) AMI s to choose from including servers hosted on different Linux distros
David Moses January 2014 Paper on Cloud Computing I Background on Tools and Technologies in Amazon Web Services (AWS) In this paper I will highlight the technologies from the AWS cloud which enable you
Azure Scalability Prescriptive Architecture using the Enzo Multitenant Framework
Azure Scalability Prescriptive Architecture using the Enzo Multitenant Framework Many corporations and Independent Software Vendors considering cloud computing adoption face a similar challenge: how should
Securing your IT infrastructure with SOC/NOC collaboration
Technical white paper Securing your IT infrastructure with SOC/NOC collaboration Universal log management for IT operations Table of contents Executive summary 2 IT operations: Handle IT incidents and
Hadoop Integration Guide
HP Vertica Analytic Database Software Version: 7.1.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
HP OpenView Smart Plug-in for Microsoft Exchange Server
HP OpenView Smart Plug-in for Microsoft Exchange Server For the UNIX Operating System Release Notes Software version: 10.00 / November 2006 This document provides an overview of the changes made to HP
Programming Hadoop 5-day, instructor-led BD-106. MapReduce Overview. Hadoop Overview
Programming Hadoop 5-day, instructor-led BD-106 MapReduce Overview The Client Server Processing Pattern Distributed Computing Challenges MapReduce Defined Google's MapReduce The Map Phase of MapReduce
FileMaker 14. ODBC and JDBC Guide
FileMaker 14 ODBC and JDBC Guide 2004 2015 FileMaker, Inc. All Rights Reserved. FileMaker, Inc. 5201 Patrick Henry Drive Santa Clara, California 95054 FileMaker and FileMaker Go are trademarks of FileMaker,
HP Insight Diagnostics Online Edition. Featuring Survey Utility and IML Viewer
Survey Utility HP Industry Standard Servers June 2004 HP Insight Diagnostics Online Edition Technical White Paper Featuring Survey Utility and IML Viewer Table of Contents Abstract Executive Summary 3
MicroStrategy Course Catalog
MicroStrategy Course Catalog 1 microstrategy.com/education 3 MicroStrategy course matrix 4 MicroStrategy 9 8 MicroStrategy 10 table of contents MicroStrategy course matrix MICROSTRATEGY 9 MICROSTRATEGY
TIBCO Spotfire Web Player 6.0. Installation and Configuration Manual
TIBCO Spotfire Web Player 6.0 Installation and Configuration Manual Revision date: 12 November 2013 Important Information SOME TIBCO SOFTWARE EMBEDS OR BUNDLES OTHER TIBCO SOFTWARE. USE OF SUCH EMBEDDED
IronKey Enterprise File Audit Admin Guide
IronKey Enterprise File Audit Admin Guide Last Updated July 2015 Thank you for choosing IronKey Enterprise Management Service by Imation. Imation s Mobile Security Group is committed to creating and developing
HP Software as a Service. Federated SSO Guide
HP Software as a Service Federated SSO Guide Document Release Date: July 2014 Legal Notices Warranty The only warranties for HP products and services are set forth in the express warranty statements accompanying
HP OpenView AssetCenter
HP OpenView AssetCenter Software version: 5.0 Integration with software distribution tools Build number: 50 Legal Notices Warranty The only warranties for HP products and services are set forth in the
What's New in SAS Data Management
Paper SAS034-2014 What's New in SAS Data Management Nancy Rausch, SAS Institute Inc., Cary, NC; Mike Frost, SAS Institute Inc., Cary, NC, Mike Ames, SAS Institute Inc., Cary ABSTRACT The latest releases
HP Service Manager. Software Version: 9.40 For the supported Windows and Linux operating systems. Request Management help topics for printing
HP Service Manager Software Version: 9.40 For the supported Windows and Linux operating systems Request Management help topics for printing Document Release Date: December 2014 Software Release Date: December
HP Device Manager 4.7
Technical white paper HP Device Manager 4.7 Database Troubleshooting Guide Table of contents Overview... 2 Using MS SQL Server... 2 Using PostgreSQL... 3 Troubleshooting steps... 3 Migrate Database...
VERITAS NetBackup 6.0 for Oracle
VERITAS NetBackup 6.0 for Oracle System Administrator s Guide for UNIX and Linux N15262B September 2005 Disclaimer The information contained in this publication is subject to change without notice. VERITAS
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
HP A-IMC Firewall Manager
HP A-IMC Firewall Manager Configuration Guide Part number: 5998-2267 Document version: 6PW101-20110805 Legal and notice information Copyright 2011 Hewlett-Packard Development Company, L.P. No part of this
Cloudera Certified Developer for Apache Hadoop
Cloudera CCD-333 Cloudera Certified Developer for Apache Hadoop Version: 5.6 QUESTION NO: 1 Cloudera CCD-333 Exam What is a SequenceFile? A. A SequenceFile contains a binary encoding of an arbitrary number
IBM Endpoint Manager Version 9.2. Patch Management for SUSE Linux Enterprise User's Guide
IBM Endpoint Manager Version 9.2 Patch Management for SUSE Linux Enterprise User's Guide IBM Endpoint Manager Version 9.2 Patch Management for SUSE Linux Enterprise User's Guide Note Before using this
HDFS Users Guide. Table of contents
Table of contents 1 Purpose...2 2 Overview...2 3 Prerequisites...3 4 Web Interface...3 5 Shell Commands... 3 5.1 DFSAdmin Command...4 6 Secondary NameNode...4 7 Checkpoint Node...5 8 Backup Node...6 9
Quick Start SAP Sybase IQ 16.0
Quick Start SAP Sybase IQ 16.0 UNIX/Linux DOCUMENT ID: DC01687-01-1600-01 LAST REVISED: February 2013 Copyright 2013 by Sybase, Inc. All rights reserved. This publication pertains to Sybase software and
