Using compression on TCP transfer

From: "Andrus" <kobruleht2(at)hot(dot)ee>
To: "pgsql-general" <pgsql-general(at)postgresql(dot)org>
Subject: Using compression on TCP transfer
Date: 2020-03-31 08:29:27
Message-ID: 45AE45823FB844ED80186DE14DCC5B14@dell2
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi!

Databases contain lot of char(n) type fields containing ascii characters.
Most of fields contain less characters than field width.
Changing them to varchar is not easy.

Database is accessed from Debian Postgres 12.2 over internet using psqlodbc
with
TLS v1.3.
Mostly results seelct commands are sent and results are retrieved.
Clients have 10-20Mbit download speeds, and 5-20 Mbit upload speeds.

Will data compression increase speed ?
If yes, how to implement this ?

Andrus.

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Andrus 2020-03-31 09:38:54 Re: Using compression on TCP transfer
Previous Message Tom Lane 2020-03-31 00:18:12 Re: Is PostgreSQL SQL Database Command Syntax Similar to MySQL/MariaDB?