( Elbandi | 2023. 06. 06., k – 20:15 )

anno nekunk 40+ kis thumbot kellett tarolni egy-egy videohoz (es volt >1M video), egy ffindex nevu cuccot hasznaltunk:

FFindex is a very simple index/database for huge amounts of small files. The files are stored concatenated in one big data file, seperated by '\0'. A second file contains a plain text index, giving name, offset and length of of the small files. The lookup is currently done with a binary search on an array made from the index file.

irtam hozza nginx modult, igy webserver kozvetlenul olvasta. egyszeru volt, es gyors.

hasonlo elven, te is osszecsomagolhatod (pl egynapi) anyagot egy fajlba, es azt kiszolgalhatod: https://github.com/youzee/nginx-unzip-module

ha meg apache kiszolgalas van (elsore nem talaltam modult), de egy kis php scripttel azt is le tudod kezelni: https://www.php.net/manual/en/book.zip.php