PostgreSQL development essentials develop programmatic functions to create powerful database applications

You will then perform trigger operations and use trigger functions in PostgreSQL. Next we walk through data modeling, normalization concepts, and the effect of transactions and locking on the database. The next half of the book covers the types of indexes, constrains, and the concepts of table parti...

Full description

Bibliographic Details
Main Authors: Kaur, Manpreet, Shaik, Baji (Author)
Format: eBook
Language:English
Published: Birmingham Packt Publishing 2016
Series:Community experience distilled
Subjects:
Online Access:
Collection: O'Reilly - Collection details see MPG.ReNa
LEADER 03914nmm a2200433 u 4500
001 EB001939437
003 EBX01000000000000001102339
005 00000000000000.0
007 cr|||||||||||||||||||||
008 210123 ||| eng
020 |a 1783989017 
020 |a 1783989009 
020 |a 9781783989010 
050 4 |a QA76.9.D3 
100 1 |a Kaur, Manpreet 
245 0 0 |a PostgreSQL development essentials  |b develop programmatic functions to create powerful database applications  |c Manpreet Kaur, Baji Shaik 
260 |a Birmingham  |b Packt Publishing  |c 2016 
300 |a 1 online resource  |b illustrations 
653 |a PostgreSQL. / http://id.loc.gov/authorities/names/n00067354 
653 |a Bases de données / Gestion 
653 |a COMPUTERS / Databases / General / bisacsh 
653 |a Database management / http://id.loc.gov/authorities/subjects/sh85035848 
653 |a PostgreSQL / fast 
653 |a Database management / fast 
700 1 |a Shaik, Baji  |e author 
041 0 7 |a eng  |2 ISO 639-2 
989 |b OREILLY  |a O'Reilly 
490 0 |a Community experience distilled 
500 |a Includes index 
015 |a GBB6J3281 
776 |z 9781783989003 
776 |z 9781783989010 
776 |z 1783989017 
856 4 0 |u https://learning.oreilly.com/library/view/~/9781783989003/?ar  |x Verlag  |3 Volltext 
082 0 |a 658 
082 0 |a 005.7565 
520 |a You will then perform trigger operations and use trigger functions in PostgreSQL. Next we walk through data modeling, normalization concepts, and the effect of transactions and locking on the database. The next half of the book covers the types of indexes, constrains, and the concepts of table partitioning, as well as the different mechanisms and approaches available to write efficient queries or code. Later, we explore PostgreSQL Extensions and Large Object Support in PostgreSQL. Finally, you will perform database operations in PostgreSQL using PHP and Java. By the end of this book, you will have mastered all the aspects of PostgreSQL development. You will be able to build efficient enterprise-grade applications with PostgreSQL by making use of these concepts Style and approach Every chapter follows a step by ste.. 
520 |a Develop programmatic functions to create powerful database applications About This Book Write complex SQL queries and design a robust database design that fits your application's need Improve database performance by indexing, partitioning tables, and query optimizing A comprehensive guide covering the advanced PostgreSQL concepts without any hassle Who This Book Is For If you are a PostgreSQL developer with a basic knowledge of PostgreSQL development and you're want deeper knowledge to develop applications, then this book is for you. As this book does not cover basic installation and configurations, you should have PostgreSQL installed on your machine as a prerequisite.  
520 |a What You Will Learn Write more complex queries with advanced SQL queries Design a database that works with the application exactly the way you want Make the database work in extreme conditions by tuning, optimizing, partitioning, and indexing Develop applications in other programming languages such as Java and PHP Use extensions to get extra benefits in terms of functionality and performance Build an application that does not get locked by data manipulation Explore in-built db functions and data type conversions In Detail PostgreSQL is the most advanced open source database in the world. It is easy to install, configure, and maintain by following the documentation; however, it's difficult to develop applications using programming languages and design databases accordingly. This book is what you need to get the most out of PostgreSQL You will begin with advanced SQL topics such as views, materialized views, and cursors, and learn about performing data type conversions.