Listing 1 - 10 of 13 | << page >> |
Sort by
|
Choose an application
Administer, monitor, and replicate your PostgreSQL 14 database for efficient database management and maintenance Key Features Troubleshoot and tackle any administration and management problems in PostgreSQL 14 Find expert techniques for monitoring, fine-tuning, and securing your database Adopt efficient replication for high availability with PostgreSQL 14 Book Description 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. What you will learn Plan, manage, and maintain PostgreSQL databases in production Work with the newly introduced features of PostgreSQL 14 Use pgAdmin or OmniDB to perform database administrator (DBA) tasks Use psql to write accurate and repeatable scripts Understand how to tackle real-world data issues with the help of examples Select and implement robust backup and recovery techniques in PostgreSQL 14 Deploy best practices for planning and designing live databases Who this book is for This Postgres 14 book is for database administrators, data architects, database developers, and anyone with an interest in planning and running live production databases using PostgreSQL 14. Those looking for hands-on solutions to any problem associated with PostgreSQL 14 administration will also find this book useful. Some experience with handling PostgreSQL databases will help you to make the most out of this book, however, it is a useful resource even if you are just beginning your Postgres journey.
Choose an application
PostgreSQL has become the most advanced open source database on the market. This book adopts a step-by-step approach to meet almost every requirement you can think of while deploying PostgreSQL in production environments. You will not only learn how to design and manage your database but also discover how to administer and secure the database.
SQL (Computer program language) --- Database management. --- Databases --- Design. --- PostgreSQL.
Choose an application
In this thesis, we expose how we have built an advertising service of a new kind, based on the following idea: what if you gained commercial advantages from your physical efforts? From this statement, and after one year of work, is born WinFit, a platform available online where runners can connect their tracking application in order to get effort points (Fits) they can later exchange against rewards offered by selected partners. The result of our work is a secure, scalable, multilingual platform that fulfills our business goals and offers to the users all the features they expect from an online service. To learn more about the project, visit us on www.win-fit.com.
advertising --- running --- Java --- AngularJS --- PostgreSQL --- REST --- SPA --- CMS --- Ingénierie, informatique & technologie > Sciences informatiques
Choose an application
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. You will: Understand the PL/PGSQL concepts Learn to debug, profile, and optimize PL/PGSQL code Study linting PL/PGSQL code Review transaction management within PL/PGSQL code Work with developer friendly features like operators, casts, and aggregators.
Programming --- Computer architecture. Operating systems --- Information systems --- Open Source --- database management --- programmeertalen --- Procedure calls (Computer programming) --- Relational databases. --- PostgreSQL.
Choose an application
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. You will: Understand the PL/PGSQL concepts Learn to debug, profile, and optimize PL/PGSQL code Study linting PL/PGSQL code Review transaction management within PL/PGSQL code Work with developer friendly features like operators, casts, and aggregators.
Choose an application
Ce livre vise à fournir au lecteur tous les éléments nécessaires pour mettre en place un système d'information géographique (SIG) fondé sur l'utilisation conjointe de PostgreSQL et de PostGIS. Très détaillé et doté de nombreux exemples, il aidera aussi bien les débutants à se former que les utilisateurs intermédiaires et avancés à affiner leur pratique de l’outil.Organisé de manière thématique, les chapitres peuvent être lus dans n’importe quel ordre. Une première partie permet de se familiariser avec les concepts clés de la cartographie informatique et présente les principaux éléments de l'écosystème PostGIS et son fonctionnement. La deuxième partie passe en revue le traitement des données vecteur : importation, création, stockage mais aussi édition, comparaison, validation, analyse des relations spatiales et gestion des réseaux. La troisième partie explique comment manipuler, interroger et traiter des données raster. Enfin, la dernière partie présente différentes facettes de l'administration d'une base PostgreSQL + PostGIS en production.Le livre a été écrit à partir de la version 15 de PostgreSQL et 3.3.2 de PostGIS.
Système d'information géographique --- Bases de données -- Interrogation --- PostgreSQL (système informatique) --- Bases de données --- Geospatial data. --- Données géospatiales. --- Geographic information systems. --- Système d'information géographique. --- Données géospatiales --- Données géospatiales. --- PostgreSQL (système informatique) --- Système d'information géographique.
Choose an application
Accelerate your PostgreSQL system
Database management. --- Data base management --- Data services (Database management) --- Database management services --- DBMS (Computer science) --- Generalized data management systems --- Services, Database management --- Systems, Database management --- Systems, Generalized database management --- Electronic data processing --- PostgreSQL. --- Postgres95
Choose an application
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. You will: Configure PostgreSQL for performance Monitor and maintain PostgreSQL instances Implement a backup strategy for your data Resolve errors faced while using PostgreSQL.
Programming --- Computer architecture. Operating systems --- Information systems --- Open Source --- applicatiebeheer --- apps --- computers --- database management --- architectuur (informatica) --- Open source software. --- Computer programming. --- Database management. --- Application software. --- Open Source. --- Database Management. --- Computer Applications. --- PostgreSQL.
Choose an application
PostgreSQL is arguably the most powerful open-source relational database system. It has grown from academic research beginnings into a functionally-rich, standards-compliant, and enterprise-ready database used by organizations all over the world. And it's completely free to use. Beginning Databases with PostgreSQL offers readers a thorough overview of database basics, starting with an explanation of why you might need to use a database, and following with a summary of what different database types have to offer when compared to alternatives like spreadsheets. You'll also learn all about relational database design topics such as the SQL query language, and introduce core principles including normalization and referential integrity. The book continues with a complete tutorial on PostgreSQL features and functions and include information on database construction and administration. Key features such as transactions, stored procedures and triggers are covered, along with many of the capabilities new to version 8. To help you get started quickly, step-by-step instructions on installing PostgreSQL on Windows and Linux/UNIX systems are included. In the remainder of the book, we show you how to make the most of PostgreSQL features in your own applications using a wide range of programming languages, including C, Perl, PHP, Java and C#. Many example programs are presented in the book, and all are available for download from the Apress web site. By the end of the book you will be able to install, use, and effectively manage a PostgreSQL server, design and implement a database, and create and deploy your own database applications.
Database management. --- PostgreSQL. --- Data base management --- Data services (Database management) --- Database management services --- DBMS (Computer science) --- Generalized data management systems --- Services, Database management --- Systems, Database management --- Systems, Generalized database management --- Electronic data processing --- Postgres95 --- Software engineering. --- Database Management. --- Software Engineering/Programming and Operating Systems. --- Computer software engineering --- Engineering
Choose an application
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. You will: Migrate PostgreSQL to the cloud Choose the best configuration and specifications of cloud instances Set up a backup strategy that enables point-in-time recovery Use connection pooling and load balancing on cloud environments Monitor database environments on the cloud.
Computer science --- Programming --- Computer architecture. Operating systems --- Information systems --- Computer. Automation --- Open Source --- cloud computing --- computers --- informatica --- programmeren (informatica) --- database management --- programmeertalen --- computerkunde --- Database management. --- Computer programming. --- Open source software. --- Application software. --- Programming languages (Electronic computers). --- Database Management. --- Programming Techniques. --- Open Source. --- Computer Applications. --- Programming Languages, Compilers, Interpreters. --- PostgreSQL.
Listing 1 - 10 of 13 | << page >> |
Sort by
|