Showing posts with label database. Show all posts
Showing posts with label database. Show all posts

Thursday, 28 May 2015

3 Must-Read Books About Database Performance

SQL Performance Explained: Everything Developers Need to Know about SQL Performance

An in-depth book on how to improve database performance. The focus is on relational databases and it covers all major SQL databases without getting lost in the details of any one specific product. Starting with the basics of indexing and the WHERE clause, SQL Performance Explained guides developers through all parts of an SQL statement and explains the pitfalls of object-relational mapping (ORM) tools like Hibernate.

PostgreSQL 9.0 High Performance

An excellent book for intermediate to advanced PostgreSQL database administrators (DBA). Teaches everything about building, monitoring and maintaining a PostgreSQL installation while also providing useful and interesting information about database internals. If you truly want to understand how PostgreSQL operates and behaves under a high load this is a book for you.

High Performance MySQL: Optimization, Backups, and Replication

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.

Saturday, 13 July 2013

Article - Why You Should Embrace Database Virtualization

This article addresses the benefits provided from database virtualization. Before we proceed however, it is important to explain that database virtualization does NOT mean simply running a DBMS inside a virtual machine.

Contents of the article:
  • Database Virtualization, More Than Running a DBMS in a Virtual Machine
  • An Example of the Database Virtualization Problem
  • Defining Database Virtualization
  • Benefits of Database Virtualization
  • Additional Resources
Continue to the article "Why You Should Embrace Database Virtualization" by Mike Hogan

Wednesday, 3 July 2013

RethinkDB 1.7: hot backup, atomic set and get, 10x insert performance improvement

New release of RethinkDB: 1.7 "Nights of Cabiria".

This release includes the following features and improvements:
  1. Tools for CSV and JSON import and export
  2. Support for hot backup and restore
  3. ReQL support for atomic set and get operations
  4. A powerful new syntax for handling nested documents
  5. Greater than 10x performance improvement on document inserts
  6. Native binaries for CentOS / RHEL
  7. A number of small ReQL improvements (explained below)
See the full list of over 30 bug fixes, features, and enhancements.