PGCon2013 - Final Release
PGCon 2013
The PostgreSQL Conference
Speakers | |
---|---|
Andrew Dunstan |
Schedule | |
---|---|
Day | Talks - Day 2 - 2013-05-24 |
Room | MRT 221 |
Start time | 10:00 |
Duration | 01:00 |
Info | |
ID | 574 |
Event type | Lecture |
Track | Applications |
Language used for presentation | English |
Using PostgreSQL with Redis
Using native wrappers and a Foreign Data Wrapper for two-way Redis integration
Redis is a high performance in-memory distributed data store, which can work well in conjunction with PostgreSQL in certain types of applications.
The talk will introduce native wrappers for the Redis API, which allow pushing data into Redis at high speed, as well as use of both the native API and the Redis Foreign Data Wrapper to pull data from Redis. We will also discuss possible scenarios where use of each of these is a win, and the trade-offs involved.