=======================================================================================
DBT2 REPORT
=======================================================================================
MACHINE:  orisndriz01
RUN ID:   873
RUN DATE: 2011-01-14T20:32:17.525532
SERVER:   drizzled
VERSION:  staging
REVISION: 2087
COMMENT:  2087: Lee Bieber 2011-01-14 [merge] Merge Stewart - some 
documentation clean up

================================================================================================
TRENDING OVER LAST 5 runs
Connections TPM   % Diff from Avg Diff    Min     Max     Avg     STD    
================================================================================================
16         126.06     +0.59%      0.74  123.52  127.04  125.32    1.26
32         124.69     -3.34%     -4.30  124.69  132.12  128.99    3.52
64         125.28     -1.75%     -2.23  125.28  129.38  127.51    1.35
128        122.54     -3.75%     -4.77  122.54  132.90  127.31    3.44
256        123.71     -1.86%     -2.35  123.71  128.79  126.06    1.96
512        127.62     +1.18%      1.49  121.17  132.70  126.13    3.88
1024       123.52     -2.62%     -3.32  123.52  129.19  126.84    1.89

================================================================================================
TRENDING OVER LAST 20 runs
Connections TPM   % Diff from Avg Diff    Min     Max     Avg     STD    
================================================================================================
16         126.06     -0.50%     -0.63  118.83  131.96  126.69    3.40
32         124.69     -2.54%     -3.25  122.15  132.66  127.94    3.23
64         125.28     -1.31%     -1.66  122.35  130.16  126.94    2.05
128        122.54     -3.52%     -4.47  120.98  132.90  127.01    3.04
256        123.71     -2.02%     -2.55  119.02  132.51  126.26    3.27
512        127.62     +0.48%      0.60  120.98  133.09  127.02    3.60
1024       123.52     -2.69%     -3.42  120.00  131.73  126.94    2.91

================================================================================================
TRENDING OVER ALL runs
Connections TPM   % Diff from Avg Diff    Min     Max     Avg     STD    
================================================================================================
16         126.06     -0.97%     -1.24  115.60  136.22  127.30    3.28
32         124.69     -2.24%     -2.86  115.60  137.79  127.55    3.41
64         125.28     -1.68%     -2.14  115.79  137.45  127.42    3.20
128        122.54     -3.88%     -4.94  115.40  136.56  127.48    3.44
256        123.71     -2.87%     -3.66  117.06  136.03  127.37    3.39
512        127.62     +0.18%      0.23  115.95  135.83  127.39    3.32
1024       123.52     -2.98%     -3.80  115.09  135.83  127.32    3.27

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

  2086.1.3: Lee Bieber 2011-01-14 [merge] Merge Stewart - some documentation 
clean up
    1994.5.38: Stewart Smith 2011-01-14 \r, like the Daleks, just keeps coming 
back
    1994.5.37: Stewart Smith 2011-01-14 add FIXME that we should document 
current implementation of ALTER TABLE
    1994.5.36: Stewart Smith 2011-01-14 add some FIXME to analyze docs.
    1994.5.35: Stewart Smith 2011-01-14 \r again :(
    1994.5.34: Stewart Smith 2011-01-14 add note that text/varchar is valid utf8
    1994.5.33: Stewart Smith 2011-01-14 add FIXME for CREATE INDEX 
implementation should be documented
    1994.5.32: Stewart Smith 2011-01-14 few notes on DATA_DICTIONARY 
documentation.
    1994.5.31: Stewart Smith 2011-01-14 just a syntax fix
    1994.5.30: Stewart Smith 2011-01-14 add explanation as to why 0000-00-00 is 
an invalid date. add fixmes about some of the TIME type restrictions
    1994.5.29: Stewart Smith 2011-01-14 add FIXME for EXECUTE doing things 
inside explicit txn
    1994.5.28: Stewart Smith 2011-01-14 add a small note about isolation of 
DROP SCHEMA from other txns.
    1994.5.27: Stewart Smith 2011-01-14 add note that impl of DROP INDEX should 
be documented
    1994.5.26: Stewart Smith 2011-01-14 add FIXME that LOAD DATA INFILE should 
come under DML.
    1994.5.25: Stewart Smith 2011-01-14 \r and trailing whitespace removed.
    1994.5.24: Stewart Smith 2011-01-14 \r and trailing whitespace removed.
    1994.5.23: Stewart Smith 2011-01-14 add a FIXME to flesh out insert docs
    1994.5.22: Stewart Smith 2011-01-14 fix up some joins docs. remove \r to 
prevent injuries to puppies and add a FIXME about documenting our join 
implementation.
    1994.5.21: Stewart Smith 2011-01-14 logging is done by plugins, so imply in 
docs that new plugins can implement new logging.
    1994.5.20: Stewart Smith 2011-01-14 add some FIXME for clarifications 
needed in locks doc
    1994.5.19: Stewart Smith 2011-01-14 rearrange explanation of absence of old 
weird types in numeric data types doc to be after explanation of what we do 
have. I think it reads better that way
    1994.5.18: Stewart Smith 2011-01-14 add some FIXMEs to ORDER BY docs about 
what should be added.
    1994.5.17: Stewart Smith 2011-01-14 remove \r at end of line as they cause 
kitten injuries.
    1994.5.16: Stewart Smith 2011-01-14 remove \r at end of line as they cause 
kitten injuries.
    1994.5.15: Stewart Smith 2011-01-14 fix tpyo
    1994.5.14: Stewart Smith 2011-01-14 talk about statement rollback (briefly) 
in replication docs
    1994.5.13: Stewart Smith 2011-01-14 add savepoint example
    1994.5.12: Stewart Smith 2011-01-14 clear up explanation on what SHOw 
commands are. that the tablesa re implemented as table functions is'nt really 
relevant ot end user
    1994.5.11: Stewart Smith 2011-01-14 remove \r newlines from scalar functions
    1994.5.10: Stewart Smith 2011-01-14 add BEGIN to start_transaction docs. 
also about near future of having error on BEGIn; BEGIN;
    1994.5.9: Stewart Smith 2011-01-14 storage engine docs. add bit about some 
temp table only engines.
    1994.5.8: Stewart Smith 2011-01-14 fix up spinx syntax
    1994.5.7: Stewart Smith 2011-01-14 small note on utf8 and collations for 
string dataa types - should be expanded into real sentences.
    1994.5.6: Stewart Smith 2011-01-14 notes on transaction docs. statements 
can be rolled back, celan up some language around definition
    1994.5.5: Stewart Smith 2011-01-14 add some notes on TRUNCATE, including 
things that should be expanded on
    1994.5.4: Stewart Smith 2011-01-14 UPDATE has a condition
    1994.5.3: Stewart Smith 2011-01-14 add note about what uuid lib we use
    1994.5.2: Stewart Smith 2011-01-14 add a bit of a note on how variables 
docs should be expanded
    1994.5.1: Stewart Smith 2011-01-14 WHERE clause example is just a simple one
  2086.1.2: Lee Bieber 2011-01-14 [merge] Merge Patrick - fix bug 693130: Tests 
depending on archive engine should be skipped if archive isn't enabled
    2081.3.1: Patrick Crews 2011-01-14 Fix for bug693130.  Moved 
drizzledump-max to the archive suite - more logical place.  Can't *really* fix 
this issue as test-run.pl is too dumb to handle it
  2086.1.1: Lee Bieber 2011-01-14 [merge] Merge Patrick - fix bug 697292: The 
have_valgrind include file in the test has the opposite effect
    2081.2.1: Patrick Crews 2011-01-14 Made include/have_valgrind do what the 
name implies altered not_valgrind to do the job of skipping tests that are in a 
valgrind run.  Updates to tests and whatnot to accomodate this

_______________________________________________
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