【发布时间】:2012-05-16 17:04:39
【问题描述】:
Heroku 没有内置 SQL 控制台,所以我使用了第三方插件:
heroku plugins:install git://github.com/ddollar/heroku-sql-console.git
当我在此控制台中运行简单查询时,一切正常,但当我运行复杂查询时,控制台超时。
当控制台显示“超时”时实际发生了什么?查询是继续运行还是中断?如何增加超时时间?
【问题讨论】:
标签: sql heroku console timeout