An Entity of Type: software, from Named Graph: http://dbpedia.org, within Data Space: dbpedia.org

MEMORY is a storage engine for MySQL and MariaDB relational database management systems, developed by Oracle and MariaDB. Before the version 4.1 of MySQL it was called Heap. The SHOW ENGINES command describes MEMORY as: Hash based, stored in memory, useful for temporary tables. MEMORY writes table data in-memory. While the table structures are persisted on-disk, the rows in MEMORY tables are lost when MySQL stops.

Property Value
dbo:abstract
  • MEMORY is a storage engine for MySQL and MariaDB relational database management systems, developed by Oracle and MariaDB. Before the version 4.1 of MySQL it was called Heap. The SHOW ENGINES command describes MEMORY as: Hash based, stored in memory, useful for temporary tables. MEMORY writes table data in-memory. While the table structures are persisted on-disk, the rows in MEMORY tables are lost when MySQL stops. (en)
  • Memory, in passato chiamato Heap, è uno storage engine per MySQL e i suoi fork. La sua caratteristica principale consiste nel registrare i dati (e gli indici) in memoria e non su disco. Questo comporta una serie di limitazioni, ma in compenso garantisce una velocità elevata nelle operazioni di lettura e in quelle di modifica. La licenza è la GNU GPL versione 2. (it)
  • HEAP – mechanizm składowania bazy MySQL, służący do przechowywania danych. Jego charakterystyczną cechą jest nietrwałość przechowywanych informacji – wszystkie przechowywane są tylko w pamięci RAM serwera i znikają wraz z zakończeniem działania serwera MySQL. Jednakże korzystanie tylko z pamięci daje prędkość niemożliwą do osiągnięcia w przypadku innych mechanizmów składowania. Z tego powodu jego główne zastosowanie to tworzenie rozmaitych buforów cache i przechowywanie tymczasowych informacji, których utrata nie powoduje większych szkód. Od MySQL w wersji 4.1 rekomendowaną nazwą jest MEMORY. Przykład polecenia tworzącego tabelę typu HEAP zawierającej jedną kolumnę, będącą jednocześnie kluczem podstawowym: CREATE TABLE testowyHeap ( identyfikator int(11) NOT NULL auto_increment, PRIMARY KEY (identyfikator)) ENGINE=MEMORY; (pl)
dbo:developer
dbo:genre
dbo:license
dbo:wikiPageExternalLink
dbo:wikiPageID
  • 65882884 (xsd:integer)
dbo:wikiPageLength
  • 2357 (xsd:nonNegativeInteger)
dbo:wikiPageRevisionID
  • 1017923658 (xsd:integer)
dbo:wikiPageWikiLink
dbp:developer
  • Oracle and MariaDB (en)
dbp:genre
dbp:license
dbp:name
  • MEMORY (en)
dbp:operatingSystem
dbp:wikiPageUsesTemplate
dcterms:subject
rdf:type
rdfs:comment
  • MEMORY is a storage engine for MySQL and MariaDB relational database management systems, developed by Oracle and MariaDB. Before the version 4.1 of MySQL it was called Heap. The SHOW ENGINES command describes MEMORY as: Hash based, stored in memory, useful for temporary tables. MEMORY writes table data in-memory. While the table structures are persisted on-disk, the rows in MEMORY tables are lost when MySQL stops. (en)
  • Memory, in passato chiamato Heap, è uno storage engine per MySQL e i suoi fork. La sua caratteristica principale consiste nel registrare i dati (e gli indici) in memoria e non su disco. Questo comporta una serie di limitazioni, ma in compenso garantisce una velocità elevata nelle operazioni di lettura e in quelle di modifica. La licenza è la GNU GPL versione 2. (it)
  • HEAP – mechanizm składowania bazy MySQL, służący do przechowywania danych. Jego charakterystyczną cechą jest nietrwałość przechowywanych informacji – wszystkie przechowywane są tylko w pamięci RAM serwera i znikają wraz z zakończeniem działania serwera MySQL. Jednakże korzystanie tylko z pamięci daje prędkość niemożliwą do osiągnięcia w przypadku innych mechanizmów składowania. Z tego powodu jego główne zastosowanie to tworzenie rozmaitych buforów cache i przechowywanie tymczasowych informacji, których utrata nie powoduje większych szkód. Od MySQL w wersji 4.1 rekomendowaną nazwą jest MEMORY. (pl)
rdfs:label
  • Memory (storage engine) (it)
  • Memory (storage engine) (en)
  • HEAP (pl)
owl:sameAs
prov:wasDerivedFrom
foaf:isPrimaryTopicOf
foaf:name
  • MEMORY (en)
is dbo:wikiPageRedirects of
is dbo:wikiPageWikiLink of
is foaf:primaryTopic of
Powered by OpenLink Virtuoso    This material is Open Knowledge     W3C Semantic Web Technology     This material is Open Knowledge    Valid XHTML + RDFa
This content was extracted from Wikipedia and is licensed under the Creative Commons Attribution-ShareAlike 3.0 Unported License