RE : [Axapta-Knowledge-Village] Performance Issue

2005-12-21 Thread Steeve Gilbert
@yahoogroups.com Objet: RE: [Axapta-Knowledge-Village] Performance Issue Hello, I found the following: 1. Using the TextBuffer method 0.14 seconds. 2. Using r = r + a 72.14 seconds 3. Using r += a 0.06 seconds So you may want to use either the textBuffer method, or the += operator

Re: RE : [Axapta-Knowledge-Village] Performance Issue

2005-12-21 Thread mohit rajvanshy
, Barry Envoyé : 20 décembre 2005 17:50 À : Axapta-Knowledge-Village@yahoogroups.com Objet : RE: [Axapta-Knowledge-Village] Performance Issue Hello, I found the following: 1. Using the TextBuffer method 0.14 seconds. 2. Using r = r

RE : [Axapta-Knowledge-Village] Performance Issue

2005-12-20 Thread Steeve Gilbert
Conrad Envoyé : 20 décembre 2005 03:37 À : Axapta-Knowledge-Village@yahoogroups.com Objet : RE: [Axapta-Knowledge-Village] Performance Issue Another small optimization: If you only use the name field in your TableBuffer you should only select that field While select Name from tb

RE: [Axapta-Knowledge-Village] Performance Issue

2005-12-20 Thread Bayliss, Barry
] [mailto:Axapta[EMAIL PROTECTED]] On Behalf Of Sonny Wibawa Adi Sent: Tuesday, 20 December 2005 5:51 PM To: Axapta[EMAIL PROTECTED] Subject: Re: [Axapta-Knowledge-Village] Performance Issue Hi, Mohit Rajvanshy, If you want to perform a big size string operation that performance is an important

[Axapta-Knowledge-Village] Performance Issue

2005-12-19 Thread mohit rajvanshy
Hi All, I am trying to fetch the records from a table which is having 30,000 + records. I am concatenating the string. But it is taking too much time for this operation. Any better idea to perform this operation ? TableBuffer tb; str a; ; while select tb { a = a + tb.name; } Thanks in

Re: [Axapta-Knowledge-Village] Performance Issue

2005-12-19 Thread Sonny Wibawa Adi
Hi, Mohit Rajvanshy, If you want to perform a big size string operation that performance is an important role, then you should use TextBuffer class. Just call appendText method to concatenate the string.I tried the class and the result is very significant. The results are 68 seconds

[Axapta-Knowledge-Village] Performance Issue

2004-11-24 Thread Arijit Basu
Dear All, I'm workin with a client who in running Axapta 3.0. The database Server is of the following: Database Size: 26 GB OS: WIN 2003 IBM X255 Server RAM: 4 GB RAID 5 AOS Server is of the following: OS:WIN 2003 IBM X225 Server RAM 1 GB, There is a 100 User Licence However during peak