Re: Using compression on TCP transfer

From: "Andrus" <kobruleht2(at)hot(dot)ee>
To: "Laurenz Albe" <laurenz(dot)albe(at)cybertec(dot)at>, "pgsql-general" <pgsql-general(at)postgresql(dot)org>
Subject: Re: Using compression on TCP transfer
Date: 2020-03-31 12:13:24
Message-ID: 5DB1E9D2ADDB4BA0ABDF602235234BCC@dell2
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi!

>It is a simple ALTER TABLE.

Client is Visual FoxPro application. It sends data with trailing spaces
sometimes and sometimes not.
In case of varchar field values will appear in database sometimes with
trailing spaces and sometimes without.
This requires major application re-design which much is more expensive than
continuing using char fields.

>You'd have to use an OpenSSL library with compression support enabled.

Should I change OpenSSL installed from standard repository in Debian server
or can it changed only for PostgreSql.
How ?

>But that will improve speed only if your workload is network bound,
>not CPU bound (in which case performance will suffer).

Server has lot of cores. Top shows that CPU usage is small.

Brausers and web servers use compression widely. Apache and IIS enable
static content compression by default.
Compression should be built in in Postgres.

Andrus.

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Ben Madin 2020-03-31 12:15:27 Re: Is PostgreSQL SQL Database Command Syntax Similar to MySQL/MariaDB?
Previous Message Laurenz Albe 2020-03-31 11:59:49 Re: Using compression on TCP transfer