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.
ODP.net パラメータ配列を使用して、レコードのバッチ挿入を実現します。この方法は、レコードに BLOB 列が含まれていない場合に非常にうまく機能します。通常、1 秒間に約 10,000 件のレコードを挿入できます。
レコードに BLOB 列が含まれている場合、パフォーマンスが低下します。約 1,000 レコードには 8 秒が必要です。
BLOB 列を含むレコードを効率的にバッチ挿入する方法はありますか。