D
D
Dan_Vaganov2012-11-01 07:26:03
Java
Dan_Vaganov, 2012-11-01 07:26:03

RowSet Selecting large amounts of data with progress display

How can this mechanism be implemented, and is it possible to find out the stage at which the request is located.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
V
Vladimir Golovanov, 2012-11-02
@Colwin

There is exactly one problem here - the non-determinism of the query execution time (if it is a database).
As a rule, by breaking the request into pieces (which is necessary for showing progress), an increase in execution time (usually non-linear) is obtained. so here in each case you have to decide what to sacrifice: the predictable speed of the progress bar or performance.
And if a large amount of data is taken from storage with a predictable access time, then, I think, there are no problems in principle.

B
BrightGenie, 2012-11-02
@BrightGenie

but a simple indicator of a long operation. the slider running in a circle without a beginning and an end does not fit?

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question