Re: Foreign Data Wrappers - Mailing list pgsql-general

From Brent Wood
Subject Re: Foreign Data Wrappers
Date
Msg-id 452751108.4913026.1725676848065@mail.yahoo.com
Whole thread Raw
In response to Foreign Data Wrappers  (Gus Spier <gus.spier@gmail.com>)
List pgsql-general
The most interesting (IMHO) FDW implementation I have used is an Australian WFS service mounted locally as a Postgis table.

Not wonderful performance, but full spatial query functionality.

If performance was an issue, "create table as select * from FDW;" creates a local cache...

Very useful functionality.


Brent Wood

On Saturday, September 7, 2024 at 12:55:37 PM GMT+12, Gus Spier <gus.spier@gmail.com> wrote:


I find myself in new territory, Foreign Data Wrappers (FDW). I stumble closer to success through the documentation, youtube videos, and various google resources. But I've come across a concept that intrigues me very deeply.

If I understand the concepts correctly, FDW not only makes other databases available, FDW also offers access to .csv files, plain text, or just about anything that can be bullied into some kind of query-able order. Has anyone ever tried to connect to redis or elasticache? If so, how did it work out? 

Regards,
Gus



--
Gus

540-454-3074

“Characteropathic individuals adopt ideologies created by doctrinaire, often schizoidal people, recast them into an active propaganda form, and disseminate it with their characteristic pathological egotism and paranoid intolerance for any philosophies which may differ from their own.” (Political Ponerology, Andrew Lobaczewski, 1984)

pgsql-general by date:

Previous
From: Gus Spier
Date:
Subject: Re: Foreign Data Wrappers
Next
From: Muhammad Usman Khan
Date:
Subject: Re: barman with postgres server/s