title: Ozone FS namespace / prefix table summary: Use additional prefix table for indexed data retrieval date: 2021-04-12 jira: HDDS-2939 status: implemented author: Supratim Deka, Anu Engineer, Rakesh Radhakrishnan

Abstract

Flat namespace (like key -> key info) is not efficient for listing/deleting/renaming directories. (Large segments should be scanned, the whole sub-hierarchy). To make deletion / rename fast and atomic (and make the lists faster) the key table is separated for prefix + key table.

Link