SQL Problems Requiring Cursors

SQL Problems Requiring Cursors

A cursor is a construct available in most implementations of SQL that allows the programmer to handle data in a row-by-row manner rather than as a group. Parallelizing row-by-row processing is much more complex than serial processing, which is another reason to make use of non-procedural SQL wherever possible. Database vendors typically handle parallel processing without requiring special handling by application developers.

Parallel processing can be orders of magnitude faster than serial processing.

Read more about SQL Problems Requiring Cursors:  Constraints, Example: Insert Rows Based On A Count in The Table Itself

Famous quotes containing the words problems and/or requiring:

    I have said many times, and it is literally true, that there is absolutely nothing that could keep me in business, if my job were simply business to me. The human problems which I deal with every day—concerning employees as well as customers—are the problems that fascinate me, that seem important to me.
    Hortense Odlum (1892–?)

    And last of all, high over thought, in the world of morals, Fate appears as vindicator, levelling the high, lifting the low, requiring justice in man, and always striking soon or late when justice is not done. What is useful will last, what is hurtful will sink.
    Ralph Waldo Emerson (1803–1882)