function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
gsmithfarmergsmithfarmer 

Since Summer'14 : Is SELECT id FROM AccountShare hanging for anyone else?

I have seen several cases where 'SELECT id FROM AccountShare ORDER BY LastModifiedDate ASC LIMIT 2000' never returns (e.g. on the developer console a time-out never happens; the query is in the Loading... stage forever.  

This seems to have happened as part of the the Sumner'14 release and does not appear to be happening on all instances.
bob_buzzardbob_buzzard
This query is working for me across several developer and production editions.  I can't believe that there is a problem with the accountshare table itself, otherwise that would break a bunch of functionality.  It sounds more likely to be an intermittent bug in the developer console.

Have you tried executing the query through the execute anonymous window, or via Eclipse? That should help to narriw down where the issue is.