Re: query executes too slow

2001-01-15 Thread Ryan Wahle
Go look at an example in the documentation on how to create an index and create one on the ID column. On 15 Jan 2001 20:57:55 +0100, Tobias Talltorp wrote: > I have a table with 2 fields which I, every fifteen minutes, load new data > into. The data is not formatted by me. It comes from an exter

query executes too slow

2001-01-15 Thread Tobias Talltorp
I have a table with 2 fields which I, every fifteen minutes, load new data into. The data is not formatted by me. It comes from an external source, so when the data is added to the table, the ID doesn´t come in the right order. The table looks like this: +-+--+ | ID | headline