Loading data fast – DML error logging performance
In the last post of my “Loading data fast” series I showed how DML error logging can be used to […]
In the last post of my “Loading data fast” series I showed how DML error logging can be used to […]
In the last post of my series “Loading data fast” I showed how batch inserts can actually make a huge
In my last post I talked about how persisting data can become the bottleneck on large high scale systems nowadays.
Today more and more applications have the requirement to load data fast. While this requirement isn’t new in IT, nowadays
It has been a while since my last post and I’m very sorry for that but I’m currently very busy
As I had to run some comparison test Oracle 10g and 11g I also did a little test with the
A few days ago I had a nice discussion with one of our developers here in the office. The subject:
Since 8i you can write stored procedures also in Java. But what is the advantage of writing a procedure in
After more and more reads about BULK COLLECT and FORALL and their performance improvements I decided to have a closer