Re: Q: regarding backends - Mailing list pgsql-general

From Kevin Grittner
Subject Re: Q: regarding backends
Date
Msg-id 1386630681.32849.YahooMailNeo@web162903.mail.bf1.yahoo.com
Whole thread Raw
In response to Q: regarding backends  (Stephan Fabel <sfabel@hawaii.edu>)
List pgsql-general
Stephan Fabel <sfabel@hawaii.edu> wrote:

> has the PostgreSQL community ever considered different key/value
> backends (sort of like MySQL with its many different options)?
>
> We'd be very interested in seeing the effects of integrating LMDB
> in terms of performance gains.

You might want to consider writing a Foreign Data Wrapper (FDW) to
allow tables defined in LMDB to be accessed from PostgreSQL
queries.

http://wiki.postgresql.org/wiki/Foreign_data_wrappers

--
Kevin Grittner
EDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company


pgsql-general by date:

Previous
From: Thomas Kellerer
Date:
Subject: Re: client that supports editing views
Next
From: Dmitry Koterov
Date:
Subject: Replication: GZIP compression in WAL sender/receiver processes communication?