适合初学者的最佳免费数据库管理系统(具有 20GB DB 的能力)

发布于 2024-09-26 10:13:47 字数 1539 浏览 0 评论 0原文

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

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

发布评论

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

评论(1

你的心境我的脸 2024-10-03 10:13:47

对于初学者来说,最好的 RDBMS 系统可能是 MySQL 或 SQLite。

MySQL是一个优秀的数据库系统,能够容纳极其大量的数据。然而,数据并不存储在可移动文件中,正如您在此处所描述的那样。

SQLite 也是一个优秀的数据库系统,能够创建可以轻松地从一台计算机移动到另一台计算机的数据库文件。缺点是对于这么大的数据集,您可能会遇到性能问题。

根据您提到的文件的大小,听起来您拥有的是一个包含一大堆 SQL 语句的文件。如果不看到文件的内容,很难说它来自哪个 RDBMS,但至少您应该安装 MySQL 并学习如何使用它。

The best RDBMS system to use as a beginner is probably going to be either MySQL or SQLite.

MySQL is an excellent database system and is capable of holding an extremely large amount of data. The data however is not stored in a movable file as you have described here.

SQLite is also an excellent database system and is capable of creating database files that you can move from one machine to another quite easily. The downside is that for a data set that large, you will likely have performance issues.

Based on the size of the file you mentioned, it sounds like what you have is a file with a whole bunch of SQL statements in it. Without seeing the contents of the file, it is extremely difficult to say which RDBMS it came from, but at the very least you should install MySQL and learn how to use it.

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