Deleting a slice

About this task

A slice can be deleted.

Procedure

  1. The slicename is hashed to determine bin file and bin number.
  2. The bin location is retrieved from in-memory pointers.
  3. The bin header is modified in place on disk to indicate the slice has been deleted.

Results

Deletes are committed and finalized like normal writes.