they need to move us to a new server

On Wed, Mar 30, 2011 at 5:45 AM, Bassel Safadi <[email protected]> wrote:
> the server setting is ok, unless we get more ram
>
> --
> You received this bug notification because you are subscribed to
> aikiframework.
> https://bugs.launchpad.net/bugs/734861
>
> Title:
>  time consuming queries make website unavailable
>


-- 
Jon Phillips
http://rejon.org/ | http://fabricatorz.com/
chat/skype: kidproto | irc: rejon
+1.415.830.3884 (global) | +1-510-499-0894 (sf)
+86-187-1003-9974 (beijing)

-- 
You received this bug notification because you are a member of Aiki
Framework Admins, which is subscribed to aikiframework.
https://bugs.launchpad.net/bugs/734861

Title:
  time consuming queries make website unavailable

Status in Aiki Framework:
  Invalid

Bug description:
  I don't know if this is a bug in AIKI but when I run this query which
  took few seconds to compute and try to access a site when it's still
  executing site show "Guru Meditation" message.

  this is a query (which is not working and don't returning any result
  but it's not the point)

  SELECT aiki_users.userid as id, aiki_users.username as username,
         set_title, set_list_titles.date_added,
         ocal_files.filename as filename,
         ocal_files.id as image_id
  FROM ocal_files, set_list_titles, set_list_contents, aiki_users
  WHERE ocal_files.id = set_list_contents.image_id AND
        set_list_contents.set_list_id = set_list_titles.id
  ORDER BY set_list_titles.date_added DESC

_______________________________________________
Mailing list: https://launchpad.net/~aikiframework.admins
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~aikiframework.admins
More help   : https://help.launchpad.net/ListHelp

Reply via email to