Collin Hsu wrote:
As the database of my Wiki grows biger and biger in size, I wonder if I can delete some useless pages permanently from the database.
Delete the page using the normal page deletion feature, then clear out the archive table (where deleted revisions are stored):
DELETE FROM archive;
-- brion vibber (brion @ pobox.com)