PostgreSQL Query Optimization: The Ultimate Guide to Building Efficient Queries, Dombrovskaya Henrietta, Novikov Boris, Bailliekova Anna
Автор: Le Quan Ha, Diaz Marcelo Название: Developing Modern Database Applications with PostgreSQL: Use the highly available and object-relational PostgreSQL to build scalable and reliable apps ISBN: 1838648143 ISBN-13(EAN): 9781838648145 Издательство: Неизвестно Рейтинг: Цена: 60070.00 T Наличие на складе: Есть у поставщика Поставка под заказ. Описание: This book is divided into two parts with the first helping you to build advanced and scalable PostgreSQL apps. The second part enables you to administer them using DevOps. All the projects in this book will be demonstrated via the use of a small banking application for managing ATM machine locations in a typical city.
Автор: Bartolini Gabriele, Ciolli Gianni, Riggs Simon Название: PostgreSQL 9 Administration Cookbook - Second Edition ISBN: 1849519064 ISBN-13(EAN): 9781849519069 Издательство: Неизвестно Рейтинг: Цена: 80910.00 T Наличие на складе: Есть у поставщика Поставка под заказ.
Автор: Bartolini Gabriele, Riggs Simon, Ciolli Gianni Название: PostgreSQL Administration Cookbook, 9.5/9.6 Edition: Effective database management for administrators ISBN: 1785883186 ISBN-13(EAN): 9781785883187 Издательство: Неизвестно Рейтинг: Цена: 80910.00 T Наличие на складе: Есть у поставщика Поставка под заказ. Описание: PostgreSQL is a powerful, open source, object-relational database system, fast becoming one of the world`s most popular server databases with an enviable reputation for performance and stability and an enormous range of advanced features. This is a practical guide aimed at giving sysadmins and database administrators the necessary toolkit to be..
Автор: Schцnig Hans-Jьrgen Название: Mastering PostgreSQL 13 - Fourth Edition: Build, administer, and maintain database applications efficiently with PostgreSQL 13 ISBN: 1800567499 ISBN-13(EAN): 9781800567498 Издательство: Неизвестно Рейтинг: Цена: 53940.00 T Наличие на складе: Есть у поставщика Поставка под заказ. Описание: Updated to include the new features introduced in PostgreSQL 13, this book shows you how to build better PostgreSQL applications and administer your PostgreSQL database efficiently. You`ll master the advanced features of PostgreSQL and develop the skills you need to build secure and highly available database solutions.
Автор: Dar Usama Название: PostgreSQL Server Programming - Second Edition ISBN: 1783980583 ISBN-13(EAN): 9781783980581 Издательство: Неизвестно Рейтинг: Цена: 67430.00 T Наличие на складе: Есть у поставщика Поставка под заказ.
Автор: Riggs Simon, Ciolli Gianni Название: PostgreSQL 10 Administration Cookbook ISBN: 1788474929 ISBN-13(EAN): 9781788474924 Издательство: Неизвестно Цена: 67430.00 T Наличие на складе: Есть у поставщика Поставка под заказ. Описание: PostgreSQL is a powerful open source database management system, now recognized as the experts` choice for a wide range of applications. This book contains useful administration recipes for improving the performance, security, and stability of your PostgreSQL solution.
Автор: Kaur Manpreet, Shaik Baji Название: PostgreSQL Development Essentials ISBN: 1783989009 ISBN-13(EAN): 9781783989003 Издательство: Неизвестно Рейтинг: Цена: 53940.00 T Наличие на складе: Есть у поставщика Поставка под заказ.
Автор: Ferrari Luca, Pirozzi Enrico Название: Learn PostgreSQL ISBN: 183898528X ISBN-13(EAN): 9781838985288 Издательство: Неизвестно Рейтинг: Цена: 60070.00 T Наличие на складе: Есть у поставщика Поставка под заказ. Описание: This book will get you up and running with the working of relational databases, data modeling, data manipulation, and more. You will learn to build efficient relational database solutions from scratch using the latest features of PostgreSQL 12 and 13. You`ll also be able to identify bottlenecks to enhance the performance of database applications.
Автор: Shaik Baji Название: PostgreSQL Configuration: Best Practices for Performance and Security ISBN: 148425662X ISBN-13(EAN): 9781484256626 Издательство: Springer Рейтинг: Цена: 41920.00 T Наличие на складе: Есть у поставщика Поставка под заказ. Описание: Chapter 01. Installing PostgreSQL the Right Way! (10 pages) There are multiple ways you can install PostgreSQL on a server. This chapter will talk about the best ways to do so, focusing on system-level parameter settings before installation as a prerequisite and also post-installation steps to avoid issues in the future. Chapter 02. Configuring your Database for Performance (20 pages) PostgreSQL ships with a basic configuration tuned for wide compatibility rather than performance. Although the default settings of PostgreSQL are viable, it is always recommended to tune some basic parameters based on your environment and application behavior. Chapter 03. Enable Logging of your Database (15 pages) Logging is key when you troubleshoot issues of PostgreSQL for security and performance to find out the trends. Default PostgreSQL configuration comes with very minimal logging and it is not always enough to troubleshoot the issues. So, this chapter will explain how to set logging and consequences of high logging and how to deal with it. Chapter 04. Monitoring PostgreSQL Instances (15 pages) Good monitoring is a symbol of a peaceful life for an administrator. If you set up monitoring of your databases to alert you whenever an issue comes up, then you need not worry about keeping an eye at your databases' health. This chapter will show you ways to monitor PostgreSQL instances. Chapter 05. Execute Maintenance (15 pages) Why do you need maintenance? What would you get from it? when do decide "it's time for maintenance"? How do you do it? Is there any way I can improve my maintenance time? This chapter will shed some light on all these questions. Chapter 06. Securing Databases (15 pages) Security is one of the major concerns for storing sensitive data. It could be one of the reasons customers change their database engines. So, this chapter will talk about how best you can secure your data in PostgreSQL. Chapter 07. Backup and Restore Best Practices (15 pages) For critical data systems, backup and restore is a very important consideration. However, it's very important to know what factors you should consider before you implement a backup strategy and how to implement one. This chapter talks about developing backup procedures for critical/non-critical data systems and quick restore procedures as well. Chapter 08. High Availability Procedures (15 pages) You may come across some situations where you cannot make your primary working with-in your affordable time window. What do you do in that scenario? Implementing High Availability is always the best practice for such critical applications. This chapter talks about HA implementation and open source tools that can be used with PostgreSQL to implement the same. Chapter 09. Implementing Pooler (15 pages) While running your application with limited resources, then it is highly recommended to use Pooling to connect the database. Performance of a database depends on the parallel connections that it can allow. Huge connections to a database in parallel degrades the database performance. This chapter will teach you to implement a pooler mechanism for your PostgreSQL instances. Chapter 10. Basic Errors and Handy Queries (15 pages) Working with PostgreSQL, there are bound to be some errors you might face that takes a lot of time to resolve. And, some times you might need some queries which a
Автор: Schцnig Hans-Jьrgen Название: PostgreSQL Administration Essentials ISBN: 1783988983 ISBN-13(EAN): 9781783988983 Издательство: Неизвестно Рейтинг: Цена: 36770.00 T Наличие на складе: Есть у поставщика Поставка под заказ.
Автор: Krosing H Название: PostgreSQL Server Programming ISBN: 1849516987 ISBN-13(EAN): 9781849516983 Издательство: Неизвестно Рейтинг: Цена: 67430.00 T Наличие на складе: Есть у поставщика Поставка под заказ.
Автор: Smith Gregory Название: PostgreSQL 9.0 High Performance ISBN: 184951030X ISBN-13(EAN): 9781849510301 Издательство: Неизвестно Рейтинг: Цена: 67430.00 T Наличие на складе: Есть у поставщика Поставка под заказ.
Казахстан, 010000 г. Астана, проспект Туран 43/5, НП2 (офис 2) ТОО "Логобук" Тел:+7 707 857-29-98 ,+7(7172) 65-23-70 www.logobook.kz