简体   繁体   English

适用于跟踪大量更改的数据库

[英]Suitable kind of database to track a high volume of changes

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. 我正在尝试实现一个python脚本,该脚本可写入和读取数据库以跟踪3d游戏(Minecraft)中的更改。这些更改是由各种客户端完成的,可以用玩家名称,坐标(x,y,z)和说明。 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? 什么样的数据库适合该工作?

Any kind. 任何一种。 A NoSQL option like MongoDB might be especially interesting. 像MongoDB这样的NoSQL选项可能特别有趣。

PostgreSQL有一个多维数据集模块,该模块支持对3D点和多维数据集的简单存储,索引和空间操作。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM