database - Oracle DB multiple simultaneous commits are too slow -


i loading multiple batches of data (~40 mb) in parallel oracle db. noticing parallel oracle commits db slow in case. single commit faster. looks problem related oracle redo log files or log file syncs. solve problem.

if have log file switch (checkpoint incomplete) events, it's means sizing redo-logs small. size of them? add more biggest size(it's easy it)?


Comments

Popular posts from this blog

how to proxy from https to http with lighttpd -

android - Automated my builds -

python - Flask migration error -