=======================================================================================
DBT2 REPORT
=======================================================================================
MACHINE:  orisndriz01
RUN ID:   959
RUN DATE: 2011-02-18T17:21:00.171062
SERVER:   drizzled
VERSION:  staging
REVISION: 2183
COMMENT:  2183: Lee Bieber 2011-02-18 [merge] Merge Brian - add safe_delete()

================================================================================================
TRENDING OVER LAST 5 runs
Connections TPM   % Diff from Avg Diff    Min     Max     Avg     STD    
================================================================================================
16         125.28     -2.31%     -2.97  123.32  133.49  128.25    4.21
32         126.06     -0.00%      0.00  120.59  129.38  126.06    2.99
64         132.12     +1.72%      2.23  127.43  132.31  129.89    1.97
128        123.14     -2.44%     -3.08  123.14  128.40  126.22    1.75
256        127.04     -0.79%     -1.01  124.89  132.90  128.05    2.64
512        126.06     -1.74%     -2.24  126.06  133.49  128.30    2.78
1024       125.67     -2.67%     -3.44  125.67  131.76  129.11    2.09

================================================================================================
TRENDING OVER LAST 20 runs
Connections TPM   % Diff from Avg Diff    Min     Max     Avg     STD    
================================================================================================
16         125.28     -1.57%     -2.00  121.56  133.49  127.28    3.53
32         126.06     -1.30%     -1.67  120.59  133.88  127.73    3.27
64         132.12     +3.05%      3.91  123.52  133.68  128.21    3.08
128        123.14     -3.33%     -4.24  122.74  131.73  127.38    2.64
256        127.04     -0.79%     -1.01  123.71  133.09  128.05    2.43
512        126.06     -1.62%     -2.08  121.17  135.69  128.14    3.53
1024       125.67     -1.88%     -2.40  123.71  134.03  128.07    2.37

================================================================================================
TRENDING OVER ALL runs
Connections TPM   % Diff from Avg Diff    Min     Max     Avg     STD    
================================================================================================
16         125.28     -1.59%     -2.02  115.60  136.22  127.30    3.27
32         126.06     -1.20%     -1.53  115.60  137.79  127.59    3.37
64         132.12     +3.66%      4.67  115.79  137.45  127.45    3.20
128        123.14     -3.35%     -4.27  115.40  136.56  127.41    3.38
256        127.04     -0.32%     -0.40  117.06  136.03  127.44    3.34
512        126.06     -1.10%     -1.40  115.95  135.83  127.46    3.28
1024       125.67     -1.30%     -1.66  115.09  135.83  127.33    3.20

=========================================================================================================================
FULL REVISION COMMENTARY:

  2182.1.4: Lee Bieber 2011-02-18 [merge] Merge Brian - add safe_delete()
    2172.3.22: Brian Aker 2011-02-18 This patch adds safe_delete(). All of 
these locations in the code should be
    2172.3.21: Brian Aker 2011-02-17 Clean up REFERENCE line in parser.
    2172.3.20: Brian Aker 2011-02-17 Merge in UPDATE
    2172.3.19: Brian Aker 2011-02-17 Refactor DELETE so that it is a simple 
statement.
    2172.3.18: Brian Aker 2011-02-17 Additional clean up on non-typed terms
    2172.3.17: Brian Aker 2011-02-17 Cleanup around < and >
    2172.3.16: Brian Aker 2011-02-17 Remove greedy use = for table alias 
allowance.
    2172.3.15: Brian Aker 2011-02-17 Cleanup additional precedence rules.
    2172.3.14: Brian Aker 2011-02-17 Small cleanup for precendense
  2182.1.3: Lee Bieber 2011-02-18 [merge] Merge Stewart - 720552: 
doStartIndexScan return code ignored in optimizer::sum_query() for MIN() 
optimization 
    2170.6.13: Stewart Smith 2011-02-17 in optimization for MIN() on indexed 
field, the result of Cursor::startIndexScan was not checked before calling 
other index functions on the Cursor. 
    2170.6.12: Stewart Smith 2011-02-17 update storage_engine_api_tester 
min_index_scan_error test result to fix what should happen (prior to the fix 
for the bug, the serevr will crash, so was hard to produce a correct result 
file)
    2170.6.11: Stewart Smith 2011-02-17 add SEAPITester Cursor state for error 
in dostartIndexScan()
    2170.6.10: Stewart Smith 2011-02-17 add --error to expect the error we're 
getting from our error injection in 
storage_engine_api_tester.min_index_scan_error test
    2170.6.9: Stewart Smith 2011-02-17 add error inject test in SEAPITester to 
test if doStartIndexScan error is being checked. The test case we add is for 
MIN()
    2170.6.8: Stewart Smith 2011-02-17 remove ::extra() being logged - more 
trouble than currently worth. should just be a 'called from anywhere' command
    2170.6.7: Stewart Smith 2011-02-17 move index_flags() to engine where it 
belongs in SEAPITester
    2170.6.6: Stewart Smith 2011-02-17 fix up a few more index bits in 
SEAPITester Cursor impl
    2170.6.5: Stewart Smith 2011-02-17 fill in index access methods in 
SEAPITester.
    2170.6.4: Stewart Smith 2011-02-17 fix SEAPITester ::info() support by 
properly copying back errkey for HA_STATUS_ERRKEY and ha_statistics from the 
real cursor
    2170.6.3: Stewart Smith 2011-02-17 update SEAPITester cursor_states for 
having ::extra() in there too
    2170.6.2: Stewart Smith 2011-02-16 support Cursor::extra() in 
storage_engine_api_tester
    2170.6.1: Stewart Smith 2011-02-16 support Cursor::scan_time() in 
storage_engine_api_tester
  2182.1.2: Lee Bieber 2011-02-18 [merge] Merge Olaf - add register keyword
    2170.5.3: Olaf van der Spek 2011-02-18 [merge] merge trunk
    2170.5.2: Olaf van der Spek 2011-02-16 more
  2182.1.1: Lee Bieber 2011-02-18 [merge] Merge Patrick - 720813: syntax error 
in dbqp that is breaking it
    2177.2.1: Patrick Crews 2011-02-17 Fix of stupid syntax error

_______________________________________________
Mailing list: https://launchpad.net/~drizzle-benchmark
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~drizzle-benchmark
More help   : https://help.launchpad.net/ListHelp

Reply via email to