Posts Tagged ‘ array performance ’

Upscaling Your Database Application Performance: The Array Interface

April 30, 2007
By
Upscaling Your Database Application Performance: The Array Interface

Personally I believe the array interface is one of the most overlooked methods to increase database application scalability. Any time an application is selecting or inserting more than a single row, performance benefits are generally observed by using the array interface. The Oracle array interface exists for Oracle Call Interface (OCI), PL/SQL, and JDBC....

Read more »