I am working on Delphi XE6 project. I am using Firedac for PostgreSQL connection.
There are two datamodules in this project and there are almost 20 TFDtables components on these data modules.
On create event of datamodules I am doing "TFDtable.open" for all tables. These tables contains lots of data say 700000 to 800000 entries.
Issue is with loading of data. It takes atleast 20 sec to load Is there any other way out to make it faster?
FetchOptions.Modeset in those FDTables? - Uwe Raabe