Re: [GENERAL] Request for review of new redis-fdw module

2015-01-31 Thread Leon Dang
Redis PUBLISH is now supported so you can send messages to subscribers on a channel. Leon On Wed, Jan 28, 2015 at 12:23 AM, Leon Dang wrote: > The code has been posted to https://github.com/nahanni/rw_redis_fdw > > Anyone interested can test it out or review it. > > cheers > Leon > > > > Leon

Re: [GENERAL] Request for review of new redis-fdw module

2015-01-29 Thread Michael Paquier
On Thu, Jan 29, 2015 at 9:36 PM, Quirin Hamp wrote: > Please remove me from mailing list. I have deleted my account from pgsql > forum and I still get emails! > Here is an entry point to DIY: http://www.postgresql.org/community/lists/subscribe/ -- Michael

Re: [GENERAL] Request for review of new redis-fdw module

2015-01-29 Thread Quirin Hamp
:Re: [GENERAL] Request for review of new redis-fdw module Gesendet von: pgsql-general-ow...@postgresql.org George Silva wrote on 01/28/2015 11:49 AM: Great. Congratulations. How big is the latency in the FDW? This opens up new possibilities using redis. Very cool. # explain analyze

Re: [GENERAL] Request for review of new redis-fdw module

2015-01-29 Thread Andreas Kretschmer
Leon Dang wrote: > > Andreas Kretschmer wrote on 01/28/2015 03:36 AM: >> > 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

Re: [GENERAL] Request for review of new redis-fdw module

2015-01-28 Thread Leon Dang
George Silva wrote on 01/28/2015 11:49 AM: Great. Congratulations. How big is the latency in the FDW? This opens up new possibilities using redis. Very cool. # explain analyze insert into rstr values ('k4434', '3234234'); QUERY PLAN ---

Re: [GENERAL] Request for review of new redis-fdw module

2015-01-28 Thread George Silva
Great. Congratulations. How big is the latency in the FDW? This opens up new possibilities using redis. Very cool. On Wed, Jan 28, 2015 at 5:19 PM, Leon Dang wrote: > > Andreas Kretschmer wrote on 01/28/2015 03:36 AM: > >> > I've implemented a completely new Redis FDW module which has little to

Re: [GENERAL] Request for review of new redis-fdw module

2015-01-28 Thread Leon Dang
Andreas Kretschmer wrote on 01/28/2015 03:36 AM: > 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

Re: [GENERAL] Request for review of new redis-fdw module

2015-01-28 Thread Andreas Kretschmer
Leon Dang 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

Re: [GENERAL] Request for review of new redis-fdw module

2015-01-28 Thread basti
Leon Dang > An:pgsql-general@postgresql.org > Datum: 28.01.2015 09:25 > Betreff:Re: [GENERAL] Request for review of new redis-fdw module > Gesendet von:pgsql-general-ow...@postgresql.org >

Re: [GENERAL] Request for review of new redis-fdw module

2015-01-28 Thread Quirin Hamp
)3.87.90.64.12 Mob.: +33 (0)6.88.54.57.08 e-mail: h...@viessmann.com web: www.viessmann.fr Von:Leon Dang An: pgsql-general@postgresql.org Datum: 28.01.2015 09:25 Betreff:Re: [GENERAL] Request for review of new redis-fdw module Gesendet von: pgsql-general-ow...@postgresql.org The code

Re: [GENERAL] Request for review of new redis-fdw module

2015-01-28 Thread Leon Dang
The code has been posted to https://github.com/nahanni/rw_redis_fdw Anyone interested can test it out or review it. cheers Leon Leon Dang wrote on 01/24/2015 04:17 PM: Hi I've implemented a completely new Redis FDW module which has little to do with github.com/pg-redis-fdw/redis_fdw

[GENERAL] Request for review of new redis-fdw module

2015-01-24 Thread Leon Dang
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 writ