为什么MySQL中有多个存储电机

发布于 2024-10-19 08:28:12 字数 60 浏览 2 评论 0原文

为什么MySQL中有多个存储电机? 如果比较 MySQL 和 MSSQL 的存储性能。哪些DBMS有优势?

Why there are multiple storage motors in MySQL?
If Make compare between MySQL and MSSQL with storage motor property. Which DBMS have advantage?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

骷髅 2024-10-26 08:28:12

我假设您的意思是“存储引擎”而不是“存储电机”,

基本上不同的引擎意味着不同的目的,有些是为了处理事务,有些是为了快速读取。我建议您参考MySQL 上的存储引擎手册

I'm assuming you meant 'Storage Engines' instead of 'Storage Motors'

basically different engine is meant for different purpose, some are meant to handle transactions, some are meant for fast reads. I shall refer you to Storage Engines on MySQL Manual

屋檐 2024-10-26 08:28:12

在我看来MySQL和MsSQL是两个不同级别的数据库系统。选择哪一种取决于具体情况(linux、windows)以及您的要求。在我看来,MsSQL 更加成熟,而 MySQL 非常容易与 Web 应用程序一起使用。

互联网上有很多东西可以找到。

In my opinion MySQL and MsSQL are two different levels of databasesystems. And which one you pick depends on the situation (linux, windows) and what your requirements are. MsSQL is more grown up in my opinion and MySQL is very easy to use with webapplications.

There is a lot to find on the internet.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文