Baji Shaik - Böcker
Visar alla böcker från författaren Baji Shaik. Handla med fri frakt och snabb leverans.
4 produkter
4 produkter
Beginning PostgreSQL on the Cloud
Simplifying Database as a Service on Cloud Platforms
Häftad, Engelska, 2018
824 kr
Skickas inom 10-15 vardagar
Get started with PostgreSQL on the cloud and discover the advantages, disadvantages, and limitations of the cloud services from Amazon, Rackspace, Google, and Azure. Once you have chosen your cloud service, you will focus on securing it and developing a back-up strategy for your PostgreSQL instance as part of your long-term plan. Beginning PostgreSQL on the Cloud covers other essential topics such as setting up replication and high availability; encrypting your saved cloud data; creating a connection pooler for your database; and monitoring PostgreSQL on the cloud. The book concludes by showing you how to install and configure some of the tools that will help you get started with PostgreSQL on the cloud. This book shows you how database as a service enables you to spread your data across multiple data centers, ensuring that it is always accessible. You’ll discover that this model does not expect you to install and maintain databases yourself because the database service provider does it for you. You no longer have to worry about the scalability and high availability of your database.What You Will LearnMigrate PostgreSQL to the cloudChoose the best configuration and specifications of cloud instancesSet up a backup strategy that enables point-in-time recovery Use connection pooling and load balancing on cloud environmentsMonitor database environments on the cloudWho This Book Is ForThose who are looking to migrate to PostgreSQL on the Cloud. It will also help database administrators in setting up a cloud environment in an optimized way and help them with their day-to-day tasks.
456 kr
Skickas inom 10-15 vardagar
Obtain all the skills you need to configure and manage a PostgreSQL database. In this book you will begin by installing and configuring PostgreSQL on a server by focusing on system-level parameter settings before installation. You will also look at key post-installation steps to avoid issues in the future. The basic configuration of PostgreSQL is tuned for compatibility rather than performance. Keeping this in mind, you will fine-tune your PostgreSQL parameters based on your environment and application behavior. You will then get tips to improve database monitoring and maintenance followed by database security for handling sensitive data in PostgreSQL. Every system containing valuable data needs to be backed-up regularly. PostgreSQL follows a simple back-up procedure and provides fundamental approaches to back up your data. You will go through these approaches and choose the right one based on your environment. Running your application with limited resources can be tricky. To achieve this you will implement a pooling mechanism for your PostgreSQL instances to connect to other databases. Finally, you will take a look at some basic errors faced while working with PostgreSQL and learn to resolve them in the quickest manner. What You Will LearnConfigure PostgreSQL for performanceMonitor and maintain PostgreSQL instances Implement a backup strategy for your dataResolve errors faced while using PostgreSQL Who This Book Is ForReaders with basic knowledge of PostgreSQL who wish to implement key solutions based on their environment.
Procedural Programming with PostgreSQL PL/pgSQL
Design Complex Database-Centric Applications with PL/pgSQL
Häftad, Engelska, 2023
556 kr
Skickas inom 10-15 vardagar
Learn the fundamentals of PL/PGSQL, the programming language of PostgreSQL which is most robust Open Source Relational Database. This book provides practical insights into developing database code objects such as functions and procedures, with a focus on effectively handling strings, numbers, and arrays to achieve desired outcomes, and transaction management.The unique approach to handling Triggers in PostgreSQL ensures that both functionality and performance are maintained without compromise. You'll gain proficiency in writing inline/anonymous server-side code within the limitations, along with learning essential debugging and profiling techniques. Additionally, the book delves into statistical analysis of PL/PGSQL code and offers valuable knowledge on managing exceptions while writing code blocks. Finally, you'll explore the installation and configuration of extensions to enhance the performance of stored procedures and functions.What You'll LearnUnderstand the PL/PGSQL conceptsLearn to debug, profile, and optimize PL/PGSQL codeStudy linting PL/PGSQL codeReview transaction management within PL/PGSQL codeWork with developer friendly features like operators, casts, and aggregatorsWho Is This Book ForApp developers, database migration consultants, and database administrators.
510 kr
Skickas inom 5-8 vardagar
Develop programmatic functions to create powerful database applicationsAbout 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 hassleWho This Book Is ForIf 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.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 conversionsIn DetailPostgreSQL 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 conceptsStyle and approachEvery chapter follows a step by step approach that first explains the concept , then shows you how to execute it practically so that you can implement them in your application.