Howard Chu @ Symas on Nostr: npub1hcesf…sc5cz Performance above all; preallocated space is faster than ...
npub1hcesfc0fhhhl3hwqlngqaur76kvwk8qdfyakjxwzpstwk2dp2u9szsc5cz (npub1hce…c5cz) Performance above all; preallocated space is faster than incrementally allocated.
And zero-maintenance is another priority. Easiest is to just set maxsize to "the size of my available storage" and forget about it. If you run out of storage, well, that's a provisioning issue and you would have run into that problem anyway, with incremental allocation.
And zero-maintenance is another priority. Easiest is to just set maxsize to "the size of my available storage" and forget about it. If you run out of storage, well, that's a provisioning issue and you would have run into that problem anyway, with incremental allocation.