hi, thanks for the reply.. here is the info that you requested.. please keep in mind that i need to do this for over 7000 members.
v 4.0.25
CREATE TABLE Profile_Views (
VistID int(7) NOT NULL auto_increment,
MemberID mediumint(7) NOT NULL default '0',
VisitorID mediumint(7) NOT NULL default '0',
DateTime datetime NOT NULL default '0000-00-00 00:00:00',
PRIMARY KEY (VistID),
KEY SP_Visits (MemberID,VisitorID)
) TYPE=MyISAM AUTO_INCREMENT=1339320 ;