Search Postgresql Archives

Re: Can PG replace redis, amqp, s3 in the future?

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Sun, Apr 30, 2017 at 4:37 AM, Thomas Güttler <guettliml@xxxxxxxxxxxxxxxxxx> wrote:
Is is possible that PostgreSQL will replace these building blocks in the future?

 - redis (Caching)

PostgreSQL has its own caching.  It might not be quite as effective as redis', but you can us it if you are willing to take those trade offs.

 - rabbitmq (amqp)

PostgreSQL has its own system for this, and other ones can be layered on top of fully transactional tables.  
Again, you can use one or the other, depending on your needs, if you are willing to deal with the trade offs.

 
 - s3 (Blob storage)

No.  You can certainly use PostgreSQL to store blobs.  But then, you need to store the PostgreSQL data **someplace**.  If you don't store it in S3, you have to store it somewhere else.
 
Cheers,

Jeff

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Postgresql Jobs]     [Postgresql Admin]     [Postgresql Performance]     [Linux Clusters]     [PHP Home]     [PHP on Windows]     [Kernel Newbies]     [PHP Classes]     [PHP Books]     [PHP Databases]     [Postgresql & PHP]     [Yosemite]

  Powered by Linux