SlideShare une entreprise Scribd logo
1  sur  15
Télécharger pour lire hors ligne
White Paper




        Working with Greenplum Database
        using Toad for Data Analysts
        The fundamental interoperability between
        Greenplum Database & Toad for Data Analysts in
        Windows




                    Abstract
                    This white paper briefly discusses how to connect to Greenplum
                    database through Toad for Data Analysts and the basic
                    interoperability.

                    March 2012
Copyright © 2012 EMC Corporation. All Rights Reserved.

EMC believes the information in this publication is accurate of
its publication date. The information is subject to change
without notice.

The information in this publication is provided “as is”. EMC
Corporation makes no representations or warranties of any kind
with respect to the information in this publication, and
specifically disclaims implied warranties of merchantability or
fitness for a particular purpose.

Use, copying, and distribution of any EMC software described in
this publication requires an applicable software license.

For the most up-to-date listing of EMC product names, see EMC
Corporation Trademarks on EMC.com.

VMware is a registered trademark of VMware, Inc. All other
trademarks used herein are the property of their respective
owners.

Part Number h10582




Working with Greenplum Database using Toad for Data Analyst       2
Table of Contents
Executive summary.................................................................................................. 4
   Audience ............................................................................................................................ 4
Organization of this paper ....................................................................................... 5
Overview of Greenplum Database ............................................................................ 6
Overview of Toad for Data Analysts .......................................................................... 6
How Toad for Data Analysts and Greenplum Database work together ........................ 7
   Pre-requisite....................................................................................................................... 7
   Connection ......................................................................................................................... 7
   Object Explorer & Object Viewer ....................................................................................... 10
   Query Builder ................................................................................................................... 12
   Diagram ........................................................................................................................... 13
Conclusion ............................................................................................................ 14
References ............................................................................................................ 15




                                  Working with Greenplum Database using Toad for Data Analyst                                                3
Executive summary
The Toad for Data Analysts is a popular single-interface multi-platform data analysis
product which provides powerful querying and reporting capabilities for the Greenplum
database. This paper details how to setup, configure and utilize Toad for Data Analysts
with the Greenplum database system.


Audience
This white paper is intended for EMC field facing employees such as sales, technical
consultants, support, as well as customers who will be using Toad for Data Analysts
with Greenplum databases. This is neither an installation guide nor an introductory
material on Toad for Data Analysts. It documents Toad for Data Analysts connectivity
and fundamental operation capabilities with Greenplum Database, and shows the
readers how it can be used in conjunction with Greenplum database to query,
compare, synchronize, consolidate, cleanse and analyze data to users.




                     Working with Greenplum Database using Toad for Data Analyst          4
Organization of this paper

  This paper covers the following topics:
        Executive summary
        Organization of this paper
        Overview of Greenplum Database
        Overview of Toad for Data Analysts
        How Toad for Data Analysts and Greenplum Database work together
        Conclusion




                        Working with Greenplum Database using Toad for Data Analyst   5
Overview of Greenplum Database

Greenplum Database leverages a share-nothing Massively Parallel Processing (MPP)
architecture which facilitates analytical, Business Intelligence and data warehouses
processing, all built on top of commodity compute and storage nodes to deliver extreme
performance in a cost-effective manner. The Greenplum Database architecture provides
automatic parallelization of data loading and queries. The high-performance loading
uses Scatter/Gather Streaming technology, supporting loading speed greater than 10
terabytes per hour, per rack, with linear scalability. All data is automatically partitioned
across all nodes of the system, and queries are planned and executed using all nodes
working together in a highly coordinated fashion. The parallelism allows Greenplum
database to achieve high read-write performance.


Overview of Toad for Data Analysts

Toad is a software tool used for development and administration of databases. The Toad
for Data Analysts is designed for powerful multi-platform querying and reporting
capabilities with databases, for example, Greenplum database – all from a single
interface that automates and streamlines time-consuming tasks. The Toad for Data
Analysts makes it simple to query, compare, synchronize, consolidate, cleanse, and
analyze data. Toad for Data Analysts accelerates the creation of data sets and queries
with data cleansing capabilities. It also enables users to apply advanced statistical
analytics and visually analyze and profile data. Users can also explore the database,
build queries, browse data, and create database diagrams and more. For example, ER
Diagrammer and Data Browsers in Toad for Data Analysts can visualize table
relationships, view master-detail relationships and browse database objects from
Greenplum databases.




                         Working with Greenplum Database using Toad for Data Analyst           6
How Toad for Data Analysts and Greenplum Database work
together


Pre-requisite

In order to get started, the user will need to prepare the following components:

•   A version of Windows that supports the v3.5 .NET engine
•   The Greenplum Connectivity Pack 4.1.2 or later
•   Toad for Data Analysts v3.0
•   Greenplum Database v4.2
•   The referential integrity of any tables should be retained


Connection

After the user installed and configured the Greenplum Connectivity Pack, the user will
need to add a new User DSN in Control Panel -> ODBC Data Source Administrator with the
new ODBC driver that you installed by Greenplum Connectivity Pack. For instance, the
user can choose the PostgreSQL Unicode driver to Configure and test with a working
Greenplum Database.




                      Working with Greenplum Database using Toad for Data Analyst    7
After the user installed and configured the Greenplum Connectivity Pack, he/she needs
to add a new User DSN in Control Panel -> ODBC Data Source Administrator with the new
ODBC driver that you installed by Greenplum Connectivity Pack. For instance, the user
can choose the PostgreSQL Unicode driver to Configure and test with a working
Greenplum Database.

Assuming the user has already run the installer and installed Toad for Data Analysts 3.0
correctly, now he/she can start using Toad for Data Analysts for Greenplum Database.


First, the user needs to create a new connection for Greenplum Database. There is an
ODBC icon inside the Navigation Manager. Here are the steps to create a new connection
for GPDB:

a) Right Click the ODBC icon, choose Create




                      Working with Greenplum Database using Toad for Data Analyst          8
b) Fill all the database connection information & check on Save Password. Use the
   Connect button to test the connection. Once the connection is verified, use the Save
   button to save the connection details.




                     Working with Greenplum Database using Toad for Data Analyst          9
Object Explorer & Object Viewer

Now the user can use Toad for Data Analysts to connect to Greenplum Database. He/she
can use the Object Explorer to explore what tables, views, procedures, catalogs are
resided in GPDB.




User can view the simple table structure by just choosing the tables in the Object
Explorer.




                      Working with Greenplum Database using Toad for Data Analyst 10
User can right-click the table and choose View Details to see the details of the table like
Columns, Data, Indexes, Primary Keys, Foreign Keys, Privileges and Scripts.




   By choosing the Data tab, user can view the data populated to that table.




The Object Viewer shows all of the properties for the object selected in the Database
Browser. The information and operations the user will be able to access here will be
directly impacted by the security privileges setup for the account he/she are using. Toad
itself does not restrict the user from making changes to the data or objects in the
Greenplum Database.




                      Working with Greenplum Database using Toad for Data Analyst 11
Query Builder

Users can also create a visual query in Greenplum Database using Query Builder. Query
Builder is located at the main menu: Tools -> Query Builder. User can just drag and drop
the objects/tables directly to the Query Builder main window.

Users can build their visual Greenplum Query by using the diagram or writing SQL
directly. Users can choose a particular table for query by drag and drop, and choose
particular columns by double clicks on those columns.




                      Working with Greenplum Database using Toad for Data Analyst 12
Then, he/she can view the generated query on the Query Tab:




Diagram

The user can create a database diagram, such as ER diagram for Greenplum database.
Users can take the advantages of discovering entity data relationships, add his/her own
relationships and add notes to specific entity by simple operations like drag and drop.




                     Working with Greenplum Database using Toad for Data Analyst 13
Conclusion

In this white paper, the interoperability of Greenplum database and Toad for Data
Analysts is discussed and demonstrated. Using Toad for Data Analysts with Greenplum
database gives the user power data analytic, query and reporting capability that includes
simple setup along with an intuitive graphical interface customarily found when using
TOAD products.




                     Working with Greenplum Database using Toad for Data Analyst 14
References
1) EMC Technical Whitepaper - EMC Greenplum Database - Critical Mass Innovation

2) Greenplum Database Administrator Guide Version 4.1 (P/N 300-012-428)

3) EMC Greenplum Database Data Sheet

4) Toad for Data Analysts 3.0 Data Sheet

5) Toad for Data Analysts 3.0 Installation Guide

6) Toad for Data Analysts 3.0 Feature Matrix

7) Toad for Data Analysts 3.0

8) Toad for Data Analysts, Tips ‘n’ Tricks




                      Working with Greenplum Database using Toad for Data Analyst 15

Contenu connexe

Tendances

Magic quadrant for data warehouse database management systems
Magic quadrant for data warehouse database management systems Magic quadrant for data warehouse database management systems
Magic quadrant for data warehouse database management systems divjeev
 
Comparison of MPP Data Warehouse Platforms
Comparison of MPP Data Warehouse PlatformsComparison of MPP Data Warehouse Platforms
Comparison of MPP Data Warehouse PlatformsDavid Portnoy
 
IBM Pure Data System for Analytics (Netezza)
IBM Pure Data System for Analytics (Netezza)IBM Pure Data System for Analytics (Netezza)
IBM Pure Data System for Analytics (Netezza)Girish Srivastava
 
Netezza Deep Dives
Netezza Deep DivesNetezza Deep Dives
Netezza Deep DivesRush Shah
 
The Database Environment Chapter 13
The Database Environment Chapter 13The Database Environment Chapter 13
The Database Environment Chapter 13Jeanie Arnoco
 
Exploiting machine learning to keep Hadoop clusters healthy
Exploiting machine learning to keep Hadoop clusters healthyExploiting machine learning to keep Hadoop clusters healthy
Exploiting machine learning to keep Hadoop clusters healthyDataWorks Summit
 
EMC Greenplum Database version 4.2
EMC Greenplum Database version 4.2 EMC Greenplum Database version 4.2
EMC Greenplum Database version 4.2 EMC
 
The IBM Netezza datawarehouse appliance
The IBM Netezza datawarehouse applianceThe IBM Netezza datawarehouse appliance
The IBM Netezza datawarehouse applianceIBM Danmark
 
Netezza fundamentals for developers
Netezza fundamentals for developersNetezza fundamentals for developers
Netezza fundamentals for developersBiju Nair
 
Ibm db2 analytics accelerator high availability and disaster recovery
Ibm db2 analytics accelerator  high availability and disaster recoveryIbm db2 analytics accelerator  high availability and disaster recovery
Ibm db2 analytics accelerator high availability and disaster recoverybupbechanhgmail
 
Netezza Architecture and Administration
Netezza Architecture and AdministrationNetezza Architecture and Administration
Netezza Architecture and AdministrationBraja Krishna Das
 
White Paper: Hadoop on EMC Isilon Scale-out NAS
White Paper: Hadoop on EMC Isilon Scale-out NAS   White Paper: Hadoop on EMC Isilon Scale-out NAS
White Paper: Hadoop on EMC Isilon Scale-out NAS EMC
 
The Dell EMC PowerMax 8000 outperformed another vendor's array on an OLTP-lik...
The Dell EMC PowerMax 8000 outperformed another vendor's array on an OLTP-lik...The Dell EMC PowerMax 8000 outperformed another vendor's array on an OLTP-lik...
The Dell EMC PowerMax 8000 outperformed another vendor's array on an OLTP-lik...Principled Technologies
 
Bigdata netezza-ppt-apr2013-bhawani nandan prasad
Bigdata netezza-ppt-apr2013-bhawani nandan prasadBigdata netezza-ppt-apr2013-bhawani nandan prasad
Bigdata netezza-ppt-apr2013-bhawani nandan prasadBhawani N Prasad
 
Backup Options for IBM PureData for Analytics powered by Netezza
Backup Options for IBM PureData for Analytics powered by NetezzaBackup Options for IBM PureData for Analytics powered by Netezza
Backup Options for IBM PureData for Analytics powered by NetezzaTony Pearson
 
Oracle Database 12c para la comunidad GeneXus - Engineered for clouds
Oracle Database 12c para la comunidad GeneXus - Engineered for cloudsOracle Database 12c para la comunidad GeneXus - Engineered for clouds
Oracle Database 12c para la comunidad GeneXus - Engineered for cloudsGeneXus
 
Store data more efficiently and increase I/O performance with lower latency w...
Store data more efficiently and increase I/O performance with lower latency w...Store data more efficiently and increase I/O performance with lower latency w...
Store data more efficiently and increase I/O performance with lower latency w...Principled Technologies
 

Tendances (20)

Magic quadrant for data warehouse database management systems
Magic quadrant for data warehouse database management systems Magic quadrant for data warehouse database management systems
Magic quadrant for data warehouse database management systems
 
Comparison of MPP Data Warehouse Platforms
Comparison of MPP Data Warehouse PlatformsComparison of MPP Data Warehouse Platforms
Comparison of MPP Data Warehouse Platforms
 
IBM Pure Data System for Analytics (Netezza)
IBM Pure Data System for Analytics (Netezza)IBM Pure Data System for Analytics (Netezza)
IBM Pure Data System for Analytics (Netezza)
 
Netezza Deep Dives
Netezza Deep DivesNetezza Deep Dives
Netezza Deep Dives
 
The Database Environment Chapter 13
The Database Environment Chapter 13The Database Environment Chapter 13
The Database Environment Chapter 13
 
Exploiting machine learning to keep Hadoop clusters healthy
Exploiting machine learning to keep Hadoop clusters healthyExploiting machine learning to keep Hadoop clusters healthy
Exploiting machine learning to keep Hadoop clusters healthy
 
EMC Greenplum Database version 4.2
EMC Greenplum Database version 4.2 EMC Greenplum Database version 4.2
EMC Greenplum Database version 4.2
 
The IBM Netezza datawarehouse appliance
The IBM Netezza datawarehouse applianceThe IBM Netezza datawarehouse appliance
The IBM Netezza datawarehouse appliance
 
Netezza fundamentals for developers
Netezza fundamentals for developersNetezza fundamentals for developers
Netezza fundamentals for developers
 
Ibm db2 analytics accelerator high availability and disaster recovery
Ibm db2 analytics accelerator  high availability and disaster recoveryIbm db2 analytics accelerator  high availability and disaster recovery
Ibm db2 analytics accelerator high availability and disaster recovery
 
IBM Netezza
IBM NetezzaIBM Netezza
IBM Netezza
 
Netezza Architecture and Administration
Netezza Architecture and AdministrationNetezza Architecture and Administration
Netezza Architecture and Administration
 
White Paper: Hadoop on EMC Isilon Scale-out NAS
White Paper: Hadoop on EMC Isilon Scale-out NAS   White Paper: Hadoop on EMC Isilon Scale-out NAS
White Paper: Hadoop on EMC Isilon Scale-out NAS
 
Netezza All labs
Netezza All labsNetezza All labs
Netezza All labs
 
The Dell EMC PowerMax 8000 outperformed another vendor's array on an OLTP-lik...
The Dell EMC PowerMax 8000 outperformed another vendor's array on an OLTP-lik...The Dell EMC PowerMax 8000 outperformed another vendor's array on an OLTP-lik...
The Dell EMC PowerMax 8000 outperformed another vendor's array on an OLTP-lik...
 
netezza-pdf
netezza-pdfnetezza-pdf
netezza-pdf
 
Bigdata netezza-ppt-apr2013-bhawani nandan prasad
Bigdata netezza-ppt-apr2013-bhawani nandan prasadBigdata netezza-ppt-apr2013-bhawani nandan prasad
Bigdata netezza-ppt-apr2013-bhawani nandan prasad
 
Backup Options for IBM PureData for Analytics powered by Netezza
Backup Options for IBM PureData for Analytics powered by NetezzaBackup Options for IBM PureData for Analytics powered by Netezza
Backup Options for IBM PureData for Analytics powered by Netezza
 
Oracle Database 12c para la comunidad GeneXus - Engineered for clouds
Oracle Database 12c para la comunidad GeneXus - Engineered for cloudsOracle Database 12c para la comunidad GeneXus - Engineered for clouds
Oracle Database 12c para la comunidad GeneXus - Engineered for clouds
 
Store data more efficiently and increase I/O performance with lower latency w...
Store data more efficiently and increase I/O performance with lower latency w...Store data more efficiently and increase I/O performance with lower latency w...
Store data more efficiently and increase I/O performance with lower latency w...
 

En vedette

Green plum培训材料
Green plum培训材料Green plum培训材料
Green plum培训材料锐 张
 
Greenplum: Driving the future of Data Warehousing and Analytics
Greenplum: Driving the future of Data Warehousing and AnalyticsGreenplum: Driving the future of Data Warehousing and Analytics
Greenplum: Driving the future of Data Warehousing and Analyticseaiti
 
Get hydrated
Get hydratedGet hydrated
Get hydratedsloeb
 
Company presentation
Company presentationCompany presentation
Company presentationerobert291
 
White Paper: EMC Compute-as-a-Service
White Paper: EMC Compute-as-a-Service   White Paper: EMC Compute-as-a-Service
White Paper: EMC Compute-as-a-Service EMC
 
Dna Replication Slide
Dna Replication SlideDna Replication Slide
Dna Replication SlideQuanina Quan
 
White Paper: Introduction to VFCache
White Paper: Introduction to VFCache   White Paper: Introduction to VFCache
White Paper: Introduction to VFCache EMC
 
04 diminishing marginal returns
04 diminishing marginal returns04 diminishing marginal returns
04 diminishing marginal returnsTravis Klein
 
Срок жизни печатающей головки
Срок жизни печатающей головкиСрок жизни печатающей головки
Срок жизни печатающей головкиPROFIBLOG
 

En vedette (15)

Greenplum feature
Greenplum featureGreenplum feature
Greenplum feature
 
Os Lonergan
Os LonerganOs Lonergan
Os Lonergan
 
Green plum培训材料
Green plum培训材料Green plum培训材料
Green plum培训材料
 
Greenplum: Driving the future of Data Warehousing and Analytics
Greenplum: Driving the future of Data Warehousing and AnalyticsGreenplum: Driving the future of Data Warehousing and Analytics
Greenplum: Driving the future of Data Warehousing and Analytics
 
Get hydrated
Get hydratedGet hydrated
Get hydrated
 
Company presentation
Company presentationCompany presentation
Company presentation
 
White Paper: EMC Compute-as-a-Service
White Paper: EMC Compute-as-a-Service   White Paper: EMC Compute-as-a-Service
White Paper: EMC Compute-as-a-Service
 
Dna Replication Slide
Dna Replication SlideDna Replication Slide
Dna Replication Slide
 
Nodejs
NodejsNodejs
Nodejs
 
Topic 9 final accounts
Topic 9 final accountsTopic 9 final accounts
Topic 9 final accounts
 
White Paper: Introduction to VFCache
White Paper: Introduction to VFCache   White Paper: Introduction to VFCache
White Paper: Introduction to VFCache
 
Clement photo essay
Clement photo essayClement photo essay
Clement photo essay
 
Palestra Barrett Brown - sustentabilidade
Palestra Barrett Brown - sustentabilidadePalestra Barrett Brown - sustentabilidade
Palestra Barrett Brown - sustentabilidade
 
04 diminishing marginal returns
04 diminishing marginal returns04 diminishing marginal returns
04 diminishing marginal returns
 
Срок жизни печатающей головки
Срок жизни печатающей головкиСрок жизни печатающей головки
Срок жизни печатающей головки
 

Similaire à Whitepaper : Working with Greenplum Database using Toad for Data Analysts

White Paper: MoreVRP for EMC Greenplum
White Paper: MoreVRP for EMC Greenplum  White Paper: MoreVRP for EMC Greenplum
White Paper: MoreVRP for EMC Greenplum EMC
 
Rdbms Practical file diploma
Rdbms Practical file diploma Rdbms Practical file diploma
Rdbms Practical file diploma mustkeem khan
 
Visualization using Tableau
Visualization using TableauVisualization using Tableau
Visualization using TableauGirija Muscut
 
How to Set Up Esri Geoportal Server 1.2.2 on Windows
How to Set Up Esri Geoportal Server 1.2.2 on WindowsHow to Set Up Esri Geoportal Server 1.2.2 on Windows
How to Set Up Esri Geoportal Server 1.2.2 on WindowsEsri
 
Configure Intranet and Team Sites with SharePoint Server 2013
Configure Intranet and Team Sites with SharePoint Server 2013Configure Intranet and Team Sites with SharePoint Server 2013
Configure Intranet and Team Sites with SharePoint Server 2013Vinh Nguyen
 
Greenplum versus redshift and actian vectorwise comparison
Greenplum versus redshift and actian vectorwise comparisonGreenplum versus redshift and actian vectorwise comparison
Greenplum versus redshift and actian vectorwise comparisonDr. Syed Hassan Amin
 
Stored-Procedures-Presentation
Stored-Procedures-PresentationStored-Procedures-Presentation
Stored-Procedures-PresentationChuck Walker
 
Configure Intranet and Team Sites with SharePoint Server 2013 (update May 2013)
Configure Intranet and Team Sites with SharePoint Server 2013 (update May 2013)Configure Intranet and Team Sites with SharePoint Server 2013 (update May 2013)
Configure Intranet and Team Sites with SharePoint Server 2013 (update May 2013)Vinh Nguyen
 
MicroStrategy interoperability with Greenplum
MicroStrategy interoperability with GreenplumMicroStrategy interoperability with Greenplum
MicroStrategy interoperability with GreenplumBiBoard.Org
 
Dell/EMC Technical Validation of BlueData EPIC with Isilon
Dell/EMC Technical Validation of BlueData EPIC with IsilonDell/EMC Technical Validation of BlueData EPIC with Isilon
Dell/EMC Technical Validation of BlueData EPIC with IsilonGreg Kirchoff
 
Multi-Tenancy: Da Teoria à Prática, do DB ao Middleware
Multi-Tenancy: Da Teoria à Prática, do DB ao MiddlewareMulti-Tenancy: Da Teoria à Prática, do DB ao Middleware
Multi-Tenancy: Da Teoria à Prática, do DB ao MiddlewareBruno Borges
 
[Landing http://q.4rd.ca/aaacyfPage URL]HP12_all_channels_publish
[Landing http://q.4rd.ca/aaacyfPage URL]HP12_all_channels_publish[Landing http://q.4rd.ca/aaacyfPage URL]HP12_all_channels_publish
[Landing http://q.4rd.ca/aaacyfPage URL]HP12_all_channels_publishjondoe68
 
[Landing http://q.4rd.ca/aaacyKPage URL]HP12_all_channels_publish
[Landing http://q.4rd.ca/aaacyKPage URL]HP12_all_channels_publish[Landing http://q.4rd.ca/aaacyKPage URL]HP12_all_channels_publish
[Landing http://q.4rd.ca/aaacyKPage URL]HP12_all_channels_publishjondoe68
 
Database Lifecycle Management and Cloud Management - Hands on Lab (OOW2014)
Database Lifecycle Management and Cloud Management - Hands on Lab (OOW2014)Database Lifecycle Management and Cloud Management - Hands on Lab (OOW2014)
Database Lifecycle Management and Cloud Management - Hands on Lab (OOW2014)Hari Srinivasan
 
Software architecture case study - why and why not sql server replication
Software architecture   case study - why and why not sql server replicationSoftware architecture   case study - why and why not sql server replication
Software architecture case study - why and why not sql server replicationShahzad
 
127801976 mobile-shop-management-system-documentation
127801976 mobile-shop-management-system-documentation127801976 mobile-shop-management-system-documentation
127801976 mobile-shop-management-system-documentationNitesh Kumar
 
Optimize Data Connectivity in .NET Applications
Optimize Data Connectivity in .NET ApplicationsOptimize Data Connectivity in .NET Applications
Optimize Data Connectivity in .NET ApplicationsAbhishek Kant
 
High Availability And Oracle Data Guard 11g R2
High Availability And Oracle Data Guard 11g R2High Availability And Oracle Data Guard 11g R2
High Availability And Oracle Data Guard 11g R2Mario Redón Luz
 

Similaire à Whitepaper : Working with Greenplum Database using Toad for Data Analysts (20)

White Paper: MoreVRP for EMC Greenplum
White Paper: MoreVRP for EMC Greenplum  White Paper: MoreVRP for EMC Greenplum
White Paper: MoreVRP for EMC Greenplum
 
Rdbms Practical file diploma
Rdbms Practical file diploma Rdbms Practical file diploma
Rdbms Practical file diploma
 
Visualization using Tableau
Visualization using TableauVisualization using Tableau
Visualization using Tableau
 
How to Set Up Esri Geoportal Server 1.2.2 on Windows
How to Set Up Esri Geoportal Server 1.2.2 on WindowsHow to Set Up Esri Geoportal Server 1.2.2 on Windows
How to Set Up Esri Geoportal Server 1.2.2 on Windows
 
Configure Intranet and Team Sites with SharePoint Server 2013
Configure Intranet and Team Sites with SharePoint Server 2013Configure Intranet and Team Sites with SharePoint Server 2013
Configure Intranet and Team Sites with SharePoint Server 2013
 
Greenplum versus redshift and actian vectorwise comparison
Greenplum versus redshift and actian vectorwise comparisonGreenplum versus redshift and actian vectorwise comparison
Greenplum versus redshift and actian vectorwise comparison
 
Stored-Procedures-Presentation
Stored-Procedures-PresentationStored-Procedures-Presentation
Stored-Procedures-Presentation
 
Configure Intranet and Team Sites with SharePoint Server 2013 (update May 2013)
Configure Intranet and Team Sites with SharePoint Server 2013 (update May 2013)Configure Intranet and Team Sites with SharePoint Server 2013 (update May 2013)
Configure Intranet and Team Sites with SharePoint Server 2013 (update May 2013)
 
Oracle Database 12c : Multitenant
Oracle Database 12c : MultitenantOracle Database 12c : Multitenant
Oracle Database 12c : Multitenant
 
MicroStrategy interoperability with Greenplum
MicroStrategy interoperability with GreenplumMicroStrategy interoperability with Greenplum
MicroStrategy interoperability with Greenplum
 
Dell/EMC Technical Validation of BlueData EPIC with Isilon
Dell/EMC Technical Validation of BlueData EPIC with IsilonDell/EMC Technical Validation of BlueData EPIC with Isilon
Dell/EMC Technical Validation of BlueData EPIC with Isilon
 
Multi-Tenancy: Da Teoria à Prática, do DB ao Middleware
Multi-Tenancy: Da Teoria à Prática, do DB ao MiddlewareMulti-Tenancy: Da Teoria à Prática, do DB ao Middleware
Multi-Tenancy: Da Teoria à Prática, do DB ao Middleware
 
[Landing http://q.4rd.ca/aaacyfPage URL]HP12_all_channels_publish
[Landing http://q.4rd.ca/aaacyfPage URL]HP12_all_channels_publish[Landing http://q.4rd.ca/aaacyfPage URL]HP12_all_channels_publish
[Landing http://q.4rd.ca/aaacyfPage URL]HP12_all_channels_publish
 
[Landing http://q.4rd.ca/aaacyKPage URL]HP12_all_channels_publish
[Landing http://q.4rd.ca/aaacyKPage URL]HP12_all_channels_publish[Landing http://q.4rd.ca/aaacyKPage URL]HP12_all_channels_publish
[Landing http://q.4rd.ca/aaacyKPage URL]HP12_all_channels_publish
 
Database Lifecycle Management and Cloud Management - Hands on Lab (OOW2014)
Database Lifecycle Management and Cloud Management - Hands on Lab (OOW2014)Database Lifecycle Management and Cloud Management - Hands on Lab (OOW2014)
Database Lifecycle Management and Cloud Management - Hands on Lab (OOW2014)
 
Software architecture case study - why and why not sql server replication
Software architecture   case study - why and why not sql server replicationSoftware architecture   case study - why and why not sql server replication
Software architecture case study - why and why not sql server replication
 
127801976 mobile-shop-management-system-documentation
127801976 mobile-shop-management-system-documentation127801976 mobile-shop-management-system-documentation
127801976 mobile-shop-management-system-documentation
 
Streaming is a Detail
Streaming is a DetailStreaming is a Detail
Streaming is a Detail
 
Optimize Data Connectivity in .NET Applications
Optimize Data Connectivity in .NET ApplicationsOptimize Data Connectivity in .NET Applications
Optimize Data Connectivity in .NET Applications
 
High Availability And Oracle Data Guard 11g R2
High Availability And Oracle Data Guard 11g R2High Availability And Oracle Data Guard 11g R2
High Availability And Oracle Data Guard 11g R2
 

Plus de EMC

INDUSTRY-LEADING TECHNOLOGY FOR LONG TERM RETENTION OF BACKUPS IN THE CLOUD
INDUSTRY-LEADING  TECHNOLOGY FOR LONG TERM RETENTION OF BACKUPS IN THE CLOUDINDUSTRY-LEADING  TECHNOLOGY FOR LONG TERM RETENTION OF BACKUPS IN THE CLOUD
INDUSTRY-LEADING TECHNOLOGY FOR LONG TERM RETENTION OF BACKUPS IN THE CLOUDEMC
 
Cloud Foundry Summit Berlin Keynote
Cloud Foundry Summit Berlin Keynote Cloud Foundry Summit Berlin Keynote
Cloud Foundry Summit Berlin Keynote EMC
 
EMC GLOBAL DATA PROTECTION INDEX
EMC GLOBAL DATA PROTECTION INDEX EMC GLOBAL DATA PROTECTION INDEX
EMC GLOBAL DATA PROTECTION INDEX EMC
 
Transforming Desktop Virtualization with Citrix XenDesktop and EMC XtremIO
Transforming Desktop Virtualization with Citrix XenDesktop and EMC XtremIOTransforming Desktop Virtualization with Citrix XenDesktop and EMC XtremIO
Transforming Desktop Virtualization with Citrix XenDesktop and EMC XtremIOEMC
 
Citrix ready-webinar-xtremio
Citrix ready-webinar-xtremioCitrix ready-webinar-xtremio
Citrix ready-webinar-xtremioEMC
 
EMC FORUM RESEARCH GLOBAL RESULTS - 10,451 RESPONSES ACROSS 33 COUNTRIES
EMC FORUM RESEARCH GLOBAL RESULTS - 10,451 RESPONSES ACROSS 33 COUNTRIES EMC FORUM RESEARCH GLOBAL RESULTS - 10,451 RESPONSES ACROSS 33 COUNTRIES
EMC FORUM RESEARCH GLOBAL RESULTS - 10,451 RESPONSES ACROSS 33 COUNTRIES EMC
 
EMC with Mirantis Openstack
EMC with Mirantis OpenstackEMC with Mirantis Openstack
EMC with Mirantis OpenstackEMC
 
Modern infrastructure for business data lake
Modern infrastructure for business data lakeModern infrastructure for business data lake
Modern infrastructure for business data lakeEMC
 
Force Cyber Criminals to Shop Elsewhere
Force Cyber Criminals to Shop ElsewhereForce Cyber Criminals to Shop Elsewhere
Force Cyber Criminals to Shop ElsewhereEMC
 
Pivotal : Moments in Container History
Pivotal : Moments in Container History Pivotal : Moments in Container History
Pivotal : Moments in Container History EMC
 
Data Lake Protection - A Technical Review
Data Lake Protection - A Technical ReviewData Lake Protection - A Technical Review
Data Lake Protection - A Technical ReviewEMC
 
Mobile E-commerce: Friend or Foe
Mobile E-commerce: Friend or FoeMobile E-commerce: Friend or Foe
Mobile E-commerce: Friend or FoeEMC
 
Virtualization Myths Infographic
Virtualization Myths Infographic Virtualization Myths Infographic
Virtualization Myths Infographic EMC
 
Intelligence-Driven GRC for Security
Intelligence-Driven GRC for SecurityIntelligence-Driven GRC for Security
Intelligence-Driven GRC for SecurityEMC
 
The Trust Paradox: Access Management and Trust in an Insecure Age
The Trust Paradox: Access Management and Trust in an Insecure AgeThe Trust Paradox: Access Management and Trust in an Insecure Age
The Trust Paradox: Access Management and Trust in an Insecure AgeEMC
 
EMC Technology Day - SRM University 2015
EMC Technology Day - SRM University 2015EMC Technology Day - SRM University 2015
EMC Technology Day - SRM University 2015EMC
 
EMC Academic Summit 2015
EMC Academic Summit 2015EMC Academic Summit 2015
EMC Academic Summit 2015EMC
 
Data Science and Big Data Analytics Book from EMC Education Services
Data Science and Big Data Analytics Book from EMC Education ServicesData Science and Big Data Analytics Book from EMC Education Services
Data Science and Big Data Analytics Book from EMC Education ServicesEMC
 
Using EMC Symmetrix Storage in VMware vSphere Environments
Using EMC Symmetrix Storage in VMware vSphere EnvironmentsUsing EMC Symmetrix Storage in VMware vSphere Environments
Using EMC Symmetrix Storage in VMware vSphere EnvironmentsEMC
 
Using EMC VNX storage with VMware vSphereTechBook
Using EMC VNX storage with VMware vSphereTechBookUsing EMC VNX storage with VMware vSphereTechBook
Using EMC VNX storage with VMware vSphereTechBookEMC
 

Plus de EMC (20)

INDUSTRY-LEADING TECHNOLOGY FOR LONG TERM RETENTION OF BACKUPS IN THE CLOUD
INDUSTRY-LEADING  TECHNOLOGY FOR LONG TERM RETENTION OF BACKUPS IN THE CLOUDINDUSTRY-LEADING  TECHNOLOGY FOR LONG TERM RETENTION OF BACKUPS IN THE CLOUD
INDUSTRY-LEADING TECHNOLOGY FOR LONG TERM RETENTION OF BACKUPS IN THE CLOUD
 
Cloud Foundry Summit Berlin Keynote
Cloud Foundry Summit Berlin Keynote Cloud Foundry Summit Berlin Keynote
Cloud Foundry Summit Berlin Keynote
 
EMC GLOBAL DATA PROTECTION INDEX
EMC GLOBAL DATA PROTECTION INDEX EMC GLOBAL DATA PROTECTION INDEX
EMC GLOBAL DATA PROTECTION INDEX
 
Transforming Desktop Virtualization with Citrix XenDesktop and EMC XtremIO
Transforming Desktop Virtualization with Citrix XenDesktop and EMC XtremIOTransforming Desktop Virtualization with Citrix XenDesktop and EMC XtremIO
Transforming Desktop Virtualization with Citrix XenDesktop and EMC XtremIO
 
Citrix ready-webinar-xtremio
Citrix ready-webinar-xtremioCitrix ready-webinar-xtremio
Citrix ready-webinar-xtremio
 
EMC FORUM RESEARCH GLOBAL RESULTS - 10,451 RESPONSES ACROSS 33 COUNTRIES
EMC FORUM RESEARCH GLOBAL RESULTS - 10,451 RESPONSES ACROSS 33 COUNTRIES EMC FORUM RESEARCH GLOBAL RESULTS - 10,451 RESPONSES ACROSS 33 COUNTRIES
EMC FORUM RESEARCH GLOBAL RESULTS - 10,451 RESPONSES ACROSS 33 COUNTRIES
 
EMC with Mirantis Openstack
EMC with Mirantis OpenstackEMC with Mirantis Openstack
EMC with Mirantis Openstack
 
Modern infrastructure for business data lake
Modern infrastructure for business data lakeModern infrastructure for business data lake
Modern infrastructure for business data lake
 
Force Cyber Criminals to Shop Elsewhere
Force Cyber Criminals to Shop ElsewhereForce Cyber Criminals to Shop Elsewhere
Force Cyber Criminals to Shop Elsewhere
 
Pivotal : Moments in Container History
Pivotal : Moments in Container History Pivotal : Moments in Container History
Pivotal : Moments in Container History
 
Data Lake Protection - A Technical Review
Data Lake Protection - A Technical ReviewData Lake Protection - A Technical Review
Data Lake Protection - A Technical Review
 
Mobile E-commerce: Friend or Foe
Mobile E-commerce: Friend or FoeMobile E-commerce: Friend or Foe
Mobile E-commerce: Friend or Foe
 
Virtualization Myths Infographic
Virtualization Myths Infographic Virtualization Myths Infographic
Virtualization Myths Infographic
 
Intelligence-Driven GRC for Security
Intelligence-Driven GRC for SecurityIntelligence-Driven GRC for Security
Intelligence-Driven GRC for Security
 
The Trust Paradox: Access Management and Trust in an Insecure Age
The Trust Paradox: Access Management and Trust in an Insecure AgeThe Trust Paradox: Access Management and Trust in an Insecure Age
The Trust Paradox: Access Management and Trust in an Insecure Age
 
EMC Technology Day - SRM University 2015
EMC Technology Day - SRM University 2015EMC Technology Day - SRM University 2015
EMC Technology Day - SRM University 2015
 
EMC Academic Summit 2015
EMC Academic Summit 2015EMC Academic Summit 2015
EMC Academic Summit 2015
 
Data Science and Big Data Analytics Book from EMC Education Services
Data Science and Big Data Analytics Book from EMC Education ServicesData Science and Big Data Analytics Book from EMC Education Services
Data Science and Big Data Analytics Book from EMC Education Services
 
Using EMC Symmetrix Storage in VMware vSphere Environments
Using EMC Symmetrix Storage in VMware vSphere EnvironmentsUsing EMC Symmetrix Storage in VMware vSphere Environments
Using EMC Symmetrix Storage in VMware vSphere Environments
 
Using EMC VNX storage with VMware vSphereTechBook
Using EMC VNX storage with VMware vSphereTechBookUsing EMC VNX storage with VMware vSphereTechBook
Using EMC VNX storage with VMware vSphereTechBook
 

Dernier

SALESFORCE EDUCATION CLOUD | FEXLE SERVICES
SALESFORCE EDUCATION CLOUD | FEXLE SERVICESSALESFORCE EDUCATION CLOUD | FEXLE SERVICES
SALESFORCE EDUCATION CLOUD | FEXLE SERVICESmohitsingh558521
 
TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024Lonnie McRorey
 
The State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptxThe State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptxLoriGlavin3
 
How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.Curtis Poe
 
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptxUse of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptxLoriGlavin3
 
DevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsDevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsSergiu Bodiu
 
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptx
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptxThe Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptx
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptxLoriGlavin3
 
What is DBT - The Ultimate Data Build Tool.pdf
What is DBT - The Ultimate Data Build Tool.pdfWhat is DBT - The Ultimate Data Build Tool.pdf
What is DBT - The Ultimate Data Build Tool.pdfMounikaPolabathina
 
What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024Stephanie Beckett
 
Developer Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQLDeveloper Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQLScyllaDB
 
Connect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationConnect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationSlibray Presentation
 
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptx
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptxPasskey Providers and Enabling Portability: FIDO Paris Seminar.pptx
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptxLoriGlavin3
 
DSPy a system for AI to Write Prompts and Do Fine Tuning
DSPy a system for AI to Write Prompts and Do Fine TuningDSPy a system for AI to Write Prompts and Do Fine Tuning
DSPy a system for AI to Write Prompts and Do Fine TuningLars Bell
 
Unraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfUnraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfAlex Barbosa Coqueiro
 
Advanced Computer Architecture – An Introduction
Advanced Computer Architecture – An IntroductionAdvanced Computer Architecture – An Introduction
Advanced Computer Architecture – An IntroductionDilum Bandara
 
TrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data PrivacyTrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data PrivacyTrustArc
 
Moving Beyond Passwords: FIDO Paris Seminar.pdf
Moving Beyond Passwords: FIDO Paris Seminar.pdfMoving Beyond Passwords: FIDO Paris Seminar.pdf
Moving Beyond Passwords: FIDO Paris Seminar.pdfLoriGlavin3
 
Dev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio WebDev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio WebUiPathCommunity
 
Gen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfGen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfAddepto
 
Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!Commit University
 

Dernier (20)

SALESFORCE EDUCATION CLOUD | FEXLE SERVICES
SALESFORCE EDUCATION CLOUD | FEXLE SERVICESSALESFORCE EDUCATION CLOUD | FEXLE SERVICES
SALESFORCE EDUCATION CLOUD | FEXLE SERVICES
 
TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024
 
The State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptxThe State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptx
 
How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.
 
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptxUse of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
 
DevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsDevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platforms
 
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptx
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptxThe Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptx
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptx
 
What is DBT - The Ultimate Data Build Tool.pdf
What is DBT - The Ultimate Data Build Tool.pdfWhat is DBT - The Ultimate Data Build Tool.pdf
What is DBT - The Ultimate Data Build Tool.pdf
 
What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024
 
Developer Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQLDeveloper Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQL
 
Connect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationConnect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck Presentation
 
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptx
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptxPasskey Providers and Enabling Portability: FIDO Paris Seminar.pptx
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptx
 
DSPy a system for AI to Write Prompts and Do Fine Tuning
DSPy a system for AI to Write Prompts and Do Fine TuningDSPy a system for AI to Write Prompts and Do Fine Tuning
DSPy a system for AI to Write Prompts and Do Fine Tuning
 
Unraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfUnraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdf
 
Advanced Computer Architecture – An Introduction
Advanced Computer Architecture – An IntroductionAdvanced Computer Architecture – An Introduction
Advanced Computer Architecture – An Introduction
 
TrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data PrivacyTrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data Privacy
 
Moving Beyond Passwords: FIDO Paris Seminar.pdf
Moving Beyond Passwords: FIDO Paris Seminar.pdfMoving Beyond Passwords: FIDO Paris Seminar.pdf
Moving Beyond Passwords: FIDO Paris Seminar.pdf
 
Dev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio WebDev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio Web
 
Gen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfGen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdf
 
Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!
 

Whitepaper : Working with Greenplum Database using Toad for Data Analysts

  • 1. White Paper Working with Greenplum Database using Toad for Data Analysts The fundamental interoperability between Greenplum Database & Toad for Data Analysts in Windows Abstract This white paper briefly discusses how to connect to Greenplum database through Toad for Data Analysts and the basic interoperability. March 2012
  • 2. Copyright © 2012 EMC Corporation. All Rights Reserved. EMC believes the information in this publication is accurate of its publication date. The information is subject to change without notice. The information in this publication is provided “as is”. EMC Corporation makes no representations or warranties of any kind with respect to the information in this publication, and specifically disclaims implied warranties of merchantability or fitness for a particular purpose. Use, copying, and distribution of any EMC software described in this publication requires an applicable software license. For the most up-to-date listing of EMC product names, see EMC Corporation Trademarks on EMC.com. VMware is a registered trademark of VMware, Inc. All other trademarks used herein are the property of their respective owners. Part Number h10582 Working with Greenplum Database using Toad for Data Analyst 2
  • 3. Table of Contents Executive summary.................................................................................................. 4 Audience ............................................................................................................................ 4 Organization of this paper ....................................................................................... 5 Overview of Greenplum Database ............................................................................ 6 Overview of Toad for Data Analysts .......................................................................... 6 How Toad for Data Analysts and Greenplum Database work together ........................ 7 Pre-requisite....................................................................................................................... 7 Connection ......................................................................................................................... 7 Object Explorer & Object Viewer ....................................................................................... 10 Query Builder ................................................................................................................... 12 Diagram ........................................................................................................................... 13 Conclusion ............................................................................................................ 14 References ............................................................................................................ 15 Working with Greenplum Database using Toad for Data Analyst 3
  • 4. Executive summary The Toad for Data Analysts is a popular single-interface multi-platform data analysis product which provides powerful querying and reporting capabilities for the Greenplum database. This paper details how to setup, configure and utilize Toad for Data Analysts with the Greenplum database system. Audience This white paper is intended for EMC field facing employees such as sales, technical consultants, support, as well as customers who will be using Toad for Data Analysts with Greenplum databases. This is neither an installation guide nor an introductory material on Toad for Data Analysts. It documents Toad for Data Analysts connectivity and fundamental operation capabilities with Greenplum Database, and shows the readers how it can be used in conjunction with Greenplum database to query, compare, synchronize, consolidate, cleanse and analyze data to users. Working with Greenplum Database using Toad for Data Analyst 4
  • 5. Organization of this paper This paper covers the following topics:  Executive summary  Organization of this paper  Overview of Greenplum Database  Overview of Toad for Data Analysts  How Toad for Data Analysts and Greenplum Database work together  Conclusion Working with Greenplum Database using Toad for Data Analyst 5
  • 6. Overview of Greenplum Database Greenplum Database leverages a share-nothing Massively Parallel Processing (MPP) architecture which facilitates analytical, Business Intelligence and data warehouses processing, all built on top of commodity compute and storage nodes to deliver extreme performance in a cost-effective manner. The Greenplum Database architecture provides automatic parallelization of data loading and queries. The high-performance loading uses Scatter/Gather Streaming technology, supporting loading speed greater than 10 terabytes per hour, per rack, with linear scalability. All data is automatically partitioned across all nodes of the system, and queries are planned and executed using all nodes working together in a highly coordinated fashion. The parallelism allows Greenplum database to achieve high read-write performance. Overview of Toad for Data Analysts Toad is a software tool used for development and administration of databases. The Toad for Data Analysts is designed for powerful multi-platform querying and reporting capabilities with databases, for example, Greenplum database – all from a single interface that automates and streamlines time-consuming tasks. The Toad for Data Analysts makes it simple to query, compare, synchronize, consolidate, cleanse, and analyze data. Toad for Data Analysts accelerates the creation of data sets and queries with data cleansing capabilities. It also enables users to apply advanced statistical analytics and visually analyze and profile data. Users can also explore the database, build queries, browse data, and create database diagrams and more. For example, ER Diagrammer and Data Browsers in Toad for Data Analysts can visualize table relationships, view master-detail relationships and browse database objects from Greenplum databases. Working with Greenplum Database using Toad for Data Analyst 6
  • 7. How Toad for Data Analysts and Greenplum Database work together Pre-requisite In order to get started, the user will need to prepare the following components: • A version of Windows that supports the v3.5 .NET engine • The Greenplum Connectivity Pack 4.1.2 or later • Toad for Data Analysts v3.0 • Greenplum Database v4.2 • The referential integrity of any tables should be retained Connection After the user installed and configured the Greenplum Connectivity Pack, the user will need to add a new User DSN in Control Panel -> ODBC Data Source Administrator with the new ODBC driver that you installed by Greenplum Connectivity Pack. For instance, the user can choose the PostgreSQL Unicode driver to Configure and test with a working Greenplum Database. Working with Greenplum Database using Toad for Data Analyst 7
  • 8. After the user installed and configured the Greenplum Connectivity Pack, he/she needs to add a new User DSN in Control Panel -> ODBC Data Source Administrator with the new ODBC driver that you installed by Greenplum Connectivity Pack. For instance, the user can choose the PostgreSQL Unicode driver to Configure and test with a working Greenplum Database. Assuming the user has already run the installer and installed Toad for Data Analysts 3.0 correctly, now he/she can start using Toad for Data Analysts for Greenplum Database. First, the user needs to create a new connection for Greenplum Database. There is an ODBC icon inside the Navigation Manager. Here are the steps to create a new connection for GPDB: a) Right Click the ODBC icon, choose Create Working with Greenplum Database using Toad for Data Analyst 8
  • 9. b) Fill all the database connection information & check on Save Password. Use the Connect button to test the connection. Once the connection is verified, use the Save button to save the connection details. Working with Greenplum Database using Toad for Data Analyst 9
  • 10. Object Explorer & Object Viewer Now the user can use Toad for Data Analysts to connect to Greenplum Database. He/she can use the Object Explorer to explore what tables, views, procedures, catalogs are resided in GPDB. User can view the simple table structure by just choosing the tables in the Object Explorer. Working with Greenplum Database using Toad for Data Analyst 10
  • 11. User can right-click the table and choose View Details to see the details of the table like Columns, Data, Indexes, Primary Keys, Foreign Keys, Privileges and Scripts. By choosing the Data tab, user can view the data populated to that table. The Object Viewer shows all of the properties for the object selected in the Database Browser. The information and operations the user will be able to access here will be directly impacted by the security privileges setup for the account he/she are using. Toad itself does not restrict the user from making changes to the data or objects in the Greenplum Database. Working with Greenplum Database using Toad for Data Analyst 11
  • 12. Query Builder Users can also create a visual query in Greenplum Database using Query Builder. Query Builder is located at the main menu: Tools -> Query Builder. User can just drag and drop the objects/tables directly to the Query Builder main window. Users can build their visual Greenplum Query by using the diagram or writing SQL directly. Users can choose a particular table for query by drag and drop, and choose particular columns by double clicks on those columns. Working with Greenplum Database using Toad for Data Analyst 12
  • 13. Then, he/she can view the generated query on the Query Tab: Diagram The user can create a database diagram, such as ER diagram for Greenplum database. Users can take the advantages of discovering entity data relationships, add his/her own relationships and add notes to specific entity by simple operations like drag and drop. Working with Greenplum Database using Toad for Data Analyst 13
  • 14. Conclusion In this white paper, the interoperability of Greenplum database and Toad for Data Analysts is discussed and demonstrated. Using Toad for Data Analysts with Greenplum database gives the user power data analytic, query and reporting capability that includes simple setup along with an intuitive graphical interface customarily found when using TOAD products. Working with Greenplum Database using Toad for Data Analyst 14
  • 15. References 1) EMC Technical Whitepaper - EMC Greenplum Database - Critical Mass Innovation 2) Greenplum Database Administrator Guide Version 4.1 (P/N 300-012-428) 3) EMC Greenplum Database Data Sheet 4) Toad for Data Analysts 3.0 Data Sheet 5) Toad for Data Analysts 3.0 Installation Guide 6) Toad for Data Analysts 3.0 Feature Matrix 7) Toad for Data Analysts 3.0 8) Toad for Data Analysts, Tips ‘n’ Tricks Working with Greenplum Database using Toad for Data Analyst 15