Skip to content
  • Lukasz Kotula's avatar
    cbf830f8
    WL#9270 - X Protocol Prepared Statement execution · cbf830f8
    Lukasz Kotula authored
    Applications that repeatedly execute the same kind of statements with changed values,
    currently have to go through same parse-execute cycle for every execution.
    In the case of the Document Store a large part of the queries are simple _id based lookups
    which can be accelerated by preparing the Crud once and executing it often.
    
    Approved by Vinay Fisrekar <vinay.fisrekar@oracle.com>
    cbf830f8
    WL#9270 - X Protocol Prepared Statement execution
    Lukasz Kotula authored
    Applications that repeatedly execute the same kind of statements with changed values,
    currently have to go through same parse-execute cycle for every execution.
    In the case of the Document Store a large part of the queries are simple _id based lookups
    which can be accelerated by preparing the Crud once and executing it often.
    
    Approved by Vinay Fisrekar <vinay.fisrekar@oracle.com>
Loading