Database Performance at Scale

Download Database Performance at Scale PDF Online Free

Author :
Publisher : Apress
ISBN 13 : 9781484297100
Total Pages : 0 pages
Book Rating : 4.2/5 (971 download)

DOWNLOAD NOW!


Book Synopsis Database Performance at Scale by : Felipe Cardeneti Mendes

Download or read book Database Performance at Scale written by Felipe Cardeneti Mendes and published by Apress. This book was released on 2023-10-02 with total page 0 pages. Available in PDF, EPUB and Kindle. Book excerpt: Discover critical considerations and best practices for improving database performance based on what has worked, and failed, across thousands of teams and use cases in the field. This open access book provides practical guidance for understanding the database-related opportunities, trade-offs, and traps you might encounter while trying to optimize data-intensive applications for high throughput and low latency. Whether you are building a new system from the ground up or trying to optimize an existing use case for increased demand, this book covers the essentials. The book begins with a look at the many factors impacting database performance at the extreme scale that today’s game changing applications face—or at least hope to achieve. You’ll gain insight into the performance impact of both technical and business requirements, and how those should influence your decisions around database infrastructure and topology. The authors share an inside perspective on often-overlooked engineering details that could be constraining—or helping—your team’s database performance. The book also covers benchmarking and monitoring practices by which to measure and validate the outcomes from the decisions that you make. The ultimate goal of the book is to help you discover new ways to optimize database performance for your team’s specific use cases, requirements, and expectations. What You Will Learn Understand often overlooked factors that impact database performance at scale Recognize data-related performance and scalability challenges associated with your project Select a database architecture that’s suited to your workloads, use cases, and requirements Avoid common mistakes that could impede your long-term agility and growth Jumpstart teamwide adoption of best practices for optimizing database performance at scale Who This Book Is For Individuals and teams looking to optimize distributed database performance for an existing project or to begin a new performance-sensitive project with a solid and scalable foundation. This will likely include software architects, database architects, and senior software engineers who are either experiencing or anticipating pain related to database latency and/or throughput.

Mastering Database Performance Optimization and Scalability

Download Mastering Database Performance Optimization and Scalability PDF Online Free

Author :
Publisher : Cybellium Ltd
ISBN 13 :
Total Pages : 159 pages
Book Rating : 4.8/5 (672 download)

DOWNLOAD NOW!


Book Synopsis Mastering Database Performance Optimization and Scalability by : Cybellium Ltd

Download or read book Mastering Database Performance Optimization and Scalability written by Cybellium Ltd and published by Cybellium Ltd. This book was released on with total page 159 pages. Available in PDF, EPUB and Kindle. Book excerpt: Unlock the Secrets to Optimal Database Performance and Scalability with "Mastering Database Performance Optimization and Scalability" In the fast-paced world of data-driven applications, the ability to deliver high-performance, scalable databases is essential. "Mastering Database Performance Optimization and Scalability" is your comprehensive guide to mastering the art of crafting databases that excel in both speed and capacity. Whether you're a seasoned database professional or a newcomer to the world of performance tuning, this book equips you with the knowledge and skills needed to unlock the true potential of your databases. About the Book: "Mastering Database Performance Optimization and Scalability" takes you on an enlightening journey through the intricacies of crafting high-performance databases. From foundational concepts to advanced techniques, this book covers it all. Each chapter is meticulously designed to provide both a deep understanding of the concepts and practical applications in real-world scenarios. Key Features: · Foundational Principles: Build a strong foundation by understanding the core principles of database performance, including query optimization, indexing, and data modeling. · Optimizing Query Performance: Master the art of writing efficient queries, leveraging indexes, and employing optimization techniques to dramatically improve query response times. · Scaling Strategies: Dive into strategies for horizontal and vertical scaling, including sharding, partitioning, and load balancing, to ensure your databases can handle growing workloads. · Caching and In-Memory Processing: Learn how to effectively implement caching strategies and leverage in-memory databases to boost performance for real-time applications. · Data Partitioning and Distribution: Explore techniques for partitioning and distributing data across clusters to ensure optimal data distribution and access. · Monitoring and Tuning: Discover best practices for monitoring database performance, identifying bottlenecks, and using profiling tools to fine-tune your databases. · Cloud and Container Optimization: Learn how to optimize database performance in cloud environments and containerized deployments, ensuring seamless scalability. · Real-World Use Cases: Gain insights from real-world examples spanning industries, from e-commerce and social media to finance and beyond. · High Availability and Disaster Recovery: Understand strategies for ensuring high availability, implementing disaster recovery plans, and maintaining data integrity. Who This Book Is For: "Mastering Database Performance Optimization and Scalability" is designed for database administrators, developers, and anyone seeking to optimize and scale databases for optimal performance. Whether you're aiming to enhance your skills or embark on a journey toward becoming a performance tuning expert, this book provides the insights and tools to navigate the complexities of database optimization. © 2023 Cybellium Ltd. All rights reserved. www.cybellium.com

Understanding Big Data Scalability

Download Understanding Big Data Scalability PDF Online Free

Author :
Publisher : Pearson Education
ISBN 13 : 0133598705
Total Pages : 123 pages
Book Rating : 4.1/5 (335 download)

DOWNLOAD NOW!


Book Synopsis Understanding Big Data Scalability by : Cory Isaacson

Download or read book Understanding Big Data Scalability written by Cory Isaacson and published by Pearson Education. This book was released on 2014 with total page 123 pages. Available in PDF, EPUB and Kindle. Book excerpt:

Oracle Database Performance and Scalability

Download Oracle Database Performance and Scalability PDF Online Free

Author :
Publisher : John Wiley & Sons
ISBN 13 : 111805699X
Total Pages : 728 pages
Book Rating : 4.1/5 (18 download)

DOWNLOAD NOW!


Book Synopsis Oracle Database Performance and Scalability by : Henry H. Liu

Download or read book Oracle Database Performance and Scalability written by Henry H. Liu and published by John Wiley & Sons. This book was released on 2011-11-22 with total page 728 pages. Available in PDF, EPUB and Kindle. Book excerpt: The innovative performance and scalability features with each newer edition of the Oracle database system can present challenges for users. This book teaches software developers and students how to effectively deal with Oracle performance and scalability issues throughout the entire life cycle of developing Oracle-based applications. Using real-world case studies to deliver key theories and concepts, the book introduces highly dependable and ready-to-apply performance and scalability optimization techniques, augmented with Top 10 Oracle Performance and Scalability Features as well as a supplementary support website.

Database Internals

Download Database Internals PDF Online Free

Author :
Publisher : O'Reilly Media
ISBN 13 : 1492040312
Total Pages : 373 pages
Book Rating : 4.4/5 (92 download)

DOWNLOAD NOW!


Book Synopsis Database Internals by : Alex Petrov

Download or read book Database Internals written by Alex Petrov and published by O'Reilly Media. This book was released on 2019-09-13 with total page 373 pages. Available in PDF, EPUB and Kindle. Book excerpt: When it comes to choosing, using, and maintaining a database, understanding its internals is essential. But with so many distributed databases and tools available today, it’s often difficult to understand what each one offers and how they differ. With this practical guide, Alex Petrov guides developers through the concepts behind modern database and storage engine internals. Throughout the book, you’ll explore relevant material gleaned from numerous books, papers, blog posts, and the source code of several open source databases. These resources are listed at the end of parts one and two. You’ll discover that the most significant distinctions among many modern databases reside in subsystems that determine how storage is organized and how data is distributed. This book examines: Storage engines: Explore storage classification and taxonomy, and dive into B-Tree-based and immutable Log Structured storage engines, with differences and use-cases for each Storage building blocks: Learn how database files are organized to build efficient storage, using auxiliary data structures such as Page Cache, Buffer Pool and Write-Ahead Log Distributed systems: Learn step-by-step how nodes and processes connect and build complex communication patterns Database clusters: Which consistency models are commonly used by modern databases and how distributed storage systems achieve consistency

Database Reliability Engineering

Download Database Reliability Engineering PDF Online Free

Author :
Publisher : "O'Reilly Media, Inc."
ISBN 13 : 149192621X
Total Pages : 294 pages
Book Rating : 4.4/5 (919 download)

DOWNLOAD NOW!


Book Synopsis Database Reliability Engineering by : Laine Campbell

Download or read book Database Reliability Engineering written by Laine Campbell and published by "O'Reilly Media, Inc.". This book was released on 2017-10-26 with total page 294 pages. Available in PDF, EPUB and Kindle. Book excerpt: The infrastructure-as-code revolution in IT is also affecting database administration. With this practical book, developers, system administrators, and junior to mid-level DBAs will learn how the modern practice of site reliability engineering applies to the craft of database architecture and operations. Authors Laine Campbell and Charity Majors provide a framework for professionals looking to join the ranks of today’s database reliability engineers (DBRE). You’ll begin by exploring core operational concepts that DBREs need to master. Then you’ll examine a wide range of database persistence options, including how to implement key technologies to provide resilient, scalable, and performant data storage and retrieval. With a firm foundation in database reliability engineering, you’ll be ready to dive into the architecture and operations of any modern database. This book covers: Service-level requirements and risk management Building and evolving an architecture for operational visibility Infrastructure engineering and infrastructure management How to facilitate the release management process Data storage, indexing, and replication Identifying datastore characteristics and best use cases Datastore architectural components and data-driven architectures

Database Performance Tuning and Optimization

Download Database Performance Tuning and Optimization PDF Online Free

Author :
Publisher : Springer Science & Business Media
ISBN 13 : 0387218084
Total Pages : 495 pages
Book Rating : 4.3/5 (872 download)

DOWNLOAD NOW!


Book Synopsis Database Performance Tuning and Optimization by : Sitansu S. Mittra

Download or read book Database Performance Tuning and Optimization written by Sitansu S. Mittra and published by Springer Science & Business Media. This book was released on 2006-04-18 with total page 495 pages. Available in PDF, EPUB and Kindle. Book excerpt: Presents an ideal mix of theory and practice, which allows the reader to understand the principle behind the application.; Coverage of performance tuning of datawarehouses offers readers the principles and tools they need to handle large reporting databases.; Material can also be used in a non-Oracle environment; Highly experienced author.

Database Design and Implementation

Download Database Design and Implementation PDF Online Free

Author :
Publisher : Springer Nature
ISBN 13 : 3030338363
Total Pages : 458 pages
Book Rating : 4.0/5 (33 download)

DOWNLOAD NOW!


Book Synopsis Database Design and Implementation by : Edward Sciore

Download or read book Database Design and Implementation written by Edward Sciore and published by Springer Nature. This book was released on 2020-02-27 with total page 458 pages. Available in PDF, EPUB and Kindle. Book excerpt: This textbook examines database systems from the viewpoint of a software developer. This perspective makes it possible to investigate why database systems are the way they are. It is of course important to be able to write queries, but it is equally important to know how they are processed. We e.g. don’t want to just use JDBC; we also want to know why the API contains the classes and methods that it does. We need a sense of how hard is it to write a disk cache or logging facility. And what exactly is a database driver, anyway? The first two chapters provide a brief overview of database systems and their use. Chapter 1 discusses the purpose and features of a database system and introduces the Derby and SimpleDB systems. Chapter 2 explains how to write a database application using Java. It presents the basics of JDBC, which is the fundamental API for Java programs that interact with a database. In turn, Chapters 3-11 examine the internals of a typical database engine. Each chapter covers a different database component, starting with the lowest level of abstraction (the disk and file manager) and ending with the highest (the JDBC client interface); further, the respective chapter explains the main issues concerning the component, and considers possible design decisions. As a result, the reader can see exactly what services each component provides and how it interacts with the other components in the system. By the end of this part, s/he will have witnessed the gradual development of a simple but completely functional system. The remaining four chapters then focus on efficient query processing, and focus on the sophisticated techniques and algorithms that can replace the simple design choices described earlier. Topics include indexing, sorting, intelligent buffer usage, and query optimization. This text is intended for upper-level undergraduate or beginning graduate courses in Computer Science. It assumes that the reader is comfortable with basic Java programming; advanced Java concepts (such as RMI and JDBC) are fully explained in the text. The respective chapters are complemented by “end-of-chapter readings” that discuss interesting ideas and research directions that went unmentioned in the text, and provide references to relevant web pages, research articles, reference manuals, and books. Conceptual and programming exercises are also included at the end of each chapter. Students can apply their conceptual knowledge by examining the SimpleDB (a simple but fully functional database system created by the author and provided online) code and modifying it.

SQL Performance Tuning

Download SQL Performance Tuning PDF Online Free

Author :
Publisher : Addison-Wesley Professional
ISBN 13 : 9780201791693
Total Pages : 522 pages
Book Rating : 4.7/5 (916 download)

DOWNLOAD NOW!


Book Synopsis SQL Performance Tuning by : Peter Gulutzan

Download or read book SQL Performance Tuning written by Peter Gulutzan and published by Addison-Wesley Professional. This book was released on 2003 with total page 522 pages. Available in PDF, EPUB and Kindle. Book excerpt: A very practical guide to making databases run faster and better. A poorly performing database application can cost each user time, and have an impact on other applications running on the same computer or the same network. This book will help DBAUs and programmers improve the performance of their databases.

Dynamic Oracle Performance Analytics

Download Dynamic Oracle Performance Analytics PDF Online Free

Author :
Publisher : Apress
ISBN 13 : 1484241371
Total Pages : 231 pages
Book Rating : 4.4/5 (842 download)

DOWNLOAD NOW!


Book Synopsis Dynamic Oracle Performance Analytics by : Roger Cornejo

Download or read book Dynamic Oracle Performance Analytics written by Roger Cornejo and published by Apress. This book was released on 2018-12-06 with total page 231 pages. Available in PDF, EPUB and Kindle. Book excerpt: Use an innovative approach that relies on big data and advanced analytical techniques to analyze and improve Oracle Database performance. The approach used in this book represents a step-change paradigm shift away from traditional methods. Instead of relying on a few hand-picked, favorite metrics, or wading through multiple specialized tables of information such as those found in an automatic workload repository (AWR) report, you will draw on all available data, applying big data methods and analytical techniques to help the performance tuner draw impactful, focused performance improvement conclusions. This book briefly reviews past and present practices, along with available tools, to help you recognize areas where improvements can be made. The book then guides you through a step-by-step method that can be used to take advantage of all available metrics to identify problem areas and work toward improving them. The method presented simplifies the tuning process and solves the problem of metric overload. You will learn how to: collect and normalize data, generate deltas that are useful in performing statistical analysis, create and use a taxonomy to enhance your understanding of problem performance areas in your database and its applications, and create a root cause analysis report that enables understanding of a specific performance problem and its likely solutions. What You'll LearnCollect and prepare metrics for analysis from a wide array of sources Apply statistical techniques to select relevant metrics Create a taxonomy to provide additional insight into problem areas Provide a metrics-based root cause analysis regarding the performance issue Generate an actionable tuning plan prioritized according to problem areas Monitor performance using database-specific normal ranges ​Who This Book Is For Professional tuners: responsible for maintaining the efficient operation of large-scale databases who wish to focus on analysis, who want to expand their repertoire to include a big data methodology and use metrics without being overwhelmed, who desire to provide accurate root cause analysis and avoid the cyclical fix-test cycles that are inevitable when speculation is used

Database Performance Tuning Handbook

Download Database Performance Tuning Handbook PDF Online Free

Author :
Publisher : McGraw-Hill Companies
ISBN 13 :
Total Pages : 898 pages
Book Rating : 4.:/5 (318 download)

DOWNLOAD NOW!


Book Synopsis Database Performance Tuning Handbook by : Jeff Dunham

Download or read book Database Performance Tuning Handbook written by Jeff Dunham and published by McGraw-Hill Companies. This book was released on 1998 with total page 898 pages. Available in PDF, EPUB and Kindle. Book excerpt: Designed to support the senior applications programmer, technical support specialist, or database administrator with a strong working knowledge of multiple databases and programming languages.

Database Performance Tuning on AIX

Download Database Performance Tuning on AIX PDF Online Free

Author :
Publisher :
ISBN 13 :
Total Pages : 516 pages
Book Rating : 4.:/5 (16 download)

DOWNLOAD NOW!


Book Synopsis Database Performance Tuning on AIX by : Budi Darmawan

Download or read book Database Performance Tuning on AIX written by Budi Darmawan and published by . This book was released on 2003 with total page 516 pages. Available in PDF, EPUB and Kindle. Book excerpt:

PostgreSQL Query Optimization

Download PostgreSQL Query Optimization PDF Online Free

Author :
Publisher : Apress
ISBN 13 : 9781484268841
Total Pages : 280 pages
Book Rating : 4.2/5 (688 download)

DOWNLOAD NOW!


Book Synopsis PostgreSQL Query Optimization by : Henrietta Dombrovskaya

Download or read book PostgreSQL Query Optimization written by Henrietta Dombrovskaya and published by Apress. This book was released on 2021-05-27 with total page 280 pages. Available in PDF, EPUB and Kindle. Book excerpt: Write optimized queries. This book helps you write queries that perform fast and deliver results on time. You will learn that query optimization is not a dark art practiced by a small, secretive cabal of sorcerers. Any motivated professional can learn to write efficient queries from the get-go and capably optimize existing queries. You will learn to look at the process of writing a query from the database engine’s point of view, and know how to think like the database optimizer. The book begins with a discussion of what a performant system is and progresses to measuring performance and setting performance goals. It introduces different classes of queries and optimization techniques suitable to each, such as the use of indexes and specific join algorithms. You will learn to read and understand query execution plans along with techniques for influencing those plans for better performance. The book also covers advanced topics such as the use of functions and procedures, dynamic SQL, and generated queries. All of these techniques are then used together to produce performant applications, avoiding the pitfalls of object-relational mappers. What You Will Learn Identify optimization goals in OLTP and OLAP systems Read and understand PostgreSQL execution plans Distinguish between short queries and long queries Choose the right optimization technique for each query type Identify indexes that will improve query performance Optimize full table scans Avoid the pitfalls of object-relational mapping systems Optimize the entire application rather than just database queries Who This Book Is For IT professionals working in PostgreSQL who want to develop performant and scalable applications, anyone whose job title contains the words “database developer” or “database administrator" or who is a backend developer charged with programming database calls, and system architects involved in the overall design of application systems running against a PostgreSQL database

High Performance MySQL

Download High Performance MySQL PDF Online Free

Author :
Publisher : "O'Reilly Media, Inc."
ISBN 13 : 1492080489
Total Pages : 389 pages
Book Rating : 4.4/5 (92 download)

DOWNLOAD NOW!


Book Synopsis High Performance MySQL by : Silvia Botros

Download or read book High Performance MySQL written by Silvia Botros and published by "O'Reilly Media, Inc.". This book was released on 2021-10-18 with total page 389 pages. Available in PDF, EPUB and Kindle. Book excerpt: How can you realize MySQL's full power? With High Performance MySQL, you'll learn advanced techniques for everything from setting service-level objectives to designing schemas, indexes, and queries to tuning your server, operating system, and hardware to achieve your platform's full potential. This guide also teaches database administrators safe and practical ways to scale applications through replication, load balancing, high availability, and failover. Updated to reflect recent advances in cloud- and self-hosted MySQL, InnoDB performance, and new features and tools, this revised edition helps you design a relational data platform that will scale with your business. You'll learn best practices for database security along with hard-earned lessons in both performance and database stability. Dive into MySQL's architecture, including key facts about its storage engines Learn how server configuration works with your hardware and deployment choices Make query performance part of your software delivery process Examine enhancements to MySQL's replication and high availability Compare different MySQL offerings in managed cloud environments Explore MySQL's full stack optimization from application-side configuration to server tuning Turn traditional database management tasks into automated processes

Algorithms and Architectures for Parallel Processing

Download Algorithms and Architectures for Parallel Processing PDF Online Free

Author :
Publisher : Springer Nature
ISBN 13 : 3030389618
Total Pages : 711 pages
Book Rating : 4.0/5 (33 download)

DOWNLOAD NOW!


Book Synopsis Algorithms and Architectures for Parallel Processing by : Sheng Wen

Download or read book Algorithms and Architectures for Parallel Processing written by Sheng Wen and published by Springer Nature. This book was released on 2020-01-21 with total page 711 pages. Available in PDF, EPUB and Kindle. Book excerpt: The two-volume set LNCS 11944-11945 constitutes the proceedings of the 19th International Conference on Algorithms and Architectures for Parallel Processing, ICA3PP 2019, held in Melbourne, Australia, in December 2019. The 73 full and 29 short papers presented were carefully reviewed and selected from 251 submissions. The papers are organized in topical sections on: Parallel and Distributed Architectures, Software Systems and Programming Models, Distributed and Parallel and Network-based Computing, Big Data and its Applications, Distributed and Parallel Algorithms, Applications of Distributed and Parallel Computing, Service Dependability and Security, IoT and CPS Computing, Performance Modelling and Evaluation.

PostgreSQL 9.6 High Performance

Download PostgreSQL 9.6 High Performance PDF Online Free

Author :
Publisher :
ISBN 13 : 9781784392970
Total Pages : 508 pages
Book Rating : 4.3/5 (929 download)

DOWNLOAD NOW!


Book Synopsis PostgreSQL 9.6 High Performance by : Ibrar Ahmed

Download or read book PostgreSQL 9.6 High Performance written by Ibrar Ahmed and published by . This book was released on 2017-05-30 with total page 508 pages. Available in PDF, EPUB and Kindle. Book excerpt: Enhance the performance of your PostgreSQL system with this handy guide while avoiding common pitfalls that can slow it down.About This Book* Learn the right techniques to obtain optimal PostgreSQL database performance, ranging from initial design to routine maintenance* Fine tune the performance of your queries and avoid the common pitfalls that can slow your system down* Contains tips and tricks on scaling successful database installations, and ensuring a highly available PostgreSQL solutionWho This Book Is ForThis book is for intermediate to advanced database administrators and developers who use or plan to exploit the features of PostgreSQL in the best possible manner. While administrators can benefit from the topics related to the installation, configuration, and optimization of the server, developers will learn how to write optimal queries and address performance issues in their database design. This book will also benefit the PostgreSQL internal architects in being able to monitor the performance using benchmarking tools.What You Will Learn* Learn the best practices to configure your PostgreSQL 9.6 database for optimal performance* Write optimal queries and techniques to detect performance issue in queries* Fine tune the performance of your queries using benchmarking and indexing techniques* Ensure high performance and a highly available database using the scaling and replication techniques* Discover how to make informed speed and reliability trade-offs* Handle increasing database workloads without any hassle* Use monitoring insights to continuously rework the design and configuration for best performanceIn DetailDatabase administrators and developers spend years learning techniques to configure their PostgreSQL database servers for optimal performance, mostly when they encounter performance issues. Scalability and high availability of the database solution is equally important these days. This book will show you how to configure new database installations and optimize existing database server installations using PostgreSQL 9.6.You will start with the basic concepts of database performance, because all successful database applications are destined to eventually run into issues when scaling up their performance. You will not only learn to optimize your database and queries for optimal performance, but also detect the real performance bottlenecks using PostgreSQL tools and some external tools. Next, you will learn how to benchmark your hardware and tune your operating system. Optimize your queries against the database with the help of right indexes, and monitor every layer, ranging from hardware to queries. Moving on, you will see how connection pooling, caching, partitioning, and replication will help you handle increasing database workloads.Achieving high database performance is not easy, but you can learn it by using the right guide--PostgreSQL 9.6 High Performance.Style and approachThis book has been organized in such a manner that will help you understand basic PostgreSQL 9.6 performance tuning to advanced-level configuration. There are many real-world problems explained in this book and explained in clear language, because improving database performance requires an equal mix of understanding theoretical concepts and working through hands-on examples.

High Performance MySQL

Download High Performance MySQL PDF Online Free

Author :
Publisher : "O'Reilly Media, Inc."
ISBN 13 : 1449332498
Total Pages : 827 pages
Book Rating : 4.4/5 (493 download)

DOWNLOAD NOW!


Book Synopsis High Performance MySQL by : Baron Schwartz

Download or read book High Performance MySQL written by Baron Schwartz and published by "O'Reilly Media, Inc.". This book was released on 2012-03-05 with total page 827 pages. Available in PDF, EPUB and Kindle. Book excerpt: How can you bring out MySQL’s full power? With High Performance MySQL, you’ll learn advanced techniques for everything from designing schemas, indexes, and queries to tuning your MySQL server, operating system, and hardware to their fullest potential. This guide also teaches you safe and practical ways to scale applications through replication, load balancing, high availability, and failover. Updated to reflect recent advances in MySQL and InnoDB performance, features, and tools, this third edition not only offers specific examples of how MySQL works, it also teaches you why this system works as it does, with illustrative stories and case studies that demonstrate MySQL’s principles in action. With this book, you’ll learn how to think in MySQL. Learn the effects of new features in MySQL 5.5, including stored procedures, partitioned databases, triggers, and views Implement improvements in replication, high availability, and clustering Achieve high performance when running MySQL in the cloud Optimize advanced querying features, such as full-text searches Take advantage of modern multi-core CPUs and solid-state disks Explore backup and recovery strategies—including new tools for hot online backups