RockteMQ-AI commented on issue #956: URL: https://github.com/apache/rocketmq-dashboard/issues/956#issuecomment-5192810772
**Issue Evaluation** Category: `enhancement` | Status: **Evaluated** Adding PostgreSQL as an opt-in persistence backend is a reasonable request for deployments that standardize on PostgreSQL. The current MyBatis-Plus layer and MySQL-specific schema would need abstraction. **Feasibility:** Feasible but non-trivial. Requires: 1. Abstracting MySQL-specific DDL (auto-increment, data types) 2. Providing a PostgreSQL schema variant 3. Making the datasource configuration switchable **Compatibility:** No breaking changes — PostgreSQL would be opt-in alongside existing MySQL support. --- *Automated evaluation by RockteMQ-AI* -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
