| List: | General Discussion | « Previous MessageNext Message » | |
| From: | Yingyao Zhou | Date: | October 6 1999 6:26am |
| Subject: | Help: How to select a subset at a time? | ||
| View as plain text | |||
Let me simplify my question by using an example. I have a long table (let's say one million rows) with only one column: name varchar(50) I need to write a web interface to display one hundred entries at a time. select * from name order by name; then display one hundred subset is too expensive. Since there can be more than one user accessing the web simultaneously, storing the selection in a temp file or temp table does not solve the problem. Any suggestion is appreciated. Yingyao
| Thread | ||
|---|---|---|
| • Help: How to select a subset at a time? | Yingyao Zhou | 6 Oct |
| • Re: Help: How to select a subset at a time? | Davor Cengija | 6 Oct |
| • Re: Help: How to select a subset at a time? | Ed Carp | 6 Oct |
| • Re: Help: How to select a subset at a time? | Vivek Khera | 6 Oct |
| • Help with mysql 3.22.25 for freebsd | Chris Manjoine | 6 Oct |
| • Re: Help: How to select a subset at a time? | Fraser MacKenzie | 6 Oct |
| • Re: Help: How to select a subset at a time? | Ed Carp | 6 Oct |
| • Re: Help with mysql 3.22.25 for freebsd | Steve Ruby | 6 Oct |
| • Re: Help with mysql 3.22.25 for freebsd | Chris Manjoine | 6 Oct |
| • Re: Help: How to select a subset at a time? | Davor Cengija | 6 Oct |
| • Re: Help: How to select a subset at a time? | Faisal Nasim | 6 Oct |
