Sergey Vojtovich
b95c8ce530
MDEV-5675 - Performance: my_hash_sort_bin is called too often
...
Reduced number of my_hash_sort_bin() calls from 4 to 1 per query.
Reduced number of memory accesses done by my_hash_sort_bin().
Details:
- let MDL subsystem use pre-calculated hash value for hash
inserts and deletes
- let table cache use pre-calculated MDL hash value
- MDL namespace is excluded from hash value calculation, so that
hash value can be used by table cache as is
- hash value for MDL is calculated as resulting hash value + MDL
namespace
- extended hash implementation to accept user defined hash function
2014-03-06 16:19:12 +04:00
..
2013-10-29 15:08:44 +01:00
2013-09-24 17:28:02 +04:00
2013-12-20 12:42:33 +04:00
2013-11-09 00:20:07 +02:00
2013-03-19 13:29:12 +01:00
2014-02-03 15:22:39 +01:00
2013-06-06 17:51:28 +02:00
2014-02-17 11:09:57 +01:00
2014-03-06 16:19:12 +04:00
2013-07-21 16:39:19 +02:00
2013-03-26 00:03:13 +02:00
2013-06-24 20:56:55 +02:00
2013-03-19 13:29:12 +01:00
2014-02-19 14:05:15 +04:00
2012-08-01 17:27:34 +03:00
2014-02-26 15:28:07 +01:00
2013-03-19 15:53:48 +01:00
2013-03-19 13:29:12 +01:00
2013-03-26 00:03:13 +02:00
2013-03-19 13:29:12 +01:00
2013-07-21 16:39:19 +02:00
2013-02-25 15:26:00 +01:00
2014-02-03 15:22:39 +01:00
2014-02-26 16:38:42 +01:00
2014-02-26 15:28:07 +01:00
2013-03-19 13:29:12 +01:00
2012-01-13 15:50:02 +01:00
2013-06-17 19:18:14 +02:00
2013-03-19 13:29:12 +01:00
2013-03-19 15:53:48 +01:00
2014-02-17 11:00:51 +01:00
2014-02-25 16:04:35 +01:00
2014-01-06 10:52:35 +05:30
2013-03-19 13:29:12 +01:00
2014-02-17 11:00:51 +01:00
2014-02-25 16:04:35 +01:00
2013-12-18 11:05:18 +01:00
2013-03-19 13:29:12 +01:00
2014-01-06 10:52:35 +05:30
2014-01-06 10:52:35 +05:30
2014-02-26 15:28:07 +01:00
2013-12-12 18:14:14 +01:00
2014-02-26 15:28:07 +01:00
2013-03-19 15:53:48 +01:00
2014-02-19 14:05:15 +04:00
2011-06-30 17:46:53 +02:00
2012-01-20 01:57:58 +01:00
2013-03-19 13:29:12 +01:00
2014-01-02 11:19:19 +02:00
2013-01-23 16:16:14 +01:00
2013-03-19 13:29:12 +01:00
2013-07-21 16:39:19 +02:00
2013-07-21 16:39:19 +02:00
2014-02-26 15:28:07 +01:00
2013-07-18 16:46:57 +02:00
2014-02-19 14:05:15 +04:00
2014-01-06 10:52:35 +05:30
2013-03-19 13:29:12 +01:00
2013-07-21 16:39:19 +02:00
2014-02-06 16:14:09 +02:00
2014-01-06 10:52:35 +05:30
2014-02-26 15:28:07 +01:00
2013-03-26 00:03:13 +02:00
2014-02-25 16:04:35 +01:00
2013-01-23 16:16:14 +01:00
2014-02-27 12:00:16 +01:00
2012-01-13 15:50:02 +01:00
2013-11-25 13:01:57 -05:00
2014-01-06 10:52:35 +05:30
2013-08-14 11:12:57 +02:00
2014-02-19 14:05:15 +04:00
2013-02-25 15:26:00 +01:00
2013-02-25 15:26:00 +01:00
2013-11-10 17:51:13 +01:00
2014-01-06 10:52:35 +05:30
2013-03-19 13:29:12 +01:00
2014-01-06 10:52:35 +05:30
2014-02-26 15:28:07 +01:00
2014-01-06 10:52:35 +05:30
2011-06-30 17:46:53 +02:00
2014-01-06 10:52:35 +05:30
2013-03-19 13:29:12 +01:00
2013-02-25 15:26:00 +01:00
2014-01-06 10:52:35 +05:30
2013-03-19 13:29:12 +01:00
2011-05-02 20:58:45 +03:00
2013-01-23 16:16:14 +01:00
2013-03-19 13:29:12 +01:00
2013-03-19 13:29:12 +01:00
2011-06-30 17:46:53 +02:00
2013-07-17 21:24:29 +02:00
2013-07-17 21:24:29 +02:00
2014-02-26 12:55:28 +04:00
2013-07-21 16:39:19 +02:00
2011-07-13 21:10:18 +02:00
2011-07-13 21:10:18 +02:00
2013-01-23 16:16:14 +01:00
2013-03-19 13:29:12 +01:00
2013-09-21 10:14:42 +02:00
2013-03-19 13:29:12 +01:00
2014-02-17 11:00:51 +01:00
2012-04-05 10:49:38 +02:00
2013-01-23 16:16:14 +01:00
2013-07-21 16:39:19 +02:00
2011-06-30 17:46:53 +02:00
2013-07-21 16:39:19 +02:00
2014-02-17 11:00:51 +01:00
2013-03-19 13:29:12 +01:00
2011-06-30 17:46:53 +02:00
2011-06-30 17:46:53 +02:00
2014-02-17 11:00:51 +01:00
2013-06-06 17:51:28 +02:00
2013-03-19 13:29:12 +01:00
2013-03-26 00:03:13 +02:00
2013-03-19 13:29:12 +01:00
2013-03-19 13:29:12 +01:00
2014-02-19 14:05:15 +04:00
2013-03-26 00:03:13 +02:00
2013-03-26 00:03:13 +02:00
2013-03-19 13:29:12 +01:00
2014-01-06 10:52:35 +05:30
2014-01-06 10:52:35 +05:30
2013-03-26 00:03:13 +02:00
2014-02-17 11:00:51 +01:00
2012-09-27 20:09:46 +02:00
2014-03-06 16:19:12 +04:00
2013-03-19 13:29:12 +01:00
2014-02-19 14:05:15 +04:00
2013-07-17 21:24:29 +02:00
2013-08-20 14:48:29 +03:00
2012-02-17 12:19:38 +01:00