In Firemonkey, i found Livebindings engine extremely slow when binding grids with databases. It takes more than 30 seconds to fill up a grid with 5000 records and 10 columns.
I tried both TBindDBGridLink and TBindGridLink and results are the same. It looks like all the data that will fill the grid are loaded in memory even if the grid doesn't show them.
Any tip to improve performance?
In VCL, DB aware components can get data nearly instantly. Do you think that VCL is still the better option for new business application projects that will focus on Windows in the beginning?