
14 Dec
2010
14 Dec
'10
3:08 p.m.
On Tue, Dec 14, 2010 at 1:18 AM, Artyom <artyomtnk@yahoo.com> wrote:
I have recently released a new SQL Connectivity library:
Sounds great!
- Performance is the primary goal - make fastest possible SQL connectivity as possible
Some DBMS like Oracle support "array bind" operations (on insert and select) which greatly improve performance by limiting round-trips to the server. A quick look at the doc didn't seem to indicate any particular support for such a thing, which is pretty much essential for apps using Oracle as a repository of scientific data (as opposed to business shopping carts :). Have you considered this? Can it be supported in the future? Thanks, --DD