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.
我已经实现了 predis 服务器。我无法确定我的应用程序是否每次都在 ping 数据库,或者它是否正在从 predis 获取数据。有什么方法可以检查对 Redshift 实例的传入请求?还是测试predis?
好吧,不确定我是否理解了这个问题,但如果您想查看集群上运行的最新查询,您可以查看 stv_recents 视图。或者,如果您有权访问 AWS 控制台,则可以打开集群的“查询”选项卡以获取实时查询执行详细信息。