Quantcast
Viewing latest article 2
Browse Latest Browse All 22

access table in slow query log

Hi,

Hopefully this is an appropriate question for this group. Any ideas why this type of query would show up repeatedly in my slow query log? Is there something I can do to optimize this?

thanks.

# Time: 100715 12:07:03
# User@Host: drupal_db[drupal_db] @ localhost []
# Query_time: 0  Lock_time: 0  Rows_sent: 0  Rows_examined: 12
SELECT 1 FROM access WHERE type = 'host' AND LOWER('67.218.116.166') LIKE LOWER(mask) AND status = 0 LIMIT 0, 1;
# Time: 100715 12:08:17
# User@Host: drupal_db[drupal_db] @ localhost []
# Query_time: 0  Lock_time: 0  Rows_sent: 0  Rows_examined: 12
SELECT 1 FROM access WHERE type = 'host' AND LOWER('216.129.119.47') LIKE LOWER(mask) AND status = 0 LIMIT 0, 1;
# Time: 100715 12:08:50
# User@Host: drupal_db[drupal_db] @ localhost []
# Query_time: 0  Lock_time: 0  Rows_sent: 0  Rows_examined: 12
SELECT 1 FROM access WHERE type = 'host' AND LOWER('67.218.116.165') LIKE LOWER(mask) AND status = 0 LIMIT 0, 1;
# Time: 100715 12:09:30
# User@Host: drupal_db[drupal_db] @ localhost []
# Query_time: 0  Lock_time: 0  Rows_sent: 0  Rows_examined: 12
SELECT 1 FROM access WHERE type = 'host' AND LOWER('216.129.119.49') LIKE LOWER(mask) AND status = 0 LIMIT 0, 1;
# Time: 100715 12:10:47
# User@Host: drupal_db[drupal_db] @ localhost []
# Query_time: 0  Lock_time: 0  Rows_sent: 0  Rows_examined: 12
SELECT 1 FROM access WHERE type = 'host' AND LOWER('216.129.119.43') LIKE LOWER(mask) AND status = 0 LIMIT 0, 1;

Viewing latest article 2
Browse Latest Browse All 22

Trending Articles