MongoDB部署大规模爬虫,是否可以使用Document DB,MongoDB 5.X版本是否兼容?

0

我想要部署大规模爬虫,现在想要使用Document DB,请问这个数据库类型跟这个业务场景是否匹配还是有更好的推荐?另外我想要MongoDB 5.X版本,AWS的Document DB 是否兼容,我看官网只兼容到Mongo DB 4.0。

profile picture
EXPERT
asked a month ago13 views
1 Answer
0

Amazon DocumentDB 支持 MongoDB 兼容性,包括 MongoDB 4.0 和 MongoDB 5.0,具体请看https://docs.aws.amazon.com/zh_cn/documentdb/latest/developerguide/compatibility.html 大规模爬虫数据,如果数据量大也可以考虑 opensearch(比Document DB有更好的检索性能,但写性能略低 ) 和dynamodb(无服务器数据库,更低延迟访问),redshift (支持更大规模数据处理)都可以。

profile picture
EXPERT
answered a month ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions