适合跟踪大量更改的数据库类型

发布于 2024-09-28 08:59:35 字数 153 浏览 1 评论 0原文

我正在尝试实现一个 python 脚本,该脚本写入和读取数据库以跟踪 3d 游戏(Minecraft)中的更改这些更改是由各种客户端完成的,可以由玩家姓名、坐标(x,y,z)和一个描述。我正在存储大量更改,并且想知道存储和检索这些更改的简单且最好快速的方法是什么。什么样的数据库适合这项工作?

I am trying to implement a python script which writes and reads to a database to track changes within a 3d game (Minecraft) These changes are done by various clients and can be represented by player name, coordinates (x,y,z), and a description. I am storing a high volume of changes and would like to know what would be an easy and preferably fast way to store and retrieve these changes. What kinds of databases that would be suited to this job?

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

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

发布评论

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

评论(2

送舟行 2024-10-05 08:59:35

任何种类。像 MongoDB 这样的 NoSQL 选项可能特别有趣。

Any kind. A NoSQL option like MongoDB might be especially interesting.

偏闹i 2024-10-05 08:59:35

PostgreSQL 有一个 cube 模块,支持简单的存储、索引和空间操作3D 点和立方体。

PostgreSQL has a cube module that supports simple storage, indexing and spatial operations on 3D points and cubes.

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