openimsdk / openimsdk/openim-docker
[FEATURE REQUEST] Is MongoDB backward compatible with version 4.4? Some device CPUs do not support the AVX instruction set
Nobody has claimed this yet.
- Dominant language
- Go Template
- Stars
- 88
- Forks
- 114
- PR merge metrics
- No merged PRs in 30d
Description
Why this feature?
MongoDB v4.4 is the last version that does not require the AVX instruction set Some device CPUs do not support the AVX instruction set MongoDB 5.0 mandates the AVX instruction set, which is not friendly to some users
Suggested Solution
Backward support for MongoDB to version 4.4 has enabled users whose CPUs do not support the AVX instruction set to use OpenIM normally
Additional Information
No response
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Inspect the Docker and Docker Compose configuration for MongoDB image or version references. Confirm where MongoDB 5.0 is selected, update the deployment support for version 4.4, and verify that the OpenIM deployment works on CPUs without AVX support.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- docker, docker-compose, mongodb
- Domain
- databases, devops, infrastructure
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 50/100