Skip to content

Data StorageΒΆ

← Back to Domain-Specific Abstractions by Domain

2 domain-specific abstractions whose origin domain is Data Storage.

  • Data deduplication β€” A storage or transfer technique that replaces repeated data regions with references to one retained instance while preserving reconstruction of the original logical data.
  • Sequential access β€” An access mode in which elements are reached in a predetermined order and reaching a later element generally requires traversing earlier positions.