|
|
|
|
|
by astral303
4257 days ago
|
|
I remember using the Progress database, 4GL and all, and it was a painful experience. I remember being very surprised that in mid-2000's, it didn't automatically optimize a query like "A>B and X=Y". It ended up running A>B first, which pulled in most of a huge table, instead of running X=Y, which was much narrower. I thought it was a basic query optimization heuristic to prioritize equality constraints, so I thought it was unacceptable for an enterprise SQL database in mid-2000's to not have that. |
|