======================================================================================= DBT2 REPORT ======================================================================================= MACHINE: orisndriz01 RUN ID: 707 RUN DATE: 2010-11-08T13:04:24.949563 SERVER: drizzled VERSION: staging REVISION: 1915 COMMENT: 1915: Brian Aker 2010-11-08 [merge] Merge in Stewart's change to blob field size.
================================================================================================ TRENDING OVER LAST 5 runs Connections TPM % Diff from Avg Diff Min Max Avg STD ================================================================================================ 16 128.40 -1.09% -1.42 126.64 132.90 129.82 2.19 32 127.62 +1.14% 1.44 123.13 128.99 126.18 2.02 64 130.36 +1.62% 2.07 123.91 130.36 128.29 2.35 128 123.90 -2.08% -2.63 123.71 128.99 126.53 2.28 256 128.82 +0.04% 0.05 127.23 129.77 128.77 0.92 512 121.75 -2.69% -3.37 121.75 128.01 125.12 2.15 1024 128.79 +1.29% 1.64 123.91 131.14 127.15 2.62 ================================================================================================ TRENDING OVER LAST 20 runs Connections TPM % Diff from Avg Diff Min Max Avg STD ================================================================================================ 16 128.40 -0.12% -0.16 125.67 132.90 128.56 1.95 32 127.62 -0.12% -0.15 123.13 133.88 127.77 2.63 64 130.36 +1.46% 1.88 123.90 135.64 128.48 3.36 128 123.90 -1.78% -2.25 120.98 131.34 126.15 3.14 256 128.82 +0.71% 0.90 121.37 133.29 127.92 2.88 512 121.75 -3.92% -4.97 120.98 132.51 126.72 2.97 1024 128.79 +1.19% 1.52 120.78 131.76 127.27 3.02 ================================================================================================ TRENDING OVER ALL runs Connections TPM % Diff from Avg Diff Min Max Avg STD ================================================================================================ 16 128.40 +0.92% 1.17 114.19 135.64 127.23 3.42 32 127.62 +0.24% 0.30 112.06 137.79 127.32 3.63 64 130.36 +2.50% 3.17 88.73 137.45 127.19 3.85 128 123.90 -2.48% -3.15 21.11 136.56 127.05 6.09 256 128.82 +1.18% 1.50 114.02 136.03 127.32 3.52 512 121.75 -4.27% -5.43 57.46 135.83 127.18 4.70 1024 128.79 +1.14% 1.45 88.73 135.83 127.34 3.79 ========================================================================================================================= FULL REVISION COMMENTARY: 1267.1.8: Stewart Smith 2010-11-08 change dynamic_cast in field_conv.cc back to static_cast for runtime performance 1267.1.7: Stewart Smith 2010-11-08 in field_conv.cc, get_copy_func should not try to cast Field_blob to Field_varstring as Field_ blob does not inherit from field_varstring. Previously this kinda worked out due to the first member of field_blob kinda making sense in this comparison. Instead, we just shortcut to that decision if we are converting from BLOB. 1267.1.6: Stewart Smith 2010-11-08 change cast in field_conv.cc that was producing valgrind warning to dynamic_cast to crash on invalid cast. this shows up in several tests: e.g. func_gconcat 1267.1.5: Stewart Smith 2010-11-07 [merge] merge trunk 1267.1.4: Stewart Smith 2009-12-09 remove last bits of packlength from Field_blob, leaving only support for 4 byte length for blobs (not 1, not 2 and certainly not 3). 1267.1.3: Stewart Smith 2009-12-09 remove Field_blob constructor that had set_packflag argument being called in Item::tmp_table_field_from_field_type(). This would cause a Field_blob to be created that used 3 bytes instead of 4 for length... potentially causing all sorts of trouble 1267.1.2: Stewart Smith 2009-12-09 remove Field_blob constructor that only takes packlength as argument. It's never even called 1267.1.1: Stewart Smith 2009-12-09 remove blob_pack_length argument to Field_blob constructor. _______________________________________________ Mailing list: https://launchpad.net/~drizzle-benchmark Post to : [email protected] Unsubscribe : https://launchpad.net/~drizzle-benchmark More help : https://help.launchpad.net/ListHelp

