Hi Dirk, On Thu, Aug 13, 2009 at 8:12 PM, Dirk Reiners<[email protected]> wrote: > Hm, that is surprising indeed. For us OSB has always loaded extremely fast. > > One thing that you can try: by default the FileHandler will run some > optimization GraphOps (like Striping etc.), which have non-linear runtime in > the > input size. So by splitting things into smaller pieces you reduced the > non-linear part. You can try to run without the striper by passing an empty > GraphOpSeq to the FileHandler on loading, and see if that helps. >
That does the trick. The OSB file now loads in 30 seconds, compared to 750 earlier. I was expecting the default graphOpSeq to be NULL; and it isn't. Thanks -- Shree http://www.shreekumar.in/ ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ Opensg-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/opensg-users
