Data caching - Mailing list pgsql-hackers

From Anant ngo
Subject Data caching
Date
Msg-id CA+8+p7KjYRqUo3ngFucEspZN9nFydc5k=wJrbNskx8td=p6k9Q@mail.gmail.com
Whole thread Raw
Responses Re: Data caching
List pgsql-hackers
Hello

Is there a postgres extension or project related to application-level/foreign-table data caching ? The postgres_fdw extension fetches data from foreign table for each command.

I have seen previous messages in archive about caching in form of global temp tables, query cache etc. There are good discussions about whether support should be built-in but did not find any implementation.

I have seen the 44 postgres extensions that come pre-installed with ubuntu 16.04 but none of them do this.

Thanks.
Anant.


pgsql-hackers by date:

Previous
From: Amit Kapila
Date:
Subject: Re: Perform streaming logical transactions by background workers and parallel apply
Next
From: Daniel Gustafsson
Date:
Subject: Re: TAP output format in pg_regress