Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: when to use associative arrays?
Jens wrote:
> Hi,
>
> the Oracle documentation recommends the use of associative arrays for
> "relatively small lookup tables". Is there a rule of thumb to determine
> the number of entries up to where it makes sense to use an associative
> array ?
>
> Using Orcacle 9.2.0.3.0 on Win2000 Server
>
> Jens
>
As many as you can fit into memory. Exactly how to measure that, I couldn't say, sorry.
-Mark Bole Received on Tue Sep 27 2005 - 19:22:15 CDT
![]() |
![]() |