Re: [GENERAL] charting performance measures with number or records in table

2006-05-04 Thread Jim C. Nasby
On Mon, May 01, 2006 at 04:46:33PM +0200, SunWuKung wrote: > We had a discussion with my friend about whether to use an array or an > attached table and I was in favor of the attached table while he was > concerned about the the performance of the select/insert as the number > or records in the

[GENERAL] charting performance measures with number or records in table

2006-05-02 Thread SunWuKung
We had a discussion with my friend about whether to use an array or an attached table and I was in favor of the attached table while he was concerned about the the performance of the select/insert as the number or records in the attached table grew and so favored to use an array in the parent t