One very nice feature of the original scheme is that the reading of the original file was done piecemeal, so that the full content of the file (which is about 0.2GB) was never in memory all at once, which kept the program's memory footprint nice and small.
Is there any way to replicate this small memory footprint if the program reads the binary data from a Pg DB instead of from a file?
FWIW, my OS is Linux.
TIA!
Kynn