Fast Fetch & Read Uncommitted Data

Fast Fetch & Read Uncommitted Data

Comments

  • I am using the Fetch Entities step and trying to understand what the properties Fast Fetch and Read Uncommitted Data are.

    [img]https://i.imgur.com/5okHsfM.png[/img]

    A few other steps also allow you to perform a Fast Fetch - for e.g. when doing a Get All on a simple Database type.

  • [color=rgb(34, 34, 34)][font=Arial, Helvetica, sans-serif][b]Fast Fetch[/b][/font][/color]
    [color=rgb(34, 34, 34)][font=Arial, Helvetica, sans-serif]When this is selected, we do not perform a Checksum on the Object to verify if the Cached object has changed or not. If a copy is present in the Cache, that will be returned and may not be the latest data. [/font][/color]
    [color=rgb(34, 34, 34)][font=Arial, Helvetica, sans-serif]
    [/font][/color]
    [color=rgb(34, 34, 34)][font=Arial, Helvetica, sans-serif][b]ReadUncommited[/b]
    [/font][/color][color=rgb(34, 34, 34)][font=Arial, Helvetica, sans-serif]When using our Advanced Database Steps like Start Transaction, Commit Transaction, and Rollback Transaction, this property allows you to read updated Data that has been modified after the Transaction has started but has not yet been committed to the DB.

    [img]https://i.imgur.com/jSJA5Ms.png[/img]

    [/font][/color]
    [i]edited by kshitij@decisions.com on 4/18/2019[/i]

Sign In or Register to comment.