RE: API usage records and SQL

2012-06-02 Thread Tamas Monos
Hi, Thanks it worked! -Original Message- From: Sheng Yang [mailto:sh...@yasker.org] Sent: 01 June 2012 19:33 To: cloudstack-dev@incubator.apache.org Subject: Re: API usage records and SQL Hi Tamas, I remember we got some trouble with github repo? Please try the current official repo

Re: API usage records and SQL

2012-06-01 Thread Sheng Yang
> > > -Original Message- > From: Nitin Mehta [mailto:nitin.me...@citrix.com] > Sent: 31 May 2012 17:58 > To: cloudstack-dev@incubator.apache.org > Subject: RE: API usage records and SQL > > Hi Tamas, > Asking for 500 records takes 5-6 seconds and 1000 records takin

RE: API usage records and SQL

2012-06-01 Thread Tamas Monos
something? Regards -Original Message- From: Nitin Mehta [mailto:nitin.me...@citrix.com] Sent: 31 May 2012 17:58 To: cloudstack-dev@incubator.apache.org Subject: RE: API usage records and SQL Hi Tamas, Asking for 500 records takes 5-6 seconds and 1000 records taking 12 seconds shows a li

RE: API usage records and SQL

2012-05-31 Thread Tamas Monos
rom: David Nalley [mailto:da...@gnsa.us] Sent: 31 May 2012 18:28 To: cloudstack-dev@incubator.apache.org Subject: Re: API usage records and SQL On Thu, May 31, 2012 at 1:20 PM, Tamas Monos wrote: > Hi, > > Thank you for spotting this out. > I think it is worth filing a bug for fix/improveme

Re: API usage records and SQL

2012-05-31 Thread David Nalley
On Thu, May 31, 2012 at 1:20 PM, Tamas Monos wrote: > Hi, > > Thank you for spotting this out. > I think it is worth filing a bug for fix/improvement. > Could we somehow build an array with those IDs and send the whole query at > once instead of calling separately for all records? > Bugs at htt

RE: API usage records and SQL

2012-05-31 Thread Tamas Monos
/veberhost -Original Message- From: Nitin Mehta [mailto:nitin.me...@citrix.com] Sent: 31 May 2012 17:58 To: cloudstack-dev@incubator.apache.org Subject: RE: API usage records and SQL Hi Tamas, Asking for 500 records takes 5-6 seconds and 1000 records taking 12 seconds shows a linear increase

RE: API usage records and SQL

2012-05-31 Thread Nitin Mehta
Hi Tamas, Asking for 500 records takes 5-6 seconds and 1000 records taking 12 seconds shows a linear increase and so doesn't seem like there is any performance degradation of any sort here. >From a quick glance at the code it seems that your analysis " It seems there >is a conversion/parsing al