Re: POSTGRES/MYSQL

From: Thomas Kellerer <spam_eater(at)gmx(dot)net>
To: pgsql-general(at)lists(dot)postgresql(dot)org
Subject: Re: POSTGRES/MYSQL
Date: 2019-03-12 09:34:16
Message-ID: c88543f8-6e9c-1dde-051d-dd3ac2e4c785@gmx.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Laurenz Albe schrieb am 12.03.2019 um 10:05:
>> Also MySQL has a query cache that allows the results of very common queries to be much faster.
>
> I have used that feature, and it has bitten me:
> https://stackoverflow.com/q/44244482/6464308

Note that the query cache was removed in MySQL 8.0 (don't know about MariaDB)

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Nicola Contu 2019-03-12 09:49:22 Re: Performance comparison between Pgsql 10.5 and Pgsql 11.2
Previous Message Laurenz Albe 2019-03-12 09:05:16 Re: POSTGRES/MYSQL