Large datasets
Publicado: Dom Sep 23, 2007 11:08 pm
Hi,
I'm evaluating Xailer (so far pretty impressed) and have some questions I
hope somebody could answer:
What is the best way to open MySQL (v5.0.11) tables with +700.000 rows?
I've tried a lot of combinations (client/serverside cursors, setting max
rows=100 etc.) using TSqlTable, but that exhaust the memory of the PC. I
guess the answer is TSqlQuery with a limit in SQL SELECT statement (the
:cSelect property, the :nMaxRecords does not help on the memory problem).
So, do I have to actively use the TSqlQuery:cSelect property, or are there
any built-in functionality in Xailer wich let us seamlessly use large SQL
datasets the same way as .DBF files? (In Clipper with COMIX I can access,
browse and filter huge .DBF files without any care about how many records
there are in the table.)
How do you do it when you design for example a browse window with such large
SQL tables?
Any idea or remark about this is appreciated, thanks.
Regards,
Paal
I'm evaluating Xailer (so far pretty impressed) and have some questions I
hope somebody could answer:
What is the best way to open MySQL (v5.0.11) tables with +700.000 rows?
I've tried a lot of combinations (client/serverside cursors, setting max
rows=100 etc.) using TSqlTable, but that exhaust the memory of the PC. I
guess the answer is TSqlQuery with a limit in SQL SELECT statement (the
:cSelect property, the :nMaxRecords does not help on the memory problem).
So, do I have to actively use the TSqlQuery:cSelect property, or are there
any built-in functionality in Xailer wich let us seamlessly use large SQL
datasets the same way as .DBF files? (In Clipper with COMIX I can access,
browse and filter huge .DBF files without any care about how many records
there are in the table.)
How do you do it when you design for example a browse window with such large
SQL tables?
Any idea or remark about this is appreciated, thanks.
Regards,
Paal