storing zipped SQLite inside PG ?

From: "David G(dot) Johnston" <david(dot)g(dot)johnston(at)gmail(dot)com>
To: David Gauthier <davegauthierpg(at)gmail(dot)com>
Cc: Postgres General <pgsql-general(at)postgresql(dot)org>
Subject: storing zipped SQLite inside PG ?
Date: 2021-12-22 03:14:06
Message-ID: CAKFQuwbGFObwZ7_NTiQFQgT_wtedHQmZ1Pw5ogAiGt2EkgBtjw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Tuesday, December 21, 2021, David Gauthier <davegauthierpg(at)gmail(dot)com>
wrote:

>
> OK, you get the picture. I'm all ears :-) And thanks in advance for any
> suggestions !
>

This is basically a variant of “should I store images in the database” but
the content sizes involved are insanely high compared to most images.
External storage, with a pointer in the DB, would seem like a much better
choice.

Either way, though, not applying a minor release in over two years is just
wrong; you should get on top of that before building new functionality on
top of said database.

David J.

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message shing dong 2021-12-22 04:24:27 Re: How to confirm the pg_hba.conf service is correctly working
Previous Message Steve Baldwin 2021-12-22 02:50:12 Re: storing zipped SQLite inside PG ?