RobNorthcott
Programmer
We're planning to redevelop our ageing Delphi 5/BDE/Paradox application and looking into the options.
PostgreSQL is looking good for the database, and we've tried Java/NetBeans, MS Visual Studio and Delphi 2010.
So far, Delphi is looking the most promising, but it seems pathetically slow at accessing the Postgre data. It's OK with very small result sets, but with a query returning even 1000 records it takes ages. That's using an ODBC connection - with the Postgre ADO/OLEDB it runs out of memory and crashes with anything more than a few records.
Is anybody out there using Postgre with Delphi - if so, is it really that slow or is there something we need to know to get it to work properly? The Postgre installation itself is fine - the Java and Visual Studio tests we did run much faster.
Any ideas?
Rob
PostgreSQL is looking good for the database, and we've tried Java/NetBeans, MS Visual Studio and Delphi 2010.
So far, Delphi is looking the most promising, but it seems pathetically slow at accessing the Postgre data. It's OK with very small result sets, but with a query returning even 1000 records it takes ages. That's using an ODBC connection - with the Postgre ADO/OLEDB it runs out of memory and crashes with anything more than a few records.
Is anybody out there using Postgre with Delphi - if so, is it really that slow or is there something we need to know to get it to work properly? The Postgre installation itself is fine - the Java and Visual Studio tests we did run much faster.
Any ideas?
Rob