[drupal-devel] history-table
Dries Buytaert
dries at buytaert.net
Sat May 7 11:45:31 UTC 2005
From profiling drupal.org, it seems that updating entries in (or
inserting entries into) the history-table can be quite slow. Turns out
the table it pretty big, so I'm not sure it is missing an index or two.
mysql> select count(*) from history;
+----------+
| count(*) |
+----------+
| 123805 |
+----------+
1 row in set (0.00 sec)
--
Dries Buytaert :: http://www.buytaert.net/
More information about the drupal-devel
mailing list