Top "Batch-processing" questions

Batch-processing refers to programmatic execution with minimum human interaction.

C# mongodb driver 2.0 - How to upsert in a bulk operation?

I migrated from 1.9 to 2.2 and reading the documentation I was surprised to discover that is not possible to upsert during …

c# mongodb batch-processing mongodb-.net-driver bulk
Mule batch processing vs foreach vs splitter-aggregator

In Mule, I have quite many records to process, where processing includes some calculations, going back and forth to database …

mule batch-processing mule-component
merge many txt file contents and skip first line in batch command file

I want to create a Batch command file to merge text file with extension ".mf" However, each file contains date …

text batch-file merge batch-processing skip
Use slurm job id

When I launch a computation on the cluster, I usually have a separate program doing the post-processing at the end : …

linux batch-processing hpc slurm
Issue with windows task scheduler with running a powershell script in windows 2008 server

This question would seem a very common question but i have done every possible thing for the solution but nothing …

batch-file powershell scheduled-tasks batch-processing powershell-1.0
How can I run my Rexx program as a batch job?

I have a Rexx program that I want to run as a batch job. How can I do this? This …

batch-processing zos rexx tso
NHibernate command_timeout does not work with batches

Today I experienced an issue with timeouts. I have the following configuration which is used to create a SessionFactory: <…

nhibernate timeout batch-processing
No matter what, I can't batch MySQL INSERT statements in Hibernate

I'm currently facing the well-known and common Hibernate insert batch problem. I need to save batches 5 millions of rows long. …

java mysql hibernate jdbc batch-processing