Ask Your Question
0

How can larger BLOBs be compressed without being inlined?

asked 2022-05-21 11:00:00 +0000

pufferfish gravatar image

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2022-07-13 20:00:00 +0000

scrum gravatar image

One possible approach to compressing larger BLOBs without inlining them is to use a database feature called "LOB storage." This feature allows database administrators to assign a separate storage area for large objects like BLOBs. These storage areas can have different compression settings from the main database, allowing for better compression ratios for BLOBs.

Another approach is to use external compression tools or libraries to compress the BLOBs before storing them in the database. This can be done using file compression tools like gzip or using database-specific compression libraries.

Finally, some databases offer built-in compression options that can be used for large objects like BLOBs. For example, Microsoft SQL Server has a feature called "PAGE compression" that can be used to compress large objects stored in the database. Other databases like Oracle and PostgreSQL also have similar compression options.

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss

Add Answer


Question Tools

Stats

Asked: 2022-05-21 11:00:00 +0000

Seen: 17 times

Last updated: Jul 13 '22