Descărcare | Enterprise | Cumpără acum | Capturi de ecran | Istoric | Ajutor | Ghid practic | Forum
Licență și înregistrare
Bandizip License Policy How to register Bandizip Bandizip Edition Comparison Bandizip MSE (Microsoft Store Edition) How to receive a receipt Refund Policy How to unregister Bandizip
Caracteristici exclusive ale Bandizip Paid Edition
Cum se folosește Managerul de parole Folosirea uneltei Reparare arhivă Folosirea uneltei Recuperare Parolă How to preview images in an archive with Bandizip How to use Antimalware Scan on Archive
Caracteristici și termeni tehnici
How to zip files with Bandizip How to unzip files with Bandizip Cum se folosește Extrage Aici (Inteligent) Cum să împarți un fișier mare în fișiere mai mici cu Bandizip Folosirea numelor de fișiere Unicode în format ZIP Formatul de arhivă ZIPX Formatul de arhivă 7z ZPAQ archive format Solid Compression Deschiderea fișierelor RAR Deschiderea fișierelor ALZ și EGG Folosirea funcției Trage-și-Lasă Folosirea compresiei Multi-core Folosirea arhivării de mare viteză How to modify an archive without decompression How to open a file in an archive without extraction How to edit a file and save it in an archive directly How to set a password for an archive Cum se criptează numele fișierelor din arhive Cum să mutați fișierele în coșul de reciclare (coș de gunoi) la ștergere How to compress a file even when the file is used by another process How to use Parallel Extraction Expand folder tree automatically Cum să preveniți coruperea datelor printr-un backup sigur Cum se testează o arhivă Cum să copiați informațiile Zone.Identifier pentru protecția împotriva programelor malware How to change the theme color for Bandizip How to export and import Bandizip settings Cum se dezinstalează Bandizip Tipuri de actualizări Parametrii liniei de comandă Setările Bandizip ale parametrilor liniei de comandă Bandizip în Windows 10 pe ARM
Depanare
How to troubleshoot when I can’t register Bandizip Cum să rezolv problemele atunci când nu pot accesa contul de e-mail pe care l-am folosit pentru a cumpăra Bandizip Cum să rezolvați problemele atunci când detectarea automată a paginii de cod nu funcționează corect Cum se rezolvă problema atunci când Bandizip deschide automat fișiere arhivă la descărcarea de pe browser Cum se rezolvă problemele atunci când o pictogramă pentru arhive nu apare corect în Explorer de fișiere How to troubleshoot when a right-click menu (context menu) for Bandizip doesn’t appear How to troubleshoot when a right-click menu (context menu) for Bandizip isn’t displayed properly How to troubleshoot when the compression or decompression speed is too slow How to troubleshoot when Error 22 occurs and Mac Finder on Catalina can’t extract a ZIP archive Cum să rezolvați problemele atunci când Mac Finder nu poate extrage un fișier ZIP criptat Folosirea unui caracter lingvistic nealfabetic într-o parolă Testarea mai multor arhive How to troubleshoot “The parameter is incorrect.” How to troubleshoot when Bandizip conflicts with Sticky Notes How to troubleshoot when I can’t open an archive in a network mapped drive How to troubleshoot when a split archive can’t be decompressed How to troubleshoot when bdzsfx.x86.sfx is diagnosed as malware How to run Bandizip on Linux using Wine

Solid Compression

To learn about solid compression, you need to understand first how compression of common ZIP format works.

Compression of common archive formats (ZIP, LZH, ARJ...)

The following image shows the structure of ZIP format; ZIP and other formats not supporting solid compression, process all the files to be archived as individual files.


Image from Wikipedia

For example, when you archive file1.txt, file2.txt, and file3.txt in file.zip, each of the original files is compressed individually in file.zip as below.



Solid compression

Solid compression, on the other hand, is a method of processing multiple files as a single unit. Processing files as one unit has an advantage of a higher compression ratio if there is any similarity between the files.



7Z and RAR formats support solid and non-solid compression both. TGZ(tar.gz), TBZ(tar.bz2), and TXZ(tar.xz) are some types of TAR formats used together with other compression methods, and they are also considered as solid compression formats.

Disadvantage of solid compression

Though solid compression has the advantage of the high compression ratio, it has its disadvantage as well. When multiple files are compressed in a single solid block, the solid block is one unit and the file located in the middle of the block cannot be decompressed immediately.

As shown in the example below, file2.txt is a very small file. To decompress file2.txt, however, file1.txt located in the front of the block needs to be decompressed first and only then can file2.txt be decompressed.



Compression with multiple solid blocks

To improve the low accessibility to the compressed files in the middle of the single solid block, 7Z and RAR formats support compression of multiple solid blocks.

If a user specifies the size of the solid blocks, the files are processed as multiple solid blocks in the specified size. By this method, a high compression ratio and accessibility to the compressed files can be achieved at the same time.



Bandizip supports specifying the solid block size of 7Z format as below.