Uploaded image for project: 'S2Robot'
  1. S2Robot
  2. ROBOT-9

DBを利用したURLキューの削除が遅い

XMLWordPrintable

    • Type: Icon: Bug Bug
    • Resolution: Fixed
    • Priority: Icon: Major Major
    • 0.1.0
    • Affects Version/s: None
    • Component/s: S2Robot DB
    • None

      URLキューは大量になるので、SQL文を見直すか、上限を設定できるようにする必要がある。
      実行される SQL は以下。

      delete from URL_QUEUE
       where ID in (
      select dflocal.ID 
        from URL_QUEUE dflocal 
       where dflocal.SESSION_ID = '20090704161034370'
      )
      

            Assignee:
            shinsuke shinsuke
            Reporter:
            shinsuke shinsuke
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: