On Mon, 1 May 2017 22:02:15 +0200 Thomas Güttler <[email protected]> wrote: > Leaving two things open: > > - blob storage > - redis/caching
I've used Postgres for both of these purposes, and at the load level we were experiencing at the time, it worked fine. We later implemented Redis when our caching requirements exceeded what Postgres could do in that capacity. We never switched to anything else for blob storage, as Postgres was always sufficient. -- Bill Moran <[email protected]> -- Sent via pgsql-general mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-general
