Видавець: 16

43969
Завантаження...
EЛЕКТРОННА КНИГА

PostGIS Cookbook. Store, organize, manipulate, and analyze spatial data - Second Edition

Stephen Vincent Mather, Pedro Wightman, Bborie Park,...

PostGIS is a spatial database that integrates the advanced storage and analysis of vector and raster data, and is remarkably flexible and powerful. PostGIS provides support for geographic objects to the PostgreSQL object-relational database and is currently the most popular open source spatial databases. If you want to explore the complete range of PostGIS techniques and expose related extensions, then this book is for you. This book is a comprehensive guide to PostGIS tools and concepts which are required to manage, manipulate, and analyze spatial data in PostGIS. It covers key spatial data manipulation tasks, explaining not only how each task is performed, but also why. It provides practical guidance allowing you to safely take advantage of the advanced technology in PostGIS in order to simplify your spatial database administration tasks. Furthermore, you will learn to take advantage of basic and advanced vector, raster, and routing approaches along with the concepts of data maintenance, optimization, and performance, and will help you to integrate these into a large ecosystem of desktop and web tools.By the end, you will be armed with all the tools and instructions you need to both manage the spatial database system and make better decisions as your project's requirements evolve.

43970
Завантаження...
EЛЕКТРОННА КНИГА

PostgreSQL 10 Administration Cookbook. Over 165 effective recipes for database management and maintenance in PostgreSQL 10 - Fourth Edition

Simon Riggs, Gianni Ciolli

PostgreSQL is a powerful, open source database management system with an enviable reputation for high performance and stability. With many new features in its arsenal, PostgreSQL 10 allows users to scale up their PostgreSQL infrastructure. This book takes a step-by-step, recipe-based approach to effective PostgreSQL administration.Throughout this book, you will be introduced to these new features such as logical replication, native table partitioning, additional query parallelism, and much more. You will learn how to tackle a variety of problems that are basically the pain points for any database administrator - from creating tables to managing views, from improving performance to securing your database. More importantly, the book pays special attention to topics such as monitoring roles, backup, and recovery of your PostgreSQL 10 database, ensuring high availability, concurrency, and replication.By the end of this book, you will know everything you need to know to be the go-to PostgreSQL expert in your organization.

43971
Завантаження...
EЛЕКТРОННА КНИГА

PostgreSQL 10 High Performance. Expert techniques for query optimization, high availability, and efficient database maintenance - Third Edition

Enrico Pirozzi

PostgreSQL database servers have a common set of problems that they encounter as their usage gets heavier and requirements get more demanding. Peek into the future of your PostgreSQL 10 database's problems today. Know the warning signs to look for and how to avoid the most common issues before they even happen.Surprisingly, most PostgreSQL database applications evolve in the same way—choose the right hardware, tune the operating system and server memory use, optimize queries against the database and CPUs with the right indexes, and monitor every layer, from hardware to queries, using tools from inside and outside PostgreSQL. Also, using monitoring insight, PostgreSQL database applications continuously rework the design andconfiguration. On reaching the limits of a single server, they break things up; connection pooling, caching, partitioning, replication, and parallel queries can all help handle increasing database workloads.By the end of this book, you will have all the knowledge you need to design, run, and manage your PostgreSQL solution while ensuring high performance and high availability

43972
Завантаження...
EЛЕКТРОННА КНИГА

PostgreSQL 11 Administration Cookbook. Over 175 recipes for database administrators to manage enterprise databases

Simon Riggs, Gianni Ciolli, Sudheer Kumar Meesala,...

PostgreSQL is a powerful, open source database management system with an enviable reputation for high performance and stability. With many new features in its arsenal, PostgreSQL 11 allows you to scale up your PostgreSQL infrastructure. This book takes a step-by-step, recipe-based approach to effective PostgreSQL administration.The book will introduce you to new features such as logical replication, native table partitioning, additional query parallelism, and much more to help you to understand and control, crash recovery and plan backups. You will learn how to tackle a variety of problems and pain points for any database administrator such as creating tables, managing views, improving performance, and securing your database. As you make steady progress, the book will draw attention to important topics such as monitoring roles, backup, and recovery of your PostgreSQL 11 database to help you understand roles and produce a summary of log files, ensuring high availability, concurrency, and replication.By the end of this book, you will have the necessary knowledge to manage your PostgreSQL 11 database efficiently.

43973
Завантаження...
EЛЕКТРОННА КНИГА

PostgreSQL 11 Server Side Programming Quick Start Guide. Effective database programming and interaction

Luca Ferrari

PostgreSQL is a rock-solid, scalable, and safe enterprise-level relational database. With a broad range of features and stability, it is ever increasing in popularity.This book shows you how to take advantage of PostgreSQL 11 features for server-side programming. Server-side programming enables strong data encapsulation and coherence.The book begins with the importance of server-side programming and explains the risks of leaving all the checks outside the database. To build your capabilities further, you will learn how to write stored procedures, both functions and the new PostgreSQL 11 procedures, and create triggers to perform encapsulation and maintain data consistency.You will also learn how to produce extensions, the easiest way to package your programs for easy and solid deployment on different PostgreSQL installations.

43974
Завантаження...
EЛЕКТРОННА КНИГА

PostgreSQL 12 High Availability Cookbook. Over 100 recipes to design a highly available server with the advanced features of PostgreSQL 12 - Third Edition

Shaun Thomas

Databases are nothing without the data they store. In the event of an outage or technical catastrophe, immediate recovery is essential. This updated edition ensures that you will learn the important concepts related to node architecture design, as well as techniques such as using repmgr for failover automation. From cluster layout and hardware selection to software stacks and horizontal scalability, this PostgreSQL cookbook will help you build a PostgreSQL cluster that will survive crashes, resist data corruption, and grow smoothly with customer demand.You’ll start by understanding how to plan a PostgreSQL database architecture that is resistant to outages and scalable, as it is the scaffolding on which everything rests. With the bedrock established, you'll cover the topics that PostgreSQL database administrators need to know to manage a highly available cluster. This includes configuration, troubleshooting, monitoring and alerting, backups through proxies, failover automation, and other considerations that are essential for a healthy PostgreSQL cluster. Later, you’ll learn to use multi-master replication to maximize server availability. Later chapters will guide you through managing major version upgrades without downtime.By the end of this book, you’ll have learned how to build an efficient and adaptive PostgreSQL 12 database cluster.

43975
Завантаження...
EЛЕКТРОННА КНИГА

PostgreSQL 13 Cookbook. Over 120 recipes to build high-performance and fault-tolerant PostgreSQL database solutions

Vallarapu Naga Avinash Kumar

PostgreSQL has become the most advanced open source database on the market. This book follows a step-by-step approach, guiding you effectively in deploying PostgreSQL in production environments.The book starts with an introduction to PostgreSQL and its architecture. You’ll cover common and not-so-common challenges faced while designing and managing the database. Next, the book focuses on backup and recovery strategies to ensure your database is steady and achieves optimal performance. Throughout the book, you’ll address key challenges such as maintaining reliability, data integrity, a fault-tolerant environment, a robust feature set, extensibility, consistency, and authentication. Moving ahead, you’ll learn how to manage a PostgreSQL cluster and explore replication features for high availability. Later chapters will assist you in building a secure PostgreSQL server, along with covering recipes for encrypting data in motion and data at rest. Finally, you’ll not only discover how to tune your database for optimal performance but also understand ways to monitor and manage maintenance activities, before learning how to perform PostgreSQL upgrades during downtime.By the end of this book, you’ll be well-versed with the essential PostgreSQL 13 features to build enterprise relational databases.

43976
Завантаження...
EЛЕКТРОННА КНИГА

PostgreSQL 14 Administration Cookbook. Over 175 proven recipes for database administrators to manage enterprise databases effectively

Simon Riggs, Gianni Ciolli

PostgreSQL is a powerful, open-source database management system with an enviable reputation for high performance and stability. With many new features in its arsenal, PostgreSQL 14 allows you to scale up your PostgreSQL infrastructure. With this book, you'll take a step-by-step, recipe-based approach to effective PostgreSQL administration.This book will get you up and running with all the latest features of PostgreSQL 14 while helping you explore the entire database ecosystem. You’ll learn how to tackle a variety of problems and pain points you may face as a database administrator such as creating tables, managing views, improving performance, and securing your database. As you make progress, the book will draw attention to important topics such as monitoring roles, validating backups, regular maintenance, and recovery of your PostgreSQL 14 database. This will help you understand roles, ensuring high availability, concurrency, and replication. Along with updated recipes, this book touches upon important areas like using generated columns, TOAST compression, PostgreSQL on the cloud, and much more.By the end of this PostgreSQL book, you’ll have gained the knowledge you need to manage your PostgreSQL 14 database efficiently, both in the cloud and on-premise.

43977
Завантаження...
EЛЕКТРОННА КНИГА

PostgreSQL 16 Administration Cookbook. Solve real-world Database Administration challenges with 180+ practical recipes and best practices

Gianni Ciolli, Boriss Mejías, Jimmy Angelakos, Vibhor...

PostgreSQL has seen a huge increase in its customer base in the past few years and is becoming one of the go-to solutions for anyone who has a database-specific challenge. This PostgreSQL book touches on all the fundamentals of Database Administration in a problem-solution format. It is intended to be the perfect desk reference guide.This new edition focuses on recipes based on the new PostgreSQL 16 release. The additions include handling complex batch loading scenarios with the SQL MERGE statement, security improvements, running Postgres on Kubernetes or with TPA and Ansible, and more. This edition also focuses on certain performance gains, such as query optimization, and the acceleration of specific operations, such as sort. It will help you understand roles, ensuring high availability, concurrency, and replication. It also draws your attention to aspects like validating backups, recovery, monitoring, and scaling aspects. This book will act as a one-stop solution to all your real-world database administration challenges.By the end of this book, you will be able to manage, monitor, and replicate your PostgreSQL 16 database for efficient administration and maintenance with the best practices from experts.

43978
Завантаження...
EЛЕКТРОННА КНИГА

PostgreSQL 9 Administration Cookbook - Second Edition. Over 150 recipes to help you run an efficient PostgreSQL database in the cloud

Simon Riggs, GIANNI CIOLLI, Hannu Krosing, Gabriele...

Through example-driven recipes, with plenty of code, focused on the most vital features of the latest PostgreSQL version (9.4), both administrators and developers will follow short, specific guides to understand and leverage useful Postgre functionalities to create better and more efficient databases.

43979
Завантаження...
EЛЕКТРОННА КНИГА

PostgreSQL 9 Administration Cookbook LITE: Configuration, Monitoring and Maintenance

Simon Riggs, Hannu Krosing

Written in the cookbook style, this book offers learning and techniques through recipes. It contains step-by-step instructions for administrators and developers to manage databases in PostgreSQL. The book is designed in such a way that you can read it chapter by chapter or refer to recipes in no particular order. This book is for Sysadmins, Database Administrators, Architects, Developers, and anyone with an interest in planning for or running live production databases. The book assumes that you are familiar with the basic operation of PostgreSQL.

43980
Завантаження...
EЛЕКТРОННА КНИГА

PostgreSQL 9 High Availability Cookbook. Over 100 recipes to design and implement a highly available server with the advanced features of PostgreSQL

Shaun Thomas

A comprehensive series of dependable recipes to design, build, and implement a PostgreSQL server architecture free of common pitfalls that can operate for years to come. Each chapter is packed with instructions and examples to simplify even highly complex database operations. If you are a PostgreSQL DBA working on Linux systems who want a database that never gives up, this book is for you. If you've ever experienced a database outage, restored from a backup, spent hours trying to repair a malfunctioning cluster, or simply want to guarantee system stability, this book is definitely for you.

43981
Завантаження...
EЛЕКТРОННА КНИГА

PostgreSQL 9.0 High Performance. If you’re an intermediate to advanced database administrator, this book is the shortcut to optimizing and troubleshooting your PostgreSQL database. With a balanced mix of theory and practice, it will quickly hone your expertise

Gregory Smith

PostgreSQL database servers have a common set of problems they encounter as their usage gets heavier and requirements more demanding. You could spend years discovering solutions to them all, step by step as you encounter them. Or you can just look in here.All successful database applications are destined to eventually run into issues scaling up their performance. Peek into the future of your PostgreSQL database's problems today. Know the warning signs to look for, and how to avoid the most common issues before they even happen.Surprisingly, most PostgreSQL database applications evolve in the same way: Choose the right hardware. Tune the operating system and server memory use. Optimize queries against the database, with the right indexes. Monitor every layer, from hardware to queries, using some tools that are inside PostgreSQL and others that are external.Using monitoring insight, continuously rework the design and configuration. On reaching the limits of a single server, break things up; connection pooling, caching, partitioning, and replication can all help handle increasing database workloads.The path to a high performance database system isn't always easy. But it doesn't have to be mysterious with the right guide.

43982
Завантаження...
EЛЕКТРОННА КНИГА

PostgreSQL Administration Cookbook, 9.5/9.6 Edition. Effective database management for administrators - Third Edition

Simon Riggs, GIANNI CIOLLI, Gabriele Bartolini

PostgreSQL is a powerful opensource database management system; now recognized as the expert's choice for a wide range of applications, it has an enviable reputation for performance and stability. PostgreSQL provides an integrated feature set comprising relational database features, object-relational, text search, Geographical Info Systems, analytical tools for big data and JSON/XML document management.Starting with short and simple recipes, you will soon dive into core features, such as configuration, server control, tables, and data. You will tackle a variety of problems a database administrator usually encounters, from creating tables to managing views, from improving performance to securing your database, and from using monitoring tools to using storage engines. Recipes based on important topics such as high availability, concurrency, replication, backup and recovery, as well as diagnostics and troubleshooting are also given special importance.By the end of this book, you will have all the knowledge you need to run, manage, and maintain PostgreSQL efficiently.

43983
Завантаження...
EЛЕКТРОННА КНИГА

PostgreSQL Administration Essentials. Discover efficient ways to administer, monitor, replicate, and handle your PostgreSQL databases

Hans-Jürgen Schönig

If you are a database administrator who needs to get to grips with PostgreSQL quickly and efficiently, then this book is for you. This book will also be highly beneficial if you are a project leader or a developer who is interested in knowing more about database systems or bottleneck detection, as it will enable you to work more closely and cooperatively with your administrators.

43984
Завантаження...
EЛЕКТРОННА КНИГА

PostgreSQL Development Essentials. Advanced querying, data modeling and performance tuning

Manpreet Kaur, Baji Shaik

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 PostgreSQLYou will begin with advanced SQL topics such as views, materialized views, and cursors, and learn about performing data type conversions. 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

43985
Завантаження...
EЛЕКТРОННА КНИГА

PostgreSQL for Data Architects. Discover how to design, develop, and maintain your database application effectively with PostgreSQL

Jayadevan M

This book is for developers and data architects who have some exposure to databases. It is assumed that you understand the basic concepts of tables and common database objects, including privileges and security.

43986
Завантаження...
EЛЕКТРОННА КНИГА

PostgreSQL High Availability Cookbook. Managing a reliable PostgreSQL database - Second Edition

Shaun Thomas

Databases are nothing without the data they store. In the event of a failure - catastrophic or otherwise - immediate recovery is essential. By carefully combining multiple servers, it’s even possible to hide the fact a failure occurred at all.From hardware selection to software stacks and horizontal scalability, this book will help you build a versatile PostgreSQL cluster that will survive crashes, resist data corruption, and grow smoothly with customer demand. It all begins with hardware selection for the skeleton of an efficient PostgreSQL database cluster. Then it’s on to preventing downtime as well as troubleshooting some real life problems that administrators commonly face. Next, we add database monitoring to the stack, using collectd, Nagios, and Graphite. And no stack is complete without replication using multiple internal and external tools, including the newly released pglogical extension. Pacemaker or Raft consensus tools are the final piece to grant the cluster the ability to heal itself. We even round off by tackling the complex problem of data scalability.This book exploits many new features introduced in PostgreSQL 9.6 to make the database more efficient and adaptive, and most importantly, keep it running.

43987
Завантаження...
EЛЕКТРОННА КНИГА

PostgreSQL High Performance Cookbook. Mastering query optimization, database monitoring, and performance-tuning for PostgreSQL

Dinesh Kumar, Chitij Chauhan

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. It also provides NoSQL capabilities and very rich data types and extensions. All of this makes PostgreSQL a very attractive solution in software systems.If you run a database, you want it to perform well and you want to be able to secure it. As the world’s most advanced open source database, PostgreSQL has unique built-in ways to achieve these goals. This book will show you a multitude of ways to enhance your database’s performance and give you insights into measuring and optimizing a PostgreSQL database to achieve better performance. This book is your one-stop guide to elevate your PostgreSQL knowledge to the next level. First, you’ll get familiarized with essential developer/administrator concepts such as load balancing, connection pooling, and distributing connections to multiple nodes. Next, you will explore memory optimization techniques before exploring the security controls offered by PostgreSQL. Then, you will move on to the essential database/server monitoring and replication strategies with PostgreSQL. Finally, you will learn about query processing algorithms.

43988
Завантаження...
ВІДЕОКУРС

PostgreSQL. Kurs video. Zostań administratorem systemów IT

Piotr Tenyszyn

Obierz kurs na... zarządzanie relacyjnymi bazami danych Jeśli planujesz karierę administratora systemów IT, temat zarządzania bazami danych powinien - a nawet więcej: musi - być Ci bliski. Bazami danych można zarządzać na rozmaite sposoby, jednym z nich jest model relacyjny. Jeśli masz lub będziesz mieć do czynienia z tego typu bazą danych, prędzej czy później zetkniesz się z PostgreSQL, alternatywnie nazywanym Postgres. Jest to jeden z trzech - obok MySQL i SQLite - najpopularniejszych otwartych systemów zarządzania relacyjnymi bazami danych. Dodatkowo to jeden z niewielu systemów zarządzania bazami danych, które oferują podejście obiektowo-relacyjne. Postgres (lub PostgreSQL) wywodzi się z projektu Ingres prowadzonego na Uniwersytecie Kalifornijskim. Wskutek wieloletnich przekształceń i udoskonaleń powstał system, którego używa się dziś. Charakteryzuje go hybrydowość - podejście obiektowo-relacyjne to prawdziwy rarytas wśród systemów zarządzania bazami danych. Jest to oprogramowanie otwarte, co pozwala korzystać z niego bez żadnych opłat, ale też modyfikować kod źródłowy w zależności od własnych potrzeb. Ponieważ twórcy i użytkownicy PostgreSQL pracują nad nim nieustannie od ponad dwudziestu lat, system stał się niezawodny i wszechstronny. Zdecydowanie warto go poznać! Co Cię czeka podczas naszego profesjonalnego szkolenia Dzięki naszemu wyjątkowemu kursowi: Dowiesz się, czym jest PostgreSQL Nauczysz się konfigurować w nim swoje środowisko pracy Poznasz zasady pracy z bazą danych Postgres Stworzysz bazę, tabelę i będziesz pisać do nich zapytania Uaktywnisz użytkowników i nadasz im odpowiednie uprawnienia  Skonfigurujesz PostgreSQL w Google Cloud Co więcej... W trakcie szkolenia poznasz podstawowe zagadnienia związane z systemem Postgres, dzięki czemu będziesz w stanie samodzielnie kontynuować jego poznawanie PostgreSQL. Kurs video. Zostań administratorem systemów IT zakończysz na poziomie podstawowym - dającym Ci podstawowe informacje o środowisku PostgreSQL i jego najważniejszych funkcjach. Odbywszy szkolenie, będziesz w stanie stworzyć własną bazę danych i nią zarządzać. Obiektowo-relacyjne bazy danych Obiektowo-relacyjna baza danych stanowi połączenie relacyjnej bazy danych z bazą typu obiektowego. W systemie PostgreSQL (podobnie zresztą jak w MySQL) dane są utrzymywane w postaci tabel opisanych odpowiednimi relacjami. Manipulacja tymi danymi odbywa się z użyciem języka zapytań. System integruje podejście relacyjne z podejściem obiektowym, poszerzając narzędzia znane z relacyjnych baz danych o narzędzia obiektowe, takie jak obiekty, klasy i dziedziczenie. W porównaniu z obiektową bazą danych baza mieszana jest „bogatsza” o strukturalny język zapytań, którego w podejściu obiektowym nie znajdziemy.

43989
Завантаження...
EЛЕКТРОННА КНИГА

PostgreSQL. Receptury dla administratora

Simon Riggs, Hannu Krosing

Poznaj najlepsze przepisy na pracę z PostgreSQL! Jak zapewnić bezpieczeństwo bazom danych? Jak uruchomić kilka serwerów baz danych w ramach jednego systemu operacyjnego? Jak zarządzać użytkownikami i ich uprawnieniami? PostgreSQL to jedna z najbardziej zaawansowanych baz danych o otwartym kodzie źródłowym. Przez wiele lat była niedoścignionym wzorem dla innego darmowego rozwiązania — MySQL. Dziś znajduje zastosowanie wszędzie tam, gdzie wymagana jest najwyższa niezawodność i wydajność, a brak konieczności zapłaty gra kluczową rolę. Stosunek jakości do ceny w przypadku PostgreSQL zmierza do nieskończoności! Trzymasz w rękach książkę zawierającą liczne przepisy na najlepsze wykorzystanie PostgreSQL. System ten sprawdza się zawsze, gdy chcesz szybko i bezproblemowo osiągnąć zamierzone cele. W trakcie lektury dowiesz się, jak nawiązać połączenie z serwerem, skorzystać z graficznych lub tekstowych narzędzi administracyjnych oraz bezpiecznie zmienić hasło administratora. Ponadto nauczysz się kontrolować przestrzeń dyskową wykorzystywaną przez poszczególne bazy danych, tworzyć tabele, ładować dane oraz zarządzać użytkownikami i ich uprawnieniami. Autorzy dużo miejsca poświęcają kwestii bezpieczeństwa. W końcu dane to najcenniejsza rzecz, jaką przechowuje się w bazach! Każdy z rozdziałów przynosi ogrom wiedzy o różnym poziomie skomplikowania. Zaawansowanych użytkowników zainteresuje rozdział poświęcony replikacji, a tych początkujących rozdział traktujący o uruchamianiu i zatrzymywaniu serwera baz danych. Ta książka przyda się po prostu wszystkim użytkownikom PostgreSQL! Zalety PostgreSQL w kontekście innych rozwiązań bazodanowych Udostępnianie serwera w sieci Zastosowanie narzędzia psql do wykonywania zapytań Sprawdzanie wersji serwera Lista baz danych na serwerze Planowanie nowej bazy danych Parametry, ich znaczenie i ustawianie Uruchamianie i zatrzymywanie serwera Ponowne ładowanie plików konfiguracyjnych Przyznawanie użytkownikom własnych baz danych Wiele serwerów baz danych w ramach jednego systemu operacyjnego Generowanie danych testowych Tworzenie kont użytkowników i zarządzanie nimi oraz ich uprawnieniami Równoległe wykonywanie zadań — polecenie pg_batch Monitorowanie i diagnostyka serwera PostgreSQL Przygotowywanie kopii bezpieczeństwa Zobacz, co możesz osiągnąć razem z bazą PostgreSQL!

43990
Завантаження...
EЛЕКТРОННА КНИГА

PostgreSQL Replication, Second Edition. Leverage the power of PostgreSQL replication to make your databases more robust, secure, scalable, and fast

Hans-Jürgen Schönig

This book is ideal for PostgreSQL administrators who want to set up and understand replication. By the end of the book, you will be able to make your databases more robust and secure by getting to grips with PostgreSQL replication.

43991
Завантаження...
EЛЕКТРОННА КНИГА

PostgreSQL Server Programming. Extend PostgreSQL using PostgreSQL server programming to create, test, debug, and optimize a range of user-defined functions in your favorite programming language - Second Edition

Usama Dar, Hannu Krosing, Jim Mlodgenski, Kirk...

This book is for moderate to advanced PostgreSQL database professionals who wish to extend PostgreSQL, utilizing the most updated features of PostgreSQL 9.4. For a better understanding of this book, familiarity with writing SQL, a basic idea of query tuning, and some coding experience in your preferred language is expected.

43992
Завантаження...
EЛЕКТРОННА КНИГА

PostgreSQL Server Programming. Take your skills with PostgreSQL to a whole new level with this fascinating guide to server programming. A step by step approach with illuminating examples will educate you in the full range of possibilities

Hannu Krosing, Jim Mlodgenski, Kirk Roybal

Learn how to work with PostgreSQL as if you spent the last decade working on it. PostgreSQL is capable of providing you with all of the options that you have in your favourite development language and then extending that right on to the database server. With this knowledge in hand, you will be able to respond to the current demand for advanced PostgreSQL skills in a lucrative and booming market.PostgreSQL Server Programming will show you that PostgreSQL is so much more than a database server. In fact, it could even be seen as an application development framework, with the added bonuses of transaction support, massive data storage, journaling, recovery and a host of other features that the PostgreSQL engine provides. This book will take you from learning the basic parts of a PostgreSQL function, then writing them in languages other than the built-in PL/PgSQL. You will see how to create libraries of useful code, group them into even more useful components, and distribute them to the community. You will see how to extract data from a multitude of foreign data sources, and then extend PostgreSQL to do it natively. And you can do all of this in a nifty debugging interface that will allow you to do it efficiently and with reliability.