Documentation ¶
Overview ¶
Package blobpacked registers the "blobpacked" blobserver storage
type, storing blobs initially as one physical blob per logical blob, but then rearranging little physical blobs into large contiguous blobs organized by how they'll likely be accessed. An index tracks the mapping from logical to physical blobs.
Example low-level config:
"/storage/": { "handler": "storage-blobpacked", "handlerArgs": { "smallBlobs": "/small/", "largeBlobs": "/large/", "metaIndex": { "type": "mysql", ..... } } }
Click to show internal directories.
Click to hide internal directories.