dknight52 / sql-server-data-producer

Automatically exported from code.google.com/p/sql-server-data-producer
0 stars 0 forks source link

As a user I want to define a hierarchical structure of my insert items in order to create MANY x for each few N. #173

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Add functionality to add hierarchical order of the insert items.
Consider a tree. See attachement.

Original issue reported on code.google.com by a03pe...@gmail.com on 22 Feb 2013 at 1:28

Attachments:

GoogleCodeExporter commented 9 years ago

Original comment by a03pe...@gmail.com on 22 Feb 2013 at 1:33

Attachments:

GoogleCodeExporter commented 9 years ago
Attachement scenario description:

Domain: Auction site with users selling and buying stuff.

Add 100 Users and related tables/accounts
    For each user 
       Start UserSession (Login session for the auction site)
         Add money to the auction account(from credit card or other), log this event.
         Do 50 auction biddings
              Insert Auction
              Insert related transactions and logs
              Insert some sum that the auction house takes from each auction.
         Withdraw any money left on the auction account.
         End the User Session (system logout)

Original comment by a03pe...@gmail.com on 22 Feb 2013 at 1:38

GoogleCodeExporter commented 9 years ago
implemented as ExecutionNode

Original comment by m...@peterhenell.se on 26 Dec 2013 at 10:36