dbeaver/dbeaver

Decompression of blobs

Offen

#4.979 geöffnet am 11.01.2019

 (14 Kommentare) (2 Reaktionen) (1 zugewiesene Person)Java (4.178 Forks)batch import
externalgood first issuehelp wantedxf:datatransfer

Repository-Metriken

Stars
 (50.035 Sterne)
PR-Merge-Metriken
 (Durchschn. Merge 19T 10h) (105 gemergte PRs in 30 T)

Beschreibung

Sometimes it is needed to store compressed data in the DB. Unfortunately not all the DBs have built-in compression and FUSE compressed FSes are not available for every OS. So it may make sense to store compressed binary blobs in the DB.

Unfortunately when one sees them in DBeaver he sees them compressed, but often they are needed uncompressed. So it'd be nice to have a feature to decompress the contents of certain columns.

This may be done by injecting an external function into SQL doing decompression.

Contributor Guide