1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

バッチ処理とは

1
Posted at

初めに

Webサイト開発の際に他の方がバッチ処理の実装を担当していたが、バッチ処理の実装というのがどのようなものなのかいまいち理解できていなかったため、まとめてみる。

結論

・バッチ処理とは、一括でまとまった処理をすること。
・バッチ処理の実装とは、一括でデータを収集したり、データを登録するために、プログラムなどを作成することを指す。

→そのプログラムにはデータの取得方法や、登録方法、どのような形式で、どの段階で処理を行うか、処理に失敗したときの対応などを記載する。

1
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?