問題タブ [compose-db]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
java - MySQL Compose DB から last_insert_id() を取得できません
IBM bluemix が提供する Compose for MySQL データベースから "last_insert_id()" を取得しようとすると、Spring-Batch アプリケーションが次のエラーを生成します。
node.js - Compose for PostgreSQL を IBM Cloud Functions から接続する方法
私は IBM Cloud Functions を使用して音声ファイルをテキストに変換しており、そのために IBM Watson 音声テキスト変換サービスを使用しています。ここでは、トランスクリプトを PostgreSQL データベースに保存します。トランスクリプトをデータベースに保存できるように、IBM Cloud Functions と Compose for PostgreSQL サービスの間に接続はありますか。
クラウド関数でノード ランタイムを使用しています。
postgresql - 断続的な「ピアによる接続のリセット」SQL postgres
非アクティブな状態が一定期間続いた後、最初の postgres sql クエリを実行すると、go Web サービスにnet.OpError
with メッセージが表示されます。read tcp x.x.x.x:52086->x.x.x.x:24414: read: connection reset by peer
エラーの後、後続のリクエストは正常に機能します。
postgres データベースは、postgres db の前に haproxy がある compose.com でホストされています。私の go Web アプリは、標準の sql と sqlx を使用しています。
db.Ping()
15 分ごとに起動するティッカーを実行してみましたが、問題は解決していません。
go standard sql
lib がこれらの接続ドロップを処理しないのはなぜですか?