Re: Request for review of new redis-fdw module

Поиск
Список
Период
Сортировка
От Andreas Kretschmer
Тема Re: Request for review of new redis-fdw module
Дата
Msg-id 20150128113658.GA27676@tux
обсуждение исходный текст
Ответ на Request for review of new redis-fdw module  (Leon Dang <ldang@nahannisys.com>)
Ответы Re: Request for review of new redis-fdw module  (Leon Dang <ldang@nahannisys.com>)
Список pgsql-general
Leon Dang <ldang@nahannisys.com> wrote:

> Hi
>
> I've implemented a completely new Redis FDW module which has little to do with
> github.com/pg-redis-fdw/redis_fdw; although I did take some inspiration from in
> on how the tables were to be designed but most I got from looking at the
> oracle-fdw.
>
> My redis-fdw implementation supports read and write to the Redis backend, so
> you can do insert, update, and delete. e.g. you can define a hash table as:

is it possible to write multiple row's into the redis? something like

insert into foreign_redis_table select * from big_table

?

Anyway, thx, compiled and installed (just for fun, i'm not familiar with
redis, and i'm not a coder)


Andreas
--
Really, I'm not out to destroy Microsoft. That will just be a completely
unintentional side effect.                              (Linus Torvalds)
"If I was god, I would recompile penguin with --enable-fly."   (unknown)
Kaufbach, Saxony, Germany, Europe.              N 51.05082°, E 13.56889°


В списке pgsql-general по дате отправления:

Предыдущее
От: Albe Laurenz
Дата:
Сообщение: Re: Conflicting function name in dynamically-loaded shared library
Следующее
От: Leon Dang
Дата:
Сообщение: Re: Request for review of new redis-fdw module