Swingbench Update including Oracle Database 23ai Drivers
I know it’s been a while since we’ve had a swingbench update. Thats mainly because of work commitments and “life”. Thats not to say there hasn’t been work go...
So I finally found some time to get a new build of swingbench done. The big change is that swingbench now only supports JDK-17 and above. Now, this might sound like a small change to most of you but it required me to hand code several GUI components to get swingbench working. I was carrying a lot of legacy code and those GUI components used Java functionality that has not only been deprecated but also de-supported. So rather than changing and breaking functionality, I spend the time rebuilding them. So farewell JDK-8 we had fun together but all good things must end. And likewise goodbye swingbench 2.6 and hello swingbench 2.7.
New in this release
Removal of a number of legacy libraries
As you can see from the features above, one of the casualties from the code cleanup and support for JDK 17 was the removal of clusteroverview. It was one of the first extensions I wrote for swingbench and allowed us to demonstrate scalability in Oracle Real Application Clusters. There was nothing I could do to save it. It had too much code in it that would have needed major GUI component rewrites. I think Oracle RAC doesn’t need to prove itself to anyone anymore.
So raise a glass to clusteroverview. Time to rest.
As always you can download it here or from github
Dom
I know it’s been a while since we’ve had a swingbench update. Thats mainly because of work commitments and “life”. Thats not to say there hasn’t been work go...
A small but significant set of changes Last weekend I updated swingbench to add a few features that I’ve had frequent requests for. One is the addition of da...
A new build of Swingbench with a whole bunch of small changes mainly related to the benchmarks. Faster build time for the JSON benchmark when creating lar...
In my previous post “Going Big” I discussed the difference testing a data set of a representative size can make to the usefulness of a benchmark. Running a w...
Swingbench makes it simple to generate a dataset that you can simulate transactions against. However one of the problems I commonly see is that the users of ...
To celebrate the new release of “Oracle Database Free 23c : Developer Release” I’m releasing a new build of swingbench. This build includes a new “Movie Stre...
Swingbench 2.7 So I finally found some time to get a new build of swingbench done. The big change is that swingbench now only supports JDK-17 and above. Now,...
Hybrid Partitioned tables continues to be one of my favorite features of Oracle Database 19c and they’ve gotten better over time as we’ve introduced new feat...
Following quickly on the heels of the update to MonitorDB I’m releasing a new build of DBTimeMonitor. This is a simple update using the latest Oracle jdbc dr...
I’ve just updated MonitorDB. It’s never going to replace Grafana but if you need a quick solution to monitor a few values inside of the Oracle Database and y...
This short blog isn’t about best practices when conducting benchmarks. I think there are plenty of formal papers on the subject available with just a quick G...
I’ll make a confession. I don’t own a Microsoft Windows Machine. I never have and probably never will. This means that I generally never get the oppertunity ...
A New Release of Swingbench… Along with a new website, I’m rolling out a new build of Swingbench. This release is a little embarrassing for me, as it include...
A New Start… Quite a lot has changed since I last posted on this website. I had just left Oracle to join Google… A year and a half later I returned to Oracle...