ZeosLib + PostgreSQL performance - 7.0 vs 7.1 vs 7.2
Posted: 16.02.2015, 17:18
Hi,
Several days ago we switch to 7.1 Zeos Lib at Delphi XE7 (before it was 7.0.3 at Delphi 2010). After upgrade our customers asked us about poor application performace. After some test we found Zeos Lib speed malfunction.
We made simple tests (XE7) at 7.0.6, 7.1 and last SVN 7.2. It was very simple loop with 15000 SELECTS with WHERE condition on 60k records table.
The results was (in seconds):
7.0.6 - 90 s
7.1 - 99 s
7.2 - 125 s
This was not real life probe but in real application with million records database results are very bad. Some complicated query process takes about 6 seconds at 7.0.6 and more than 30 seconds at 7.1. It is impossible to upgrade our customers with 5 times slower database cooperation.
So now we had to switch back to 7.0.6 (with some simple mod for XE7 compatibility).
Could anyone confirm this ? Is not possible to upgrade with speed limits like this. Every never version is just slower than older.
Best regards
Several days ago we switch to 7.1 Zeos Lib at Delphi XE7 (before it was 7.0.3 at Delphi 2010). After upgrade our customers asked us about poor application performace. After some test we found Zeos Lib speed malfunction.
We made simple tests (XE7) at 7.0.6, 7.1 and last SVN 7.2. It was very simple loop with 15000 SELECTS with WHERE condition on 60k records table.
The results was (in seconds):
7.0.6 - 90 s
7.1 - 99 s
7.2 - 125 s
This was not real life probe but in real application with million records database results are very bad. Some complicated query process takes about 6 seconds at 7.0.6 and more than 30 seconds at 7.1. It is impossible to upgrade our customers with 5 times slower database cooperation.
So now we had to switch back to 7.0.6 (with some simple mod for XE7 compatibility).
Could anyone confirm this ? Is not possible to upgrade with speed limits like this. Every never version is just slower than older.
Best regards