SparklyPrincess6969
Registered User.
- Local time
- Today, 17:36
- Joined
- Jun 30, 2014
- Messages
- 15
Hi everyone,
My client's database has a form whose datasource is a maze of dozens of interlinked queries, and naturally the thing is crushingly slow to run. (I didn't design this thing!)
Now one particular bottleneck I think I've discovered, is a Union query which stacks ten separate queries on top of each other. My question is, if I (somehow) replace it with a query which works on joins but returns an identical recordset, is this on its own likely to result in a speed improvement?
P.S. Apologies if I've posted this in the wrong subforum.
P.P.S. I also realize this might be a bit of a "how long is a piece of string" type question; I can give more specific details if anyone wants.
My client's database has a form whose datasource is a maze of dozens of interlinked queries, and naturally the thing is crushingly slow to run. (I didn't design this thing!)
Now one particular bottleneck I think I've discovered, is a Union query which stacks ten separate queries on top of each other. My question is, if I (somehow) replace it with a query which works on joins but returns an identical recordset, is this on its own likely to result in a speed improvement?
P.S. Apologies if I've posted this in the wrong subforum.
P.P.S. I also realize this might be a bit of a "how long is a piece of string" type question; I can give more specific details if anyone wants.