A File By Any Other Name: Managing File Names with Metadata

Appeared in Proceedings of the 7th International Systems and Storage Conference (SYSTOR '14).

Abstract

File names are one of the earliest computing abstractions, a string of characters to uniquely identify a file for the system, and to help users remember the contents when they look for it later. They are also a rich source of semantic metadata about files. However, this metadata is unstructured and opaque to the rest of the system. As a result, metadata in file names is often error-prone, and hard to search for. File names can and should be more meaningful and reliable, while simplifying application design and encouraging users and applications to provide more metadata for search. We describe a POSIX compliant prototype file system, TrueNames, which demonstrates an alternate approach to naming and metadata, called metadata aware naming. TrueNames separates the task of uniquely identifying a file from the task of helping the user remember its contents. It captures metadata in a structured format for later indexing, and uses it to generate file names which are correct, regenerable, and disambiguatable by design. TrueNames simplifies application design by providing a consistent interface for metadata aware naming, incurs a low overhead of approximately 15% under realistic workloads, and can simplify a wide variety of data management tasks for both applications and users.

Publication date:
June 2014

Authors:
Aleatha Parker-Wood
Darrell D. E. Long
Ethan L. Miller
Philippe Rigaux
Andy Isaacson

Projects:
Scalable File System Indexing

Available media

Full paper text: PDF

Bibtex entry

@inproceedings{parkerwood-systor14,
  author       = {Aleatha Parker-Wood and Darrell D. E. Long and Ethan L. Miller and Philippe Rigaux and Andy Isaacson},
  title        = {A File By Any Other Name: Managing File Names with Metadata},
  booktitle    = {Proceedings of the 7th International Systems and Storage Conference (SYSTOR '14)},
  month        = jun,
  year         = {2014},
}
Last modified 28 May 2019