You need to sign in to do that
Don't have an account?
cmaxo
Querying for accounts
I have noticed that when I do the following query:
Select Id, Name from Account
I get some bizarre differences in the amount of time it takes for the soap call to return. More often than not, this query takes 30 seconds to a minute to return. Sometimes, though, it returns rather quickly. If I change the query to something else:
Select Id, Name from Opportunity
I see the same quick return everytime.
Is there something different about the Account table that is slower than the rest or is there a qualification I need to add to the Account query that would help speed up the results? The Account table I am querying from has no more than 150 rows in it so I don't think it is a size issue. Any help is appreciated.
Thanks,
Corey
Select Id, Name from Account
I get some bizarre differences in the amount of time it takes for the soap call to return. More often than not, this query takes 30 seconds to a minute to return. Sometimes, though, it returns rather quickly. If I change the query to something else:
Select Id, Name from Opportunity
I see the same quick return everytime.
Is there something different about the Account table that is slower than the rest or is there a qualification I need to add to the Account query that would help speed up the results? The Account table I am querying from has no more than 150 rows in it so I don't think it is a size issue. Any help is appreciated.
Thanks,
Corey
I've noticed a similar problem, which I posted today here on the forum. You'll find the link to that post here: http://forums.sforce.com/sforce/board/message?board.id=general_development&message.id=3855.
Hopefully we'll hear of a solution soon.