mongodbwrite 能不能按字段更新
Open
- Dominant language
- Java
- Stars
- 17.4k
- Forks
- 5.7k
- PR merge metrics
- No merged PRs in 30d
Description
mongodbwrite writemode isreplace 是直接覆盖整条记录的所有字段。。。。 有没有办法做到 update 某几个字段。。就类似sql 一样。。 update table set filed='' where key=''
Contributor guide
No contributing guide indexed for this repository
Research direction
Begin by locating the MongoDBWrite implementation and its isreplace writemode handling, then trace how record keys and fields are passed to MongoDB. Done means the issue's requested field-level update behavior is defined and implemented without replacing unspecified fields, with coverage for the chosen update conditions.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java, mongodb
- Domain
- databases
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100