Re: [PERFORM] Performance Implications of Using Exceptions

2008-03-31 Thread Ravi Chemudugunta
Hi, thanks for the quick reply. > In general I would recommend that you benchmark them using > as-close-to-real load as possible again as-real-as-possible data. I am running a benchmark with around 900,000 odd records (real-load on the live machine :o ) ... should show hopefully some good bench

[PERFORM] Performance Implications of Using Exceptions

2008-03-31 Thread Ravi Chemudugunta
Hello, I have a typical many to many join table, in this instance it is capturing the multiplicity described as "one person can have many rooms and one room can have many persons". Further the join expresses where in the room the person is sitting, a seat number. I am creating a function to abst