Distributed cache (original) (raw)
Розподілений кеш (англ. Distributed cache) — розширення традиційної концепції кешу. Розподілений кеш може охоплювати множину серверів, таким чином мати більший розмір та ємність. Традиційно використовується для тимчасового зберігання даних з постійного сховища та дані вебсесій. Сама ідея розподіленого кешування стала здійсненною завдяки здешевшанню RAM пам'яті та пришвидшенню мережевого зв'язку.
Property | Value |
---|---|
dbo:abstract | Verteilter Cache bezeichnet im Computing eine Erweiterung vom traditionellen Konzept eines Caches der normalerweise in einer einzigen genutzt wird. Ein verteilter Cache kann sich über mehrere Server spannen, um an Größe und Transaktionskapazität zu wachsen. Verteilter Cache wird hauptsächlich zum Ablegen von Applikationsdaten von Datenbanken und Web-Sitzungsdaten verwendet. Die Idee vom verteilten Caching wurde realisierbar, seit RAM günstiger und Netzwerkkarten sehr viel schneller wurden – 1 Gbit ist heutzutage Standard vielerorts und 10 Gbit bereits auf dem Vormarsch. Verteilter Cache funktioniert auch gut auf kostengünstigen Geräten z. B. bei Webservern, im Gegensatz zu Datenbankservern, diese benötigen preisintensive Hardware. (de) In computing, a distributed cache is an extension of the traditional concept of cache used in a single locale. A distributed cache may span multiple servers so that it can grow in size and in transactional capacity. It is mainly used to store application data residing in database and web session data. The idea of distributed caching has become feasible now because main memory has become very cheap and network cards have become very fast, with 1 Gbit now standard everywhere and 10 Gbit gaining traction. Also, a distributed cache works well on lower cost machines usually employed for web servers as opposed to database servers which require expensive hardware.An emerging internet architecture known as Information-centric networking (ICN) is one of the best examples of a distributed cache network. The ICN is a network level solution hence the existing distributed network cache management schemes are not well suited for ICN. In the supercomputer environment, distributed cache is typically implemented in the form of burst buffer. (en) Розподілений кеш (англ. Distributed cache) — розширення традиційної концепції кешу. Розподілений кеш може охоплювати множину серверів, таким чином мати більший розмір та ємність. Традиційно використовується для тимчасового зберігання даних з постійного сховища та дані вебсесій. Сама ідея розподіленого кешування стала здійсненною завдяки здешевшанню RAM пам'яті та пришвидшенню мережевого зв'язку. (uk) 在计算机科学中,分布式缓存(英語:distributed cache)是传统单机缓存概念的一个延伸,用于表示能跨越多台服务器,同时具有可扩展性的缓存。分布式缓存主要用于需要存取数据库的大规模网络应用。分布式缓存的思路随着随机存取存储器价格的降低以及网络连接速度的提升变得可行。同时,分布式缓存可以运行于相对数据库服务器更加便宜的Web服务器上。 (zh) |
dbo:wikiPageID | 35273620 (xsd:integer) |
dbo:wikiPageLength | 2875 (xsd:nonNegativeInteger) |
dbo:wikiPageRevisionID | 1115645494 (xsd:integer) |
dbo:wikiPageWikiLink | dbr:AppFabric dbr:Riak dbr:Information-centric_networking dbr:Couchbase_Server dbr:Memcached dbr:Ehcache dbr:GigaSpaces dbr:Apache_Ignite dbr:Cache-oblivious_algorithm dbr:Cache_(computing) dbr:Cache_coherence dbr:Cache_language_model dbr:Cache_manifest_in_HTML5 dbr:Cache_stampede dbr:Computing dbr:Supercomputer dbc:Distributed_computing dbr:Database_server dbr:Web_server dbr:Locale_(computer_hardware) dbr:Aerospike_(database) dbr:Database dbr:Oracle_Coherence dbr:Hazelcast dbr:Tarantool dbc:Cache_(computing) dbr:Burst_buffer dbr:Database_cache dbr:Infinispan dbr:Network_interface_controller dbr:Random-access_memory dbr:Redis dbr:Cache_algorithms dbr:Session_(computer_science) dbr:Velocity_(memory_cache) dbr:SafePeak |
dbp:wikiPageUsesTemplate | dbt:Reflist dbt:Use_dmy_dates dbt:When |
dct:subject | dbc:Distributed_computing dbc:Cache_(computing) |
gold:hypernym | dbr:Extension |
rdf:type | dbo:Software |
rdfs:comment | Розподілений кеш (англ. Distributed cache) — розширення традиційної концепції кешу. Розподілений кеш може охоплювати множину серверів, таким чином мати більший розмір та ємність. Традиційно використовується для тимчасового зберігання даних з постійного сховища та дані вебсесій. Сама ідея розподіленого кешування стала здійсненною завдяки здешевшанню RAM пам'яті та пришвидшенню мережевого зв'язку. (uk) 在计算机科学中,分布式缓存(英語:distributed cache)是传统单机缓存概念的一个延伸,用于表示能跨越多台服务器,同时具有可扩展性的缓存。分布式缓存主要用于需要存取数据库的大规模网络应用。分布式缓存的思路随着随机存取存储器价格的降低以及网络连接速度的提升变得可行。同时,分布式缓存可以运行于相对数据库服务器更加便宜的Web服务器上。 (zh) In computing, a distributed cache is an extension of the traditional concept of cache used in a single locale. A distributed cache may span multiple servers so that it can grow in size and in transactional capacity. It is mainly used to store application data residing in database and web session data. The idea of distributed caching has become feasible now because main memory has become very cheap and network cards have become very fast, with 1 Gbit now standard everywhere and 10 Gbit gaining traction. Also, a distributed cache works well on lower cost machines usually employed for web servers as opposed to database servers which require expensive hardware.An emerging internet architecture known as Information-centric networking (ICN) is one of the best examples of a distributed cache netw (en) Verteilter Cache bezeichnet im Computing eine Erweiterung vom traditionellen Konzept eines Caches der normalerweise in einer einzigen genutzt wird. Ein verteilter Cache kann sich über mehrere Server spannen, um an Größe und Transaktionskapazität zu wachsen. Verteilter Cache wird hauptsächlich zum Ablegen von Applikationsdaten von Datenbanken und Web-Sitzungsdaten verwendet. Die Idee vom verteilten Caching wurde realisierbar, seit RAM günstiger und Netzwerkkarten sehr viel schneller wurden – 1 Gbit ist heutzutage Standard vielerorts und 10 Gbit bereits auf dem Vormarsch. (de) |
rdfs:label | Verteilter Cache (de) Distributed cache (en) Розподілений кеш (uk) 分布式缓存 (zh) |
owl:sameAs | freebase:Distributed cache wikidata:Distributed cache dbpedia-de:Distributed cache dbpedia-uk:Distributed cache dbpedia-zh:Distributed cache https://global.dbpedia.org/id/4iXZG |
prov:wasDerivedFrom | wikipedia-en:Distributed_cache?oldid=1115645494&ns=0 |
foaf:isPrimaryTopicOf | wikipedia-en:Distributed_cache |
is dbo:wikiPageWikiLink of | dbr:Cache_replacement_policies dbr:Memory_virtualization dbr:AppFabric dbr:AppFabric_Caching dbr:Ehcache dbr:Gemstone_(database) dbr:Consistent_hashing dbr:Cache_(computing) dbr:Single_system_image dbr:Distributed_computing dbr:Distributed_data_store dbr:Distributed_memory dbr:NoSQL dbr:Oracle_Coherence dbr:Hazelcast dbr:Distributed_database dbr:PlayerScale dbr:Solid-state_drive dbr:Infinispan dbr:Redis |
is foaf:primaryTopic of | wikipedia-en:Distributed_cache |