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?

link|improve this question
If you want to move to Mac with Delphi then your only choice is Firemonkey. If you want to Windows only the VCL is the better choice for business apps. Firemonkey will catch up it just needs time to mature. – Robert Love Dec 20 '11 at 13:38
Are you using TGrid or TStringGrid? – Marcus Adams Dec 20 '11 at 21:10
@RobertLove At the moment I'm interested in Windows but it would be nice to start a new project that will be easly extended to other platforms. – Xenon Dec 20 '11 at 21:57
@MarcusAdams TStringGrid – Xenon Dec 20 '11 at 21:58
@MarcusAdams I just changed the BufferCount property of the TBindDBGridLink (it's the same for TBindGridLink) to 5000. – Xenon Dec 21 '11 at 20:22
show 3 more comments
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.