Learning PostgreSQL
Autor Salahaldin Juba, Achim Vannahme, Andrey Volkoven Limba Engleză Paperback – 30 noi 2015
Key Features
- Learn about the PostgreSQL development life cycle including its testing and refactoring
- Build productive database solutions and use them in Java applications
- A comprehensive guide to learn about SQL, PostgreSQL procedural language and PL/pgSQL
PostgreSQL is one of the most powerful and easy to use database management systems. It has strong support from the community and is being actively developed with a new release every year. PostgreSQL supports the most advanced features included in SQL standards. Also it provides NoSQL capabilities, and very rich data types and extensions. All that makes PostgreSQL a very attractive solution in various kinds of software systems.
The book starts with the introduction of relational databases with PostegreSQL. It then moves on to covering data definition language (DDL) with emphasis on PostgreSQL and common DDL commands supported by ANSI SQL. You will then learn the data manipulation language (DML), and advanced topics like locking and multi version concurrency control (MVCC). This will give you a very robust background to tune and troubleshoot your application. The book then covers the implementation of data models in the database such as creating tables, setting up integrity constraints, building indexes, defining views and other schema objects. Next, it will give you an overview about the NoSQL capabilities of PostgreSQL along with Hstore, XML, Json and arrays. Finally by the end of the book, you'll learn to use the JDBC driver and manipulate data objects in the Hibernate framework.
What you will learn
- Learn concepts of data modelling and relation algebra
- Install and set up PostgreSQL database server and client software
- Implement data structures in PostgreSQL
- Manipulate data in the database using SQL
- Implement data processing logic in the database with stored functions, triggers and views
- Test database solutions and assess the performance
- Integrate database with Java applications
- Detailed knowledge of the main PostgreSQL building objects, most used extensions
- Practice database development life cycle including analysis, modelling, (documentation), testing, bug fixes and refactoring
Preț: 331.96 lei
Preț vechi: 414.94 lei
-20%
Puncte Express: 498
Preț estimativ în valută:
58.66€ • 67.61$ • 51.21£
58.66€ • 67.61$ • 51.21£
Carte tipărită la comandă
Livrare economică 16-30 mai
Specificații
ISBN-13: 9781783989188
ISBN-10: 1783989181
Pagini: 464
Dimensiuni: 191 x 235 x 25 mm
Greutate: 0.86 kg
Editura: Packt Publishing
ISBN-10: 1783989181
Pagini: 464
Dimensiuni: 191 x 235 x 25 mm
Greutate: 0.86 kg
Editura: Packt Publishing
Notă biografică
Salahaldin Juba has over than a decade of experience in the industry and academia, with a focus on database development for large-scale and enterprise applications. He holds a master's degree of science in environmental management with a distinction, and a bachelor's degree of engineering in computer systems. He is also a Microsoft Certified Solution Developer (MCSD). He has worked mainly with SQL server, PostgreSQL, and Greenplum databases. As a software engineer, he works mainly with defining ETL processes with external parties, promoting SQL best practices, designing OLTP and OLAP applications, and providing training and consultation services.