storage table

  • 11folding table — table which can be folded into compact form for storage …

    English contemporary dictionary

  • 12Extensible Storage Engine — For JET Red storage engine of Microsoft Access, see Microsoft Jet Database Engine. For the teacher s term, Exceptional education. Extensible Storage Engine (ESE), also known as JET Blue, is an Indexed Sequential Access Method (ISAM) data storage… …

    Wikipedia

  • 13Extensible Storage Engine — Pour les articles homonymes, voir ESE. Extensible Storage Engine …

    Wikipédia en Français

  • 14Hash table — Not to be confused with Hash list or Hash tree. Unordered map redirects here. For the proposed C++ class, see unordered map (C++). Hash Table Type unsorted dictionary Invented 1953 Time complexity in big O notation Average Worst case Space …

    Wikipedia

  • 15Distributed hash table — A distributed hash table (DHT) is a class of a decentralized distributed system that provides a lookup service similar to a hash table; (key, value) pairs are stored in a DHT, and any participating node can efficiently retrieve the value… …

    Wikipedia

  • 16Control table — This simple control table directs program flow according to the value of the single input variable. Each table entry holds a possible input value to be tested for equality (implied) and a relevant subroutine to perform in the action column. The… …

    Wikipedia

  • 17Page table — A page table is the data structure used by a virtual memory system in a computer operating system to store the mapping between virtual addresses and physical addresses. Virtual addresses are those unique to the accessing process. Physical… …

    Wikipedia

  • 18Mass Storage Subsystem — Das IBM 3850 Mass Storage Subsystem war ein Massenspeichersubsystem der Firma IBM. Es war ein Vorläufer der heutigen Bandbibliotheken und ermöglichte es, Daten auf virtuellen Plattenspeichern zu verwalten. Inhaltsverzeichnis 1 Aufbau und… …

    Deutsch Wikipedia

  • 19Lookup table — In computer science, a lookup table is a data structure, usually an array or associative array, often used to replace a runtime computation with a simpler array indexing operation. The savings in terms of processing time can be significant, since …

    Wikipedia

  • 20Routing table — In computer networking a routing table, or Routing Information Base (RIB), is a data table stored in a router or a networked computer that lists the routes to particular network destinations, and in some cases, metrics (distances) associated with …

    Wikipedia