Ok, I have a very strange problem. English is not my first language, so I’ll try my best to be clear.
I have a local parametrized view with some tables, left and right joins. Rushmore tell me that everything is optimized. The main table has 180 000 records. When I do a requery() on one primary key, the result is instantaneous and return me only one record. It’s what I want. This is my editing record for a form.
Now, I have another query, based on the same tables but retrieve approximatively 70 000 rows. It’s not a parameterized view. It’s a browse table that I show for the user to pick one record. When the user made his choice, I keep the key code, and requery() my parameterized view. The requery() took 10 to 15 minutes to complete.
I recreate the indexes, pack memos, pack the table, remove all joins, verify my network… Nothing. I even try to run it on a local machine, same problem.
I’m using VFP 9 SP2 with free tables.
Thanks in advance.
I have a local parametrized view with some tables, left and right joins. Rushmore tell me that everything is optimized. The main table has 180 000 records. When I do a requery() on one primary key, the result is instantaneous and return me only one record. It’s what I want. This is my editing record for a form.
Now, I have another query, based on the same tables but retrieve approximatively 70 000 rows. It’s not a parameterized view. It’s a browse table that I show for the user to pick one record. When the user made his choice, I keep the key code, and requery() my parameterized view. The requery() took 10 to 15 minutes to complete.
I recreate the indexes, pack memos, pack the table, remove all joins, verify my network… Nothing. I even try to run it on a local machine, same problem.
I’m using VFP 9 SP2 with free tables.
Thanks in advance.