> What are performance with XML when we have large amount of data?
> Concrete situation is table with products in store (name,
> description, price
> ...).
Your application will have to cache all that data in
order to perform adequately.
The implications to performance are that your application
will consume more memory than without caching and that
your application startup time is going to increase
(assuming you populate the cache at startup and not
using lazy initialization).
-TPP
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>