|
> 要不影响其它功能的使用,最核心的想法是隔离。
Those are very good ideas! Isolate, and gradually release it into the critical production system. On RAC, limit the app to connect to one node, then 2 nodes, all nodes. If it's single node, this "gradual" release is harder to control. But maybe allow only a few mid-tier app servers to connect at the beginning. Then allow more, and then all. |
|