hmmm....but taht still doesn't fix the error. There shouldn't even be an
error! How to fix the varnish cache? Still doesn't solve the problem
just marking this invalid.

** Project changed: aikiframework => openclipart

** Changed in: openclipart
    Milestone: 0.9 => None

-- 
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 openclipart:
  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