Originally posted by: AndrewBullock
Hi there
I've recently upgraded my fairly large LP OPL optimisation from my 32 bit Vista Core 2 Duo P9700 development laptop to a VMWare 64 bit Windows Server 2008 R2 XEON X5570. Each of them has CPLEX, the IDE and also SQL Server 2008 running on them. With identical problem / database / setup, as far as is possible, the laptop runs 3 to 4 times faster on writing approx 100,000 rows of data to a simple table in the SQL Server database using:
DBConnection Database("oledb", "//DBName/");
Test_Output to DBUpdate(Database, "INSERT INTO Test_Table VALUES(?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)");
My laptop is a piece of old junk - it shouldn't be running faster than the server.
Any ideas what to look out for?
I've tried adjusting "Database update batch size" in the settings, but the default is the fastest.
Is it possible to adjust the parameters for the actual OLEDB connection with OPL / CPLEX?
Are there any known issues with the OLEDB drivers on 64 bit?
Any suggestions gratefully received.
Thanks
Andrew
#DecisionOptimization#OPLusingCPLEXOptimizer