Answer the question
In order to leave comments, you need to log in
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
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.
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 questionAsk a Question
731 491 924 answers to any question