Apart from an early morning run where I query the whole databases in time steps/increments, I then only query that last 10-15mins of a database that is about 300,000 rows.
How can i manage the database when I only want the last 10,000 rows in the RAM. And separate that from a wider search?
Thanks
Neil