Re: a mysql question

2002-10-16 Thread Dicky Wahyu Purnomo
Pada Thu, 17 Oct 2002 13:36:58 +0800 (CST) µÑ ¶Ì <[EMAIL PROTECTED]> menulis: > I'm a chinese software engineer, and I has use mysql > for three years ago.Now,I get a matter from it. > recently,I'm deal big data use mysql first.every > table's data is one million,so user search the data > will us

RE: a mysql question

2002-10-16 Thread Alan McDonald
I think you need to give us the SQL you are using to do the search - we'll ba ble to see what your are trying to do better Alan > -Original Message- > From: µÑ ¶Ì [mailto:[EMAIL PROTECTED]] > Sent: Thursday, 17 October 2002 15:37 > To: [EMAIL PROTECTED] > Subje

Re: a mysql question

2002-10-16 Thread Niclas Hedhman
Sorry, but it is hard to understand what you are actually asking, but I'll try. If you are returning too large resultset, it is possibly a JDBC driver problem, since it will retrieve all into Java objects, which could take "forever". If you know your SELECT statement, just issue it in the my

a mysql question

2002-10-16 Thread 笛 短
I'm a chinese software engineer, and I has use mysql for three years ago.Now,I get a matter from it. recently,I'm deal big data use mysql first.every table's data is one million,so user search the data will use long time.now ,if some user search one table togeter,the table is dead , and I find the