I am writing an vb.net application which will replace a legacy application written in ObjectPAL/Paradox. The problem is the performance issue. The old App is able to load the whole table(100,000 records) from Paradox database immediately. For the new vb.net App, it took about 7-10 seconds to load the same table from Oracle database. The users are reluctant to change to the new VB app. They complain the new App is too slow.
I have tested on oracle 9i, it took 2-3 seconds to query the whole table(100,000 records).(without output results)
When Paradox database loads the table, is it just open the db file? Why can it be this fast?
I have tested on oracle 9i, it took 2-3 seconds to query the whole table(100,000 records).(without output results)
When Paradox database loads the table, is it just open the db file? Why can it be this fast?