Disk buffer (original) (raw)
Ein Festplattencache bezeichnet den schnellen Zwischenspeicher einer Festplatte, der Schreib- und Lesezugriffe auf einen Datenträger puffert, um den Einfluss der Latenzzeit und Datenübertragungsrate des Datenträgerzugriffs auf das System zu verringern.
Property | Value |
---|---|
dbo:abstract | يشير مصطلح الذاكرة المؤقتة للقرص الصلب أو المخزن المؤقت للقرص الصلب (disk cache) في سياق تخزين بينات الحاسوب إلى جزء محدد من ذاكرة محرك الأقراص الصلب (HDD) يعمل كمخزن مؤقت للبيانات بين اسطوانة القرص الصلب وأجزاء الحاسوب الأخرى. وتترواح مساحة هذه الذاكرة المؤقتة في محركات الأقراص الصلبة بين 8 إلى 256 ميجابايت، بينما تصل إلى 4 جيجابايت في وسائط التخزين ذات الحالة الثابتة. اعتبارا من أواخر 1980sكان تقريبا جميع الأقراص الصلبة تحتوي على متحكم صغير مدمج، وواجهة مقبس تكنولوجي متقدم أو ساتا أو سكزي أو قناة ألياف، وعادةً ما تحتوي دائرة محرك الأقراص على ذاكرة صغيرة تستخدم لتخزين البيانات التي تصل إلى ألواح القرص وتصدر منها. (ar) Ein Festplattencache bezeichnet den schnellen Zwischenspeicher einer Festplatte, der Schreib- und Lesezugriffe auf einen Datenträger puffert, um den Einfluss der Latenzzeit und Datenübertragungsrate des Datenträgerzugriffs auf das System zu verringern. (de) In computer storage, disk buffer (often ambiguously called disk cache or cache buffer) is the embedded memory in a hard disk drive (HDD) or solid state drive (SSD) acting as a buffer between the rest of the computer and the physical hard disk platter or flash memory that is used for storage. Modern hard disk drives come with 8 to 256 MiB of such memory, and solid-state drives come with up to 4 GB of cache memory. Since the late 1980s, nearly all disks sold have embedded microcontrollers and either an ATA, Serial ATA, SCSI, or Fibre Channel interface. The drive circuitry usually has a small amount of memory, used to store the data going to and coming from the disk platters. The disk buffer is physically distinct from and is used differently from the page cache typically kept by the operating system in the computer's main memory. The disk buffer is controlled by the microcontroller in the hard disk drive, and the page cache is controlled by the computer to which that disk is attached. The disk buffer is usually quite small, ranging between 8 MB to 4 GB, and the page cache is generally all unused main memory. While data in the page cache is reused multiple times, the data in the disk buffer is rarely reused. In this sense, the terms disk cache and cache buffer are misnomers; the embedded controller's memory is more appropriately called disk buffer. Note that disk array controllers, as opposed to disk controllers, usually have normal cache memory of around 0.5–8 GiB. (en) Em armazenamento de computadores, buffer de disco (geralmente chamado de cache de disco ou buffer de cache) é a memória incorporada em uma unidade de disco rígido (HDD) que atua como um buffer entre o restante do computador e o usado para armazenamento. As modernas unidades de disco rígido vêm com 8 a 256 MiB de memória, e as unidades de estado sólido vêm com até 4 GB de memória cache. Desde o final dos anos 80, quase todos os discos vendidos incorporavam microcontroladores e uma interface ATA, Serial ATA, SCSI ou Fibre Channel. O circuito da unidade geralmente possui uma pequena quantidade de memória, usada para armazenar os dados que vão e vêm do/para os pratos do disco. O buffer de disco é fisicamente distinto e é usado de maneira diferente do normalmente mantido pelo sistema operacional na memória principal do computador. O buffer do disco é controlado pelo microcontrolador na unidade de disco rígido e o cache de página é controlado pelo computador ao qual esse disco está conectado. O buffer de disco geralmente é bem pequeno, variando entre 8 e 256 MiB, e o cache de páginas é geralmente toda a memória principal não utilizada. Embora os dados no cache de página sejam reutilizados várias vezes, os dados no buffer do disco raramente são reutilizados. Nesse sentido, os termos cache de disco e buffer de cache são equívocos. A memória do controlador embarcado é mais adequadamente chamada de buffer de disco. Observe que os , em oposição aos controladores de disco, geralmente têm memória cache normal de cerca de 0,5 a 8 GiB. (pt) 磁盘缓存(英語:Disk Buffer、Disk Cache)实际上是将下载到的数据先保存于系统为软件分配的内存空间中(这个内存空间被称之为“内存池”),当保存到内存池中的数据达到一个程度时,便會将数据保存到硬盘中。这样可以减少实际的磁盘操作,有效的保护磁盘免于重复的读写操作而导致的损坏。 磁盘缓存是為了減少CPU透過I/O讀取磁碟機的次數,提昇磁碟I/O的效率,用一塊記憶體來儲存存取較頻繁的磁碟內容;因為記憶體的存取是電子動作,而磁碟的存取是機械動作,感覺上磁碟I/O變得較為快速。 相同的技巧可用在寫入動作,我們先將欲寫入的內容放入記憶體中,等到系統有其它空閒的時間,再將這塊記憶體的資料寫入磁碟中。 (zh) |
dbo:thumbnail | wiki-commons:Special:FilePath/Fujitsu_MPG3307AH_ms_avrs-110909.jpg?width=300 |
dbo:wikiPageID | 8641308 (xsd:integer) |
dbo:wikiPageLength | 12500 (xsd:nonNegativeInteger) |
dbo:wikiPageRevisionID | 1120034127 (xsd:integer) |
dbo:wikiPageWikiLink | dbr:Mebibyte dbr:SATA dbr:Linux dbr:Linux_kernel dbr:Tagged_Command_Queuing dbr:Disk_array_controller dbr:Disk_controller dbr:Disk_read-and-write_head dbr:Ext4 dbr:Flash_memory dbr:Page_cache dbr:Journaling_block_device dbr:Microcontroller dbr:Hard_disk_drive dbc:Hard_disk_computer_storage dbr:Hybrid_array dbr:Hybrid_drive dbc:Computer_storage_devices dbc:Solid-state_computer_storage dbr:Solid-state_drive dbr:Fibre_Channel dbr:Operating_system dbr:Serial_ATA dbr:Native_Command_Queuing dbr:Transactional_NTFS dbr:Write_barrier dbr:SCSI dbr:Resource_starvation dbr:Computer_storage dbr:I/O_interface dbr:Hard_disk_platter dbr:RAID_controller dbr:Advanced_Technology_Attachment dbr:Main_memory dbr:Solid_state_drive dbr:Buffer_(computer_science) dbr:File:Fujitsu_MPG3307AH_ms_avrs-110909.jpg dbr:File:WD5000AAKX_16MB_Buffer.jpg |
dbp:wikiPageUsesTemplate | dbt:Anchor dbt:Citation_needed dbt:Distinguish dbt:More_citations_needed dbt:Portal dbt:Reflist dbt:Snd |
dct:subject | dbc:Hard_disk_computer_storage dbc:Computer_storage_devices dbc:Solid-state_computer_storage |
gold:hypernym | dbr:Memory |
rdf:type | owl:Thing dbo:Company yago:WikicatComputerStorageDevices yago:Artifact100021939 yago:Device103183080 yago:Instrumentality103575240 yago:MemoryDevice103744840 yago:Object100002684 yago:PhysicalEntity100001930 yago:Whole100003553 |
rdfs:comment | Ein Festplattencache bezeichnet den schnellen Zwischenspeicher einer Festplatte, der Schreib- und Lesezugriffe auf einen Datenträger puffert, um den Einfluss der Latenzzeit und Datenübertragungsrate des Datenträgerzugriffs auf das System zu verringern. (de) 磁盘缓存(英語:Disk Buffer、Disk Cache)实际上是将下载到的数据先保存于系统为软件分配的内存空间中(这个内存空间被称之为“内存池”),当保存到内存池中的数据达到一个程度时,便會将数据保存到硬盘中。这样可以减少实际的磁盘操作,有效的保护磁盘免于重复的读写操作而导致的损坏。 磁盘缓存是為了減少CPU透過I/O讀取磁碟機的次數,提昇磁碟I/O的效率,用一塊記憶體來儲存存取較頻繁的磁碟內容;因為記憶體的存取是電子動作,而磁碟的存取是機械動作,感覺上磁碟I/O變得較為快速。 相同的技巧可用在寫入動作,我們先將欲寫入的內容放入記憶體中,等到系統有其它空閒的時間,再將這塊記憶體的資料寫入磁碟中。 (zh) يشير مصطلح الذاكرة المؤقتة للقرص الصلب أو المخزن المؤقت للقرص الصلب (disk cache) في سياق تخزين بينات الحاسوب إلى جزء محدد من ذاكرة محرك الأقراص الصلب (HDD) يعمل كمخزن مؤقت للبيانات بين اسطوانة القرص الصلب وأجزاء الحاسوب الأخرى. وتترواح مساحة هذه الذاكرة المؤقتة في محركات الأقراص الصلبة بين 8 إلى 256 ميجابايت، بينما تصل إلى 4 جيجابايت في وسائط التخزين ذات الحالة الثابتة. (ar) In computer storage, disk buffer (often ambiguously called disk cache or cache buffer) is the embedded memory in a hard disk drive (HDD) or solid state drive (SSD) acting as a buffer between the rest of the computer and the physical hard disk platter or flash memory that is used for storage. Modern hard disk drives come with 8 to 256 MiB of such memory, and solid-state drives come with up to 4 GB of cache memory. Note that disk array controllers, as opposed to disk controllers, usually have normal cache memory of around 0.5–8 GiB. (en) Em armazenamento de computadores, buffer de disco (geralmente chamado de cache de disco ou buffer de cache) é a memória incorporada em uma unidade de disco rígido (HDD) que atua como um buffer entre o restante do computador e o usado para armazenamento. As modernas unidades de disco rígido vêm com 8 a 256 MiB de memória, e as unidades de estado sólido vêm com até 4 GB de memória cache. Observe que os , em oposição aos controladores de disco, geralmente têm memória cache normal de cerca de 0,5 a 8 GiB. (pt) |
rdfs:label | ذاكرة مؤقتة للقرص الصلب (ar) Festplattencache (de) Disk buffer (en) Buffer de disco (pt) 磁盘缓存 (zh) |
owl:differentFrom | dbr:Page_cache |
owl:sameAs | freebase:Disk buffer yago-res:Disk buffer wikidata:Disk buffer dbpedia-ar:Disk buffer dbpedia-de:Disk buffer dbpedia-fa:Disk buffer dbpedia-pt:Disk buffer dbpedia-simple:Disk buffer dbpedia-zh:Disk buffer https://global.dbpedia.org/id/3U5Cq |
prov:wasDerivedFrom | wikipedia-en:Disk_buffer?oldid=1120034127&ns=0 |
foaf:depiction | wiki-commons:Special:FilePath/Fujitsu_MPG3307AH_ms_avrs-110909.jpg wiki-commons:Special:FilePath/WD5000AAKX_16MB_Buffer.jpg |
foaf:isPrimaryTopicOf | wikipedia-en:Disk_buffer |
is dbo:wikiPageRedirects of | dbr:Force_Unit_Access dbr:Read-ahead dbr:Read-behind |
is dbo:wikiPageWikiLink of | dbr:BBWC dbr:Semiconductor_memory dbr:List_of_pioneers_in_computer_science dbr:DECstation dbr:Intel_Turbo_Memory dbr:Parallel_ATA dbr:Gary_Kildall dbr:Gluster dbr:MOSFET_applications dbr:Cache_(computing) dbr:Data_buffer dbr:Western_Digital dbr:Windows_Imaging_Format dbr:HPE_XP dbr:X10_accelerated_floppy_drive dbr:ACID dbr:FASTOPEN dbr:Page_cache dbr:Hard_disk_drive_performance_characteristics dbr:Force_Unit_Access dbr:H2_(DBMS) dbr:Hard_disk_drive dbr:Backup_battery dbr:Solid-state_drive dbr:OpenVZ dbr:Microdrive dbr:Unit_Control_Block dbr:Disk_cache dbr:Read-ahead dbr:Read-behind dbr:Native_Command_Queuing |
is rdfs:seeAlso of | dbr:Native_Command_Queuing |
is foaf:primaryTopic of | wikipedia-en:Disk_buffer |