Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Heroku 没有内置 SQL 控制台,所以我使用了第三方插件:
heroku plugins:install git://github.com/ddollar/heroku-sql-console.git
当我在此控制台中运行简单查询时,一切正常,但是当我运行复杂查询时,控制台超时。
当控制台显示“超时”时实际发生了什么?查询是继续运行还是中断?如何增加超时?
现在我有一个答案,会发生什么:查询继续运行到最后。Heroku 家伙昨天增加了 sql 控制台超时。