PDA

View Full Version : Speed Testing



phvwijk
15-Jan-2015, 02:49 PM
Hi,

It is program to validate all Tables in a filelist against the rules set out in the dd's.
So loads all records in all tables in its full parents ddo structure. Then does a Request_Validate_All and reports all error in a database table.
So simply stated it does a LOTs of ddo loading of records. Has several bigger field counted tables. The most important one has 233 fields and has a 25 parent structure. That one will be loaded in the ddo buffer possible 80 to 90% of the time.

MSSQL 2008Sr2 express edition.
Daw database driver


Vdf 18.0 in the debugger

Start : 15/01/2015 14:34:25.353
Finish : 15/01/2015 14:41:58.325

Vdf 18.0

Start : 15/01/2015 14:43:27.81
Finish : 15/01/2015 14:47:51.267

Vdf 18.1 in the debugger

Start : 15/01/2015 14:55:07.922
Finish : 15/01/2015 14:59:03.319

Vdf 18.1

Start : 15/01/2015 14:59:41.194
Finish : 15/01/2015 15:03:38.78


Peter



8574

philby
21-Jan-2015, 11:44 PM
Just hang on Peter while I write a program to calculate the differences ;)