我计划定期 --fork 我的生产 Heroku Postgres 实例到一个登台应用程序。我的问题是,从性能的角度来看,这很糟糕吗?这对我的生产性能有什么影响(如果有的话)?
我考虑过 --forking 我的生产数据库的追随者,但是在尝试这样做时我总是遇到这个错误。
! You cannot fork a follower. The database you are attempting to fork is still too new. Please try again later.