Re: mysql using big two tables in BSD

2004-04-23 Thread kamlesh pandey
; - Original Message - > From: "kamlesh pandey" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Wednesday, April 21, 2004 5:10 PM > Subject: mysql using big two tables in BSD > > > > Hi, > > I'm new to mysql. > > I

Re: mysql using big two tables in BSD

2004-04-22 Thread Ken Menzel
Ken - Original Message - From: "kamlesh pandey" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, April 21, 2004 5:10 PM Subject: mysql using big two tables in BSD > Hi, > I'm new to mysql. > I have two big tables ,tableA>4GB and tableB

RE: mysql using big two tables in BSD

2004-04-21 Thread Dathan Vance Pattishall
; From: kamlesh pandey [mailto:[EMAIL PROTECTED] > Sent: Wednesday, April 21, 2004 1:10 PM > To: [EMAIL PROTECTED] > Subject: mysql using big two tables in BSD > > Hi, > I'm new to mysql. > I have two big tables ,tableA>4GB and tableB>1GB. > both tables aroun

mysql using big two tables in BSD

2004-04-21 Thread kamlesh pandey
Hi, I'm new to mysql. I have two big tables ,tableA>4GB and tableB>1GB. both tables around 10 million rows,each. tableA has following two cols. user_id(varchar(255) PRIMARY KEY user_data1(MEDIUMTEXT) entries looks like user1 xyz user2 x1.. table