RE: [aseek-users] Clearing database...
J and T
Thu, 15 Jan 2004 12:29:33 -0800
Try optimizing the tables. At the mysql prompt type:
optimize table xxxx;
xxxx would be the table you want to optimize. There are a lot of tables. To
get a list of tables for your aspseek simply login to mysql with that user
and type:
show tables;
Then just start going through the list.
Regards,
John
Hello,
When i partly clear the database with index -C -u 'http://server.com%',
size of the database does not decrease;
even after i removed about 30% of total urls, size remained the same...
why?
thank you.
_________________________________________________________________
Let the new MSN Premium Internet Software make the most of your high-speed
experience. http://join.msn.com/?pgmarket=en-us&page=byoa/prem&ST=1
-
RE: [aseek-users] Clearing database...
J and T