Re: How many MySQL tables can we open paralel

2002-06-08 Thread Dan Nelson
In the last episode (Jun 08), Shoshi & Iphtach Cohen said: > Hi experts, > > I appreciate if you could tell me how many MySQL tables we can open in > parallel. >From a client's point of view? Unlimited. Internally, mysql will only open "table_cache" number of tables at once. If the number of

Re: How many MySQL tables can we open paralel

2002-06-08 Thread Bhavin Vyas
Message - From: "Shoshi & Iphtach Cohen" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, June 08, 2002 2:00 PM Subject: How many MySQL tables can we open paralel > Hi experts, > > I appreciate if you could tell me how many MySQL tables we

How many MySQL tables can we open paralel

2002-06-08 Thread Shoshi & Iphtach Cohen
Hi experts, I appreciate if you could tell me how many MySQL tables we can open in parallel. In our application (BuildaGate Suite Technology) which is based on PHP & MySQL, there are strange situations of data loss, and we are looking for information on what are the limitations of an MySQL datab