index

Delta compressed blob storage

2021-08-10


Dali needs a blob storage with delta compression and content based addressing.

There should be these file types in the blob storage:

This structure makes all of the files cacheable as they have stable content based names.

It allows optimizing the storage without changing the names: a compound can be replaced with a base or different sequence of deltas without changing it's name.

Compound lists all the required deltas so that the client can figure out which deltas it does not yet have and retrieve them parallerly or using a singe api call.

How to differentiate compounds from bases?

When a client asks for content corresponding to a hash, it must know if it got a compound or a base.

If the fiels are served from S3 bucket or some other non customized http server then there are two options:

If a customized Dali server is used it can return either compound or a base in a single api call and also mark the content type using response headers.

Splitting large files

Large files could be split to deltas if that makes sense for a p2p protocol. This could be handled by the p2p protocol without being addressed on the blob storage level though.


2021-06-18
temporary index
content addressed functions
programming language agnostic functions
universal sandbox
cross language typing
combining managed and unmanaged memory
low level cloud infrastructure
universal sandbox
2021-10-13
could dabric files be compatible with c structs?
managing files
file management system

This site is generated with zetgen