Storage record

Last updated

In computer science, a storage record is:

In record-oriented filesystems, a record is a basic unit of device-to-program data transfers. "A storage record is the direct result of transforming a logical record to an actual storage format." [1] Files in record-oriented filesystems are structured collections of records. Records may have a fixed length or variable length.

In Unix-like systems, a number of programs (for example, awk, join, and sort) are designed to process data consisting of records (called lines) each separated by newlines, where each record may contain a number of fields separated by spaces, commas, or some other character.

See also

References

  1. Maciaszek, L.A. (1985). Ghosh, Sakti P.; et al. (eds.). Foundations of Data Organization. Plenum Press. p. 378. ISBN   978-1-4613-1881-1 . Retrieved November 6, 2025.