HomeForum
Welcome, Guest

ADO interface support
(1 viewing) (1) Guest
  • Page:
  • 1

TOPIC: ADO interface support

ADO interface support 3 years, 10 months ago #507

  • Radj Kumar
  • OFFLINE
  • Fresh Boarder
  • Posts: 2
  • Karma: 0
Hello

It seems that Visual Importer Ent does not provide ADO interface support?

Radj

Re:ADO interface support 3 years, 10 months ago #509

  • admin
  • NOW ONLINE
  • Moderator
  • Posts: 1931
  • Karma: 11
Radj

Yes. it does not and there is a reason for it.
There are two problems with ADO.
1. It is incredibly slow for inserts.
(50 records per sec with ADO, 2500 per sec with Oracle OCI, depending on the table)

2. When exporting data from large tables it uses all available virtual memory.
What we wanted to do is to fetch 100 records into a buffer in the memory than reuse same buffer over and over again.
Instead it kept all the records in the memory.
If you have 20GIG table think how much memory you need.
We tried to use forward only cursors it did not help either

May be ADO is much better and faster now but so far all our test proved otherwise.

Our setup is only 6MB and it works straight out of the box.
Because we did run a lot of performance tests and removed all redundant code.
and we are still working on the improvements

Best Regards,
Mike.
  • Page:
  • 1
Time to create page: 0.14 seconds

Testimonials

I had my first upload running within 10 minutes of installing Visual Importer ETL

Gene Kovacs,
Director of Technical Business Operations,
A2B

User Login

You only need to log in or register to use our support forum



Our customers

BP

BBC

HSBC


Databases we work with

Go to top