Remove 2048 Remove Code Remove Servers
article thumbnail

Tune Linux Kernel Parameters For PostgreSQL Optimization

Percona

Poorly configured OS kernel parameters can cause degradation in database server performance. Therefore, it is imperative that these parameters are configured according to the database server and its workload. SHMMAX / SHMALL. The PostgreSQL documentation contains more information about shared memory configuration.

Tuning 59
article thumbnail

Getting Started with HTTP/2 and Server Push

Dean Hume

We didn’t change any code, or even make any web performance tweaks - we made the switch and noticed the results immediately. Multiplexing allows multiple request and response messages to be in flight at the same time which means faster load times with no change to your front end code. This is where Server Push is a game changer.

Servers 40
Insiders

Sign Up for our Newsletter

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

article thumbnail

Getting Started with HTTP/2 and Server Push

Dean Hume

We didn’t change any code, or even make any web performance tweaks - we made the switch and noticed the results immediately. Multiplexing allows multiple request and response messages to be in flight at the same time which means faster load times with no change to your front end code. This is where Server Push is a game changer.

Servers 40
article thumbnail

Getting Started with HTTP/2 and Server Push

Dean Hume

We didn’t change any code, or even make any web performance tweaks - we made the switch and noticed the results immediately. Multiplexing allows multiple request and response messages to be in flight at the same time which means faster load times with no change to your front end code. This is where Server Push is a game changer.

Servers 40
article thumbnail

How to analyze PostgreSQL benchmark performance with HammerDB

HammerDB

The key findings of the article were as follows: This server had a HammerDB benchmark running against it. One possibility – and in this case, the most probable conclusion – is that the client test machine was overwhelmed and could not respond to the server fast enough. and start the build running.

article thumbnail

Transparent Data Encryption (TDE)

Percona

Cluster-level encryption is a security measure that encrypts data stored in a cluster of servers or storage devices. . Cluster-level encryption can help protect data at rest and in motion when transmitted between servers in the cluster. Several RDBMSs, including Oracle, MySQL, and Microsoft SQL Server, support it. PostgreSQL.

article thumbnail

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

HammerDB

include/server -I/opt/postgresql-14.1/include/internal shared_preload_libraries = 'pg_stat_statements,pgsentinel' track_activity_query_size=2048 pg_stat_statements.save=on pg_stat_statements.track=all pgsentinel_pgssh.enable = true pgsentinel_ash.pull_frequency = 1 pgsentinel_ash.max_entries = 1000000. ./ -I/opt/postgresql-14.1/include/server

Metrics 63