Re: Adding memory query cache to ODBC driver - Mailing list pgsql-odbc

From Mike Landl
Subject Re: Adding memory query cache to ODBC driver
Date
Msg-id 006a01cef4f8$19a9d3b0$4cfd7b10$@com
Whole thread Raw
In response to Re: Adding memory query cache to ODBC driver  ("Pliszka, Jacek" <jacek.pliszka@hp.com>)
Responses Re: Adding memory query cache to ODBC driver  ("Pliszka, Jacek" <jacek.pliszka@hp.com>)
List pgsql-odbc
Is this (https://code.google.com/p/pqc/) what you were looking for?
It looks like the project has become stagnant but maybe somebody can resurrect it.

Mike Landl

-----Original Message-----
From: pgsql-odbc-owner@postgresql.org [mailto:pgsql-odbc-owner@postgresql.org] On Behalf Of Pliszka, Jacek
Sent: Sunday, December 08, 2013 3:22 PM
To: Heikki Linnakangas
Cc: pgsql-odbc@postgresql.org
Subject: Re: [ODBC] Adding memory query cache to ODBC driver

OK, but as for the last 21 years I've developed for Linux 99% of the standalone ODBC cache is way beyond me.  :) Doing
thecache 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@vmware.com]
Sent: 8 grudnia 2013 20:54
To: Pliszka, Jacek
Cc: pgsql-odbc@postgresql.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
querycache, which would act as a wrapper around any ODBC connection, would be nice. 

- Heikki

--
Sent via pgsql-odbc mailing list (pgsql-odbc@postgresql.org) To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-odbc



pgsql-odbc by date:

Previous
From: "Mike Landl"
Date:
Subject: Is this typical psqlodbc behavior?
Next
From: Pavel Raiskup
Date:
Subject: Re: Problems with linking against PostgreSQL 8.4