RE: Large Collections

2000-12-08 Thread Tim Drury
Hey John, I think we talked about this on irc. Orion's finders just aren't flexible enough to fetch only a subset (unless you can create your own index and keep track of it). I see two options: use TopLink since it has a lazy- fetch cache, but I'm not sure how easy it would be to get TopLink

Re: Large Collections

2000-12-08 Thread Robert Krueger
At 17:59 07.12.00 , you wrote: >We're working on an ecommerce site which has a rather large (> 3M) record >products table. We were hoping that the Collection which is returned when an >entity bean's collection field getter is called would be smart .. that the >entity beans would be instantiated as