Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

增加mongo副本集群支持说明 #15869

Merged
merged 1 commit into from
Jul 25, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,24 +1,34 @@
## 加解密任务

- 任务类型:加密,解密。
- 字段类型:字符串类型,不支持二进制类型。

## Proxy

### 版本
支持现网所有公有云版本,3.6,4.0,4.2,4.4。

### 部署方式
支持分片实例,不支持副本实例。
代理支持的Mongo版本类型

| Mongo版本 | 分片实例 | 副本实例 |
|---------|------|------|
| 3.6 | 是 | 否 |
| 4.0 | 是 | 是 |
|4.2 | 是 | 是 |
|4.4 | 是 | 是 |
|5.0 | 否 | 否 |


### 认证

- 支持:SCRAM-SHA-1,SCRAM-SHA-256。
- 不支持:SSL。

### 对字段类型的支持

- string,字符串类型。
- binData,二进制数据类型。

### 命令

1. insert,insertOne,insertMany,bulkWrite。
2. find,findOne,findOneAndUpdate,findOneAndDelete,findOneAndReplace,findAndModify。
3. update,updateOne,updateMany,replaceOne。
Expand Down