Menu

#12 Allow stored procedure calls as statements in transactions

open
7
2008-04-16
2008-03-28
No

To make the workload driver a more flexible tool and to allow the design of more sophisticated workloads, it would be good if transaction templates can contain stored procedure calls, such as:

call insertDocument(?)
or
call readOrder(?,?)

Things to consider:
- SPs that return no data vs those that do
- What to do with output parameters

Discussion

  • MatthiasNicola

    MatthiasNicola - 2008-04-16
    • assigned_to: nobody --> tim-kiefer
     
  • MatthiasNicola

    MatthiasNicola - 2008-04-16

    Logged In: YES
    user_id=1629221
    Originator: YES

    Let's test and review carefully before uploading the code changes.

     

Log in to post a comment.