gpt4 book ai didi

mysql - MySQL是内存数据库吗?

转载 作者:行者123 更新时间:2023-11-29 07:54:04 24 4
gpt4 key购买 nike

请澄清一下MySQL是内存数据库吗?

最佳答案

MySQL提供了几个storage engines 其中之一MEMORY :

The MEMORY storage engine (formerly known as HEAP) creates special-purpose tables with contents that are stored in memory. Because the data is vulnerable to crashes, hardware issues, or power outages, only use these tables as temporary work areas or read-only caches for data pulled from other tables.

但是,这是一个独特的区别。它不将其限定为内存数据库。还有其他系统也提供内存选项;就像 SQLite 一样。

内存数据库的一个示例是 voltdb .

redis有时称为内存数据库,但严格来说,它是键/值存储。 MySQL 中没有您所习惯的“表”。

关于mysql - MySQL是内存数据库吗?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/25621343/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com