Re: Adding memory query cache to ODBC driver

From: "Pliszka, Jacek" <jacek(dot)pliszka(at)hp(dot)com>
To: Heikki Linnakangas <hlinnakangas(at)vmware(dot)com>
Cc: "pgsql-odbc(at)postgresql(dot)org" <pgsql-odbc(at)postgresql(dot)org>
Subject: Re: Adding memory query cache to ODBC driver
Date: 2013-12-08 20:22:25
Message-ID: 4B9996AA8F503F4B8333DBC7802D6B9409C99E32@G5W2715.americas.hpqcorp.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-odbc

OK, but as for the last 21 years I've developed for Linux 99% of the standalone ODBC cache is way beyond me. :)
Doing the cache on the PostgreSQL protocol level looks easier for me.

And this was an idea to give an option to make PostgreSQL ODBC driver look better than MS/My SQL. :)

BR,

Jacek

-----Original Message-----
From: Heikki Linnakangas [mailto:hlinnakangas(at)vmware(dot)com]
Sent: 8 grudnia 2013 20:54
To: Pliszka, Jacek
Cc: pgsql-odbc(at)postgresql(dot)org
Subject: Re: [ODBC] Adding memory query cache to ODBC driver

On 12/08/2013 10:51 AM, Pliszka, Jacek wrote:
> Hi!
>
> I wonder if it would be possible to add some kind of caching to the driver.
>
> Something like memory cache in pgpool:

I'm sure that would be useful for many applications, but I don't think that belongs in the driver. A standalone generic query cache, which would act as a wrapper around any ODBC connection, would be nice.

- Heikki

In response to

Responses

Browse pgsql-odbc by date

  From Date Subject
Next Message Mike Landl 2013-12-09 15:07:15 Is this typical psqlodbc behavior?
Previous Message Heikki Linnakangas 2013-12-08 20:12:39 Re: Problems with linking against PostgreSQL 8.4