externalgood first issuehelp wantedxf:datatransfer
Repository metrics
- Stars
- (50,035 個のスター)
- PR merge metrics
- (平均マージ 19d 10h) (30d で 105 merged PRs)
説明
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.