article thumbnail

Using Huge Pages with PostgreSQL Running Inside Kubernetes

Percona

Modern servers operate with terabytes of RAM, and by default, processors work with virtual memory address translation for each 4KB page. OS maintains a huge list of allocated and free pages to make slow but reliable address translation from virtual to physical. Huge pages make PostgreSQL faster; can we implement it in Kubernetes?

C++ 95
article thumbnail

Percona Toolkit – A Quick Introduction to Summary

Percona

Percona Toolkit is a collection of advanced open source command-line tools, developed and used by the Percona technical staff, that are engineered to perform a variety of MySQL, MariaDB, MongoDB, and PostgreSQL server and system tasks that are too difficult or complex to perform manually. virtual = 2.2G virtual = 2.2G

Cache 96
Insiders

Sign Up for our Newsletter

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Trending Sources

article thumbnail

3 Modern Tools For Automated Testing Of Your Web Applications

Testsigma

Owing to how we consume content and perform our day-to-day functions now, businesses are optimizing web apps and how! To ensure our web app performs as intended across various devices and browsers — we have to test our web app. Data-driven testing: We can perform data-driven testing by separating data from the test commands.

Testing 102
article thumbnail

HammerDB v4.3 New Features Pt1: Graphical Metrics for PostgreSQL

HammerDB

Introducing the PostgreSQL performance metrics viewer. HammerDB included a graphical performance metrics view for the Oracle database only. This enables the user to compare and contrast performance across different benchmark scenarios. The example shows a TPROC-C workload running with 4 Active Virtual Users.

Metrics 62
article thumbnail

What are the best multi-browser testing tools?

Testsigma

To ensure the features run uniformly across various browsers and OS versions that our users have, we should perform multi-browser testing. You can also check out our post on the most common issues one can face while performing browser compatibility tests. Let us understand the importance of multi-browser testing before we proceed.

article thumbnail

A thorough introduction to bpftrace

Brendan Gregg

bpftrace is a new open source tracer for Linux for analyzing production performance problems and troubleshooting software. Linux already has many performance tools, but these are often counter-based and have limited visibility. Originally posted at https:/opensource.com/article/19/8/introduction-bpftrace. bashreadline.bt

Latency 68
article thumbnail

SQL Server I/O Basics Chapter #2

SQL Server According to Bob

​​ This is similar to the ​​ suspend and resume ​​ operations performed by ​​ the operating system. ​​ Performing ​​ safety ​​ checks ​​ of SQL Server and all other system components before production deployment is very important.

Servers 40