Ask a Question

Prefer a chat interface with context about you and your work?

Cost-Oblivious Storage Reallocation

Cost-Oblivious Storage Reallocation

Databases allocate and free blocks of storage on disk. Freed blocks introduce holes where no data is stored. Allocation systems attempt to reuse such deallocated regions in order to minimize the footprint on disk. When previously allocated blocks cannot be moved, this problem is called the memory allocation problem. The …