万本电子书0元读

万本电子书0元读

顶部广告

Teradata Cookbook电子书

售       价:¥

14人正在读 | 0人评论 6.2

作       者:Abhinav Khandelwal,Rajsekhar Bhamidipati

出  版  社:Packt Publishing

出版时间:2018-02-15

字       数:36.1万

所属分类: 进口书 > 外文原版书 > 电脑/网络

温馨提示:数字商品不支持退换货,不提供源文件,不支持导出打印

为你推荐

  • 读书简介
  • 目录
  • 累计评论(0条)
  • 读书简介
  • 目录
  • 累计评论(0条)
Data management and analytics simplified with Teradata About This Book ? Take your understanding of Teradata to the next level and build efficient data warehousing applications for your organization ? Covers recipes on data handling, warehousing, advanced querying and the administrative tasks in Teradata. ? Contains practical solutions to tackle common (and not-so-common) problems you might encounter in your day to day activities Who This Book Is For This book is for Database administrator's and Teradata users who are looking for a practical, one-stop resource to solve all their problems while handling their Teradata solution. If you are looking to learn the basic as well as the advanced tasks involved in Teradata querying or administration, this book will be handy. Some knowledge of relational database concepts will be helpful to get the best out of this book. What You Will Learn ? Understand Teradata's competitive advantage over other RDBMSs. ? Use SQL to process data stored in Teradata tables. ? Leverage Teradata’s available application utilities and parallelism to play with large datasets ? Apply various performance tuning techniques to optimize the queries. ? Acquire deeper knowledge and understanding of the Teradata Architecture. ? Easy steps to load, archive, restore data and implement Teradata protection features ? Gain confidence in running a wide variety of Data analytics and develop applications for the Teradata environment In Detail Teradata is an enterprise software company that develops and sells its eponymous relational database management system (RDBMS), which is considered to be a leading data warehousing solutions and provides data management solutions for analytics. This book will help you get all the practical information you need for the creation and implementation of your data warehousing solution using Teradata. The book begins with recipes on quickly setting up a development environment so you can work with different types of data structuring and manipulation function. You will tackle all problems related to efficient querying, stored procedure searching, and navigation techniques. Additionally, you’ll master various administrative tasks such as user and security management, workload management, high availability, performance tuning, and monitoring. This book is designed to take you through the best practices of performing the real daily tasks of a Teradata DBA, and will help you tackle any problem you might encounter in the process. Style and approach This book is a rich collection of recipes that will come in handy when you are working with Teradata. It addresses your common and not-so-common pain points,and this is a book that you must have on the shelf.
目录展开

Title Page

Copyright and Credits

Teradata Cookbook

Dedication

Packt Upsell

Why subscribe?

PacktPub.com

Contributors

About the authors

About the reviewer

Packt is searching for authors like you

Preface

Who this book is for

What this book covers

To get the most out of this book

Download the example code files

Download the color images

Conventions used

Get in touch

Reviews

Installation

Setting up Teradata 15.10

How to do it...

Setting up Teradata Studio Express

Getting ready

How to do it...

Teradata on Azure

Getting ready

How to do it...

How it works...

There's more...

Defining a connection

How to do it...

Connecting to the Teradata system

How to do it...

There's more...

Using Studio tool options

Setting up Teradata SQLA

Getting ready

How to do it...

How it works...

There's more...

Configuring SQLA

Getting ready

How to do it...

How it works...

Building a query builder

How to do it...

Query builder in SQLA

Query builder in Express

Importing data

Getting started

How to do it...

In Express

Exporting data

How to do it

How it works...

There's more...

SQLs

Introduction

Writing queries

Getting ready

How to do it...

Using SQLA

Using BTEQ in Windows

How it works...

There's more...

Querying efficiently

Getting ready

How to do it...

How it works...

Explain before executing queries

Getting ready

How to do it...

How it works...

There's more...

Decoding explain

How to do it...

How it works...

There's more...

Resolving skewing data

Getting ready

How to do it...

How it works...

There's more...

See also

Resolving skew in database

Getting ready

How to do it...

How it works...

There's more...

Solving insert performance

Getting ready

How to do it...

How it works...

There's more...

Improving delete performance

Getting ready

How to do it...

How it works...

There's more...

Improving update performance

Getting ready

How to do it...

How it works...

There's more...

See also

Performing MERGE INTO

Getting ready

How to do it...

How it works...

Advanced SQL with Backup and Restore

Introduction

Backup and recovery

Exploring ordered analytic functions

Getting ready

How to do it...

How it works...

There's more...

Using CASE statements

Getting ready

How to do it...

How it works...

There's more...

Working with correlated subqueries

Getting ready

How to do it...

How it works...

There's more...

Experimenting with JSON

Getting ready

How to do it...

How it works...

There's more...

Partitioning tables column wise

Getting ready

How to do it...

How it works...

There's more...

Archiving data dictionary

Getting ready

How to do it...

How it works...

There's more...

Archiving databases

Getting ready

How to do it...

How it works...

There's more...

Archiving PPI tables

Getting ready

How to do it...

How it works...

There's more...

Restoring a table

Getting ready

How to do it...

How it works...

There's more...

Generating a unique row number

Getting ready

How to do it...

How it works...

There's more...

All about Indexes

Introduction

Creating a partitioned primary index to improve performance

Getting ready

How to do it...

How it works...

There's more...

Creating a join index to improve performance

Getting ready

How to do it...

How it works...

There's more...

Creating a secondary index to improve performance

Getting ready

How to do it...

How it works...

There's more...

Creating a hash index to improve performance

Getting ready

How to do it...

How it works...

There's more...

Mixing Strategies – Joining of Tables

Introduction

Identifying skewness in joins

Getting ready

How to do it...

How it works...

There's more...

Identify the right columns for joins

Getting ready

How to do it...

How it works...

There's more...

Eliminating product joins

Getting ready

How to do it...

How it works...

There's more...

See also

Improving left join

Getting ready

How to do it...

How it works...

Improving Teradata joins

Getting ready

How to do it...

How it works...

Building Loading Utility – Replication and Loading

Introduction

Loading data from flat to Teradata

Getting ready

How to do it...

How it works...

There's more...

Resolving FastLoad error 2652

Getting ready

How to do it...

How it works...

There's more...

Using MultiLoad to delete

Getting ready

How to do it...

How it works...

There's more...

Resolving MLOAD error 2571

Getting ready

How to do it...

How it works...

There's more...

Resolving failure 7547

Getting ready

How to do it...

How it works...

There's more...

Upserting data using MLOAD

Getting ready

How to do it...

How it works...

There's more...

Loading data from a one Teradata Database to another

Getting ready

How to do it...

How it works...

Monitoring the better way

Introduction

Configuring the viewpoint portlet

Getting ready

How to do it...

How it works...

Identifying killer queries in viewpoint

Getting ready

How to do it...

How it works...

There's more...

Setting up viewpoint alerts

Getting ready

How to do it...

How it works...

There's more...

Changing and managing filters

Getting ready

How to do it...

How it works...

There's more...

Changing and managing throttle

Getting ready

How to do it...

How it works...

There's more...

Defining a ruleset

Getting ready

How to do it...

How it works...

Creating a TASM exception

Getting ready

How to do it...

How it works...

Collect Statistics the Better Way

Introduction

Cost-based optimizer

Evolution of statistics

How to collect statistics

Getting ready

How to do it...

How it works...

Identifying stats for a table

Getting ready

How to do it...

How it works...

There's more...

Identifying multi-column stats

Getting ready

How to do it...

How it works...

There's more...

How to collect expression stats

Getting ready

How to do it...

How it works...

There's more...

How to copy statistics

Getting ready

How to do it...

How it works...

There's more...

Using help and show to resolve query issues

Getting ready

How to do it...

How it works...

There's more...

Recommendations

Application and OPS DBA Insight

Introduction

Creating, copying, and dropping tables

Getting ready

How to do it...

How it works...

There's more...

Working with views

Getting ready

How to do it...

How it works...

There's more...

Defining workloads based on application

Getting ready

How to do it...

How it works...

There's more...

Securing passwords using Teradata Wallet

Getting ready

How to do it...

How it works...

There's more...

Shrinking your data size

Getting ready

How to do it...

How it works...

There's more...

Using query band

Getting ready

How to do it...

How it works...

DBA Insight

Introduction

Creating a Teradata database

Getting ready

How to do it...

How it works...

There's more...

Creating a Teradata database user

Getting ready

How to do it...

How it works...

There's more...

Creating profiles and assigning them to users

Getting ready

How to do it...

How it works...

There's more...

Creating a Secure Zone

Getting ready

How to do it...

How it works...

There's more...

Creating user accounts

Getting ready

How to do it...

How it works...

Investigating phantom and leftover spool issues

Getting ready

How to do it...

How it works...

There's more...

Unlocking archive HUT locks

Getting ready

How to do it...

How it works...

There's more...

Performance Tuning

Introduction

Resolving a slow or hung system

Getting ready

How to do it...

How it works...

Monitoring slow queries

Getting ready

How to do it...

How it works...

There's more...

Aborting a session from the supervisor window

Getting ready

How to do it...

How it works...

There's more...

Resolving AWT saturation

Getting ready

How to do it...

How it works...

There's more...

Identifying suspect queries

Getting ready

How to do it...

How it works...

Managing DBC space

Getting ready

How to do it...

How it works...

There's more...

See also

Optimizing queries

Getting ready

How to do it...

How it works...

See also

Troubleshooting

Introduction

Restarting the TD system

Getting ready

How to do it...

How it works...

There's more...

Insufficient memory to parse this request

Getting ready

How to do it...

How it works...

There's more...

Recovering AMP down

Getting ready

How to do it...

How it works...

There's more...

Performing scandisk on the system

Getting ready

How to do it...

How it works...

There's more...

Unlocking the DBC

Getting ready

How to do it...

How it works...

There's more...

Managing the FSG cache

Getting ready

How to do it...

How it works...

There's more...

Other Books You May Enjoy

Leave a review - let other readers know what you think

累计评论(0条) 0个书友正在讨论这本书 发表评论

发表评论

发表评论,分享你的想法吧!

买过这本书的人还买过

读了这本书的人还在读

回顶部