=======================================================================================
DBT2 REPORT
=======================================================================================
MACHINE: orisndriz01
RUN ID: 976
RUN DATE: 2011-02-25T11:19:32.747400
SERVER: drizzled
VERSION: staging
REVISION: 2202
COMMENT: 2202: Brian Aker 2011-02-25 [merge] Merge in David's slave work
================================================================================================
TRENDING OVER LAST 5 runs
Connections TPM % Diff from Avg Diff Min Max Avg STD
================================================================================================
16 127.62 +2.06% 2.57 121.37 127.84 125.05 2.55
32 126.06 -0.89% -1.13 126.06 128.01 127.19 0.78
64 136.08 +5.42% 6.99 123.71 136.08 129.09 4.30
128 126.25 -1.83% -2.35 124.50 136.86 128.60 4.65
256 129.02 -1.04% -1.35 124.50 133.88 130.37 3.40
512 126.06 -0.71% -0.90 126.04 128.99 126.96 1.14
1024 128.01 +1.39% 1.76 123.52 128.01 126.25 1.48
================================================================================================
TRENDING OVER LAST 20 runs
Connections TPM % Diff from Avg Diff Min Max Avg STD
================================================================================================
16 127.62 +0.37% 0.46 121.37 134.85 127.16 3.36
32 126.06 -2.20% -2.84 125.08 137.45 128.90 2.75
64 136.08 +4.99% 6.47 122.92 136.08 129.61 3.49
128 126.25 -0.91% -1.16 121.37 136.86 127.41 3.51
256 129.02 -0.59% -0.77 124.30 137.39 129.79 3.53
512 126.06 -1.57% -2.02 121.95 134.07 128.08 2.98
1024 128.01 +0.17% 0.22 123.31 136.81 127.79 3.26
================================================================================================
TRENDING OVER ALL runs
Connections TPM % Diff from Avg Diff Min Max Avg STD
================================================================================================
16 127.62 +0.26% 0.34 115.60 136.22 127.28 3.26
32 126.06 -1.23% -1.57 115.60 137.79 127.63 3.37
64 136.08 +6.73% 8.58 115.79 137.45 127.50 3.22
128 126.25 -0.91% -1.16 115.40 136.86 127.41 3.39
256 129.02 +1.19% 1.52 117.06 137.39 127.50 3.37
512 126.06 -1.11% -1.41 115.95 135.83 127.47 3.27
1024 128.01 +0.53% 0.67 115.09 136.81 127.34 3.20
=========================================================================================================================
FULL REVISION COMMENTARY:
2116.1.55: David Shrewsbury 2011-02-25 Add slave docs to EXTRA_DIST
2116.1.54: David Shrewsbury 2011-02-24 [merge] Merge trunk and resolve
conflict
2116.1.53: David Shrewsbury 2011-02-24 Add basic plugin documentation
2116.1.52: David Shrewsbury 2011-02-23 Changed slave services dedicated
schema name from 'replication' to 'sys_replication' to avoid use of reserved
word.
2116.1.51: David Shrewsbury 2011-02-23 Fix for bug 720886: cached max
commit_id value was not being set properly causing us to pull the same message
from the master more than once
2116.1.50: David Shrewsbury 2011-02-23 Fix commit_id to correct uint64_t type
2116.1.49: David Shrewsbury 2011-02-23 Update Cached client to no longer use
removed List_iterator_fast
2116.1.48: David Shrewsbury 2011-02-23 [merge] Merge trunk
2116.1.47: David Shrewsbury 2011-02-21 Call correct method to set
seconds-between-reconnect
2116.1.46: David Shrewsbury 2011-02-21 Fix for bug 720819
2116.1.45: David Shrewsbury 2011-02-20 [merge] Merge trunk
2116.1.44: David Shrewsbury 2011-02-18 Fix include
2116.1.43: David Shrewsbury 2011-02-18 Include files with translations in
POTFILES.in
2116.1.42: David Shrewsbury 2011-02-18 [merge] Merge trunk
2116.1.41: David Shrewsbury 2011-02-18 [merge] Merge trunk and resolve
conflicts
2116.1.40: David Shrewsbury 2011-02-17 Add quotes around schema and table
names (replication is now a reserved word)
2116.1.39: David Shrewsbury 2011-02-17 [merge] Merge trunk
2116.1.38: David Shrewsbury 2011-02-17 Change include style
2116.1.37: David Shrewsbury 2011-02-17 Add license to sql_exector.cc
2116.1.36: David Shrewsbury 2011-02-16 Remove multi_thread plugin dependency
2116.1.35: David Shrewsbury 2011-02-16 [merge] Merge trunk
2116.1.34: David Shrewsbury 2011-02-16 Working replication.
2116.1.33: David Shrewsbury 2011-02-16 incremental
2116.1.32: David Shrewsbury 2011-02-15 incremental
2116.1.31: David Shrewsbury 2011-02-15 Major refactor of common functionality
into new classes.
2116.1.30: David Shrewsbury 2011-02-14 incremental
2116.1.29: David Shrewsbury 2011-02-14 Initial stages of master connection
2116.1.28: David Shrewsbury 2011-02-14 More config file work
2116.1.27: David Shrewsbury 2011-02-14 [merge] Merge with trunk
2116.1.26: David Shrewsbury 2011-02-14 Add framework for loading config file
2116.1.25: David Shrewsbury 2011-02-11 [merge] Merge trunk
2116.1.24: David Shrewsbury 2011-02-11 Fix for visibility problems when
plugin is compiled as dynamic.
2116.1.23: David Shrewsbury 2011-02-11 Added empty version of producer thread
2116.1.22: David Shrewsbury 2011-02-10 Make slave plugin static to avoid odd
symbol not found problems.
2116.1.21: David Shrewsbury 2011-02-09 Fix for calling unimplemented virtual
method
2116.1.20: David Shrewsbury 2011-02-09 Refactor design pattern
2116.1.19: David Shrewsbury 2011-02-09 Rename to exploit producer/consumer
paradigm
2116.1.18: David Shrewsbury 2011-02-09 Use replication.applier_queue as
standard table name
2116.1.17: David Shrewsbury 2011-02-09 Various fixes
2116.1.16: David Shrewsbury 2011-02-08 Incremental check - doesn't work. Adds
replication state tables.
2116.1.15: David Shrewsbury 2011-02-08 [merge] Merge trunk
2116.1.14: David Shrewsbury 2011-02-08 More work to execute queue messages.
2116.1.13: David Shrewsbury 2011-02-07 Initial work to access result set.
2116.1.12: David Shrewsbury 2011-02-07 [merge] Merge Brian
2131.12.3: David Shrewsbury 2011-02-07 Update sendError signature
2131.12.2: David Shrewsbury 2011-02-07 [merge] Merge trunk
2131.12.1: Brian Aker 2011-02-02 Example for David.
2116.1.11: David Shrewsbury 2011-02-07 Make slave plugin dependent on
scheduler being loaded.
2116.1.10: David Shrewsbury 2011-02-07 [merge] Merge trunk
2116.1.9: David Shrewsbury 2011-02-04 [merge] Merge trunk
2116.1.8: David Shrewsbury 2011-01-31 Proper message conversion and execution.
2116.1.7: David Shrewsbury 2011-01-31 [merge] Merge trunk
2116.1.6: David Shrewsbury 2011-01-30 Session clean up
2116.1.5: David Shrewsbury 2011-01-28 Handle execution of Transactions
2116.1.4: David Shrewsbury 2011-01-28 Additional framework enhancements
2116.1.3: David Shrewsbury 2011-01-28 Creates a valid Session.
2116.1.2: David Shrewsbury 2011-01-27 [merge] Merge trunk
2116.1.1: David Shrewsbury 2011-01-26 Initial version of slave replication
plugin.
_______________________________________________
Mailing list: https://launchpad.net/~drizzle-benchmark
Post to : [email protected]
Unsubscribe : https://launchpad.net/~drizzle-benchmark
More help : https://help.launchpad.net/ListHelp