On Thursday, 6 April 2023 at 04:37:20 UTC+12, Alexander wrote:
Jeremy Rickard <[email protected]> wrote:
For interest in case useful. I've been working on this a little while.
Due to the need to raise a case it took longer than I imagined, but here at last...
It’s interesting exercise, but generally it’s wrong approach.
Just don’t store LOBs in the DB if DB size or LOBs access performance could t
be an issue.
Alexander Veremev.
I already advised caution, but that's a sweeping statement. In the real world, unfortunately, some of these archive databases can grow and grow. With the right kind of data (compresses well, seldom retrieved), there may be worthwhile benefits. For
example:
* Cheaper HADR replication (logs are smaller), if needed
* Faster, smaller backups and recovery
* Leverage standard database access controls
* Leverage standard database solutions to encrypting sensitive data
I would generally not compress any LOB in a non-archiving context. By archiving, I mean writing data to a separate store where you don't (generally) expect to retrieve it again.
Jeremy Rickard
--- SoupGate-Win32 v1.05
* Origin: fsxNet Usenet Gateway (21:1/5)