igor@olga.mysql.com
cf39429295
Fixed bug#28404.
...
This patch adds cost estimation for the queries with ORDER BY / GROUP BY
and LIMIT.
If there was a ref/range access to the table whose rows were required
to be ordered in the result set the optimizer always employed this access
though a scan by a different index that was compatible with the required
order could be cheaper to produce the first L rows of the result set.
Now for such queries the optimizer makes a choice between the cheapest
ref/range accesses not compatible with the given order and index scans
compatible with it.
2007-08-02 12:45:56 -07:00
..
2007-05-19 10:49:56 +04:00
2007-06-03 22:52:02 -07:00
2007-05-30 20:25:16 +04:00
2007-05-29 15:58:18 +03:00
2007-06-24 19:44:54 +05:00
2007-06-28 14:04:20 +05:00
2007-05-30 17:04:04 +05:00
2007-06-26 13:15:43 +02:00
2007-06-16 22:40:25 +05:00
2007-06-30 20:49:28 -07:00
2007-06-14 13:33:31 +02:00
2007-06-19 11:09:22 +02:00
2007-07-21 02:25:39 +05:00
2007-05-27 22:20:01 +02:00
2007-04-09 17:53:10 +05:00
2007-06-12 15:23:58 -06:00
2007-05-29 15:58:18 +03:00
2007-04-03 11:36:33 +02:00
2007-07-13 13:56:22 +03:00
2007-05-23 15:26:16 +04:00
2007-07-26 05:13:32 +05:00
2007-07-10 13:09:07 +05:00
2007-07-04 14:21:29 +05:00
2007-07-11 12:44:49 +03:00
2007-03-30 10:27:08 +02:00
2007-06-28 21:34:54 +04:00
2007-07-04 16:34:47 +05:00
2007-06-07 17:55:55 +05:00
2007-06-28 13:34:44 +05:00
2007-06-22 17:40:02 +05:00
2007-07-04 16:34:47 +05:00
2007-05-30 12:30:15 +05:00
2007-06-30 20:49:28 -07:00
2007-06-07 19:20:49 +02:00
2007-06-28 21:34:54 +04:00
2007-06-28 21:34:54 +04:00
2007-05-29 15:58:18 +03:00
2007-08-02 12:45:56 -07:00
2007-08-02 12:45:56 -07:00
2007-06-11 17:02:16 +04:00
2007-06-18 16:35:01 +03:00
2007-07-16 17:22:33 +04:00
2007-06-28 21:34:54 +04:00
2007-04-05 15:24:34 +04:00
2007-04-05 15:24:34 +04:00
2007-05-29 12:44:44 +02:00
2007-04-05 20:47:22 +04:00
2007-04-05 15:24:34 +04:00
2007-04-07 23:16:03 +05:00
2007-06-26 13:15:43 +02:00
2007-06-28 21:34:54 +04:00
2007-06-28 16:03:01 -07:00
2007-04-04 21:35:58 +00:00
2007-06-30 13:17:49 +02:00
2007-04-16 10:37:50 +02:00
2007-03-30 04:44:49 +02:00
2007-06-17 09:56:33 +05:00
2007-07-06 11:35:10 -07:00
2007-07-13 03:29:25 +05:00
2007-04-02 17:26:39 +05:00
2007-07-13 03:29:25 +05:00
2007-05-30 00:33:12 +04:00
2007-07-20 04:04:57 +05:00
2007-05-29 15:58:18 +03:00
2007-05-29 15:58:18 +03:00
2007-06-28 21:34:54 +04:00
2007-04-28 20:04:03 +04:00
2007-05-31 17:45:22 +03:00
2007-05-16 10:44:59 +02:00
2007-06-18 17:08:56 +05:00
2007-07-11 12:44:49 +03:00
2007-07-07 20:14:06 +05:00
2007-06-11 22:55:21 +04:00
2007-05-24 22:13:49 +02:00
2007-05-24 22:13:49 +02:00
2007-06-28 21:34:54 +04:00
2007-05-29 15:58:18 +03:00
2007-08-02 12:45:56 -07:00
2007-08-02 12:45:56 -07:00
2007-06-28 21:34:54 +04:00
2007-06-28 21:34:54 +04:00
2007-06-28 21:34:54 +04:00
2007-06-07 20:25:22 +02:00
2007-06-28 21:34:54 +04:00
2007-07-26 01:23:39 +05:00
2007-05-31 16:04:58 +04:00
2007-04-29 05:06:14 +05:00
2007-04-16 10:37:50 +02:00
2007-07-18 18:08:05 +03:00
2007-06-28 21:34:54 +04:00
2007-06-06 17:47:02 +05:00
2007-07-16 23:31:36 +04:00
2007-05-29 15:58:18 +03:00
2007-08-02 12:45:56 -07:00
2007-07-10 05:37:43 -06:00
2007-08-02 12:45:56 -07:00
2007-06-24 03:35:27 +05:00
2007-06-12 16:34:54 +03:00
2007-05-30 17:04:04 +05:00
2007-07-13 19:36:10 +05:00
2007-05-28 00:22:44 +05:00
2007-05-29 15:58:18 +03:00
2007-06-06 04:42:41 +05:00
2007-05-29 15:58:18 +03:00
2007-05-30 17:04:04 +05:00
2007-06-21 22:08:14 -04:00
2007-05-18 12:08:07 +05:00
2007-07-07 20:14:06 +05:00
2007-06-07 13:53:23 +05:00
2007-07-23 22:01:22 -06:00
2007-04-04 21:40:47 +02:00
2007-06-13 22:05:22 -06:00
2007-06-11 23:06:20 +04:00
2007-04-30 23:16:46 +02:00
2007-04-30 23:16:46 +02:00
2007-06-28 21:34:54 +04:00
2007-08-02 12:45:56 -07:00
2007-06-20 14:21:48 +05:00
2007-06-21 20:55:37 +02:00
2007-05-29 15:58:18 +03:00
2007-05-19 18:22:55 +02:00
2007-04-23 13:28:09 +02:00
2007-04-05 22:34:33 +03:00
2007-06-24 03:35:27 +05:00
2007-07-21 05:32:01 +05:00
2007-07-13 00:45:54 -04:00
2007-05-30 17:04:04 +05:00
2007-05-30 17:04:04 +05:00
2007-05-30 19:35:35 +04:00
2007-05-15 12:45:50 +05:00
2007-08-02 12:45:56 -07:00
2007-05-04 14:41:58 +05:00
2007-06-13 17:28:59 +02:00
2007-06-13 17:28:59 +02:00
2007-06-13 17:28:59 +02:00
2007-04-04 14:01:47 +05:00
2007-04-04 16:26:32 +02:00
2007-04-16 18:16:17 +02:00
2007-04-20 18:35:16 +02:00
2007-04-04 16:26:32 +02:00
2007-04-23 13:50:34 -04:00
2007-06-13 17:28:59 +02:00
2007-06-13 17:28:59 +02:00
2007-04-23 13:50:34 -04:00
2007-07-02 20:11:54 +02:00
2007-05-21 17:48:29 +05:00
2007-06-06 04:42:41 +05:00
2007-07-02 01:55:01 +04:00
2007-07-02 01:55:01 +04:00
2007-07-02 01:55:01 +04:00
2007-07-02 01:55:01 +04:00
2007-07-02 01:55:01 +04:00
2007-06-28 21:34:54 +04:00
2007-06-23 19:16:51 +02:00
2007-06-23 19:16:51 +02:00
2007-07-17 00:59:21 +04:00
2007-05-29 15:58:18 +03:00
2007-06-07 13:53:23 +05:00
2007-05-29 15:58:18 +03:00
2007-08-02 12:45:56 -07:00
2007-06-26 13:15:43 +02:00
2007-07-27 17:55:39 +03:00
2007-06-28 21:34:54 +04:00
2007-06-26 13:15:43 +02:00
2007-06-07 19:18:01 +02:00
2007-06-26 13:15:43 +02:00
2007-05-07 10:26:20 +02:00
2007-06-28 21:34:54 +04:00
2007-06-22 15:23:51 +02:00
2007-06-28 21:34:54 +04:00
2007-07-18 17:09:03 +04:00
2007-06-28 21:34:54 +04:00
2007-05-18 14:29:24 +02:00
2007-07-22 01:58:37 +05:00
2007-06-28 21:34:54 +04:00
2007-05-29 15:58:18 +03:00
2007-07-12 22:06:33 -04:00
2007-05-29 15:58:18 +03:00
2007-05-15 12:45:50 +05:00
2007-05-30 17:04:04 +05:00
2007-05-29 15:58:18 +03:00
2007-06-06 18:55:21 +05:00
2007-08-02 12:45:56 -07:00
2007-07-14 01:34:46 +05:00
2007-06-28 21:34:54 +04:00
2007-06-28 21:34:54 +04:00
2007-06-28 21:34:54 +04:00
2007-06-28 21:34:54 +04:00
2007-07-12 22:26:41 +04:00
2007-07-19 19:42:24 +04:00
2007-04-17 12:32:01 +02:00
2007-05-29 16:24:12 +05:00
2007-05-18 12:44:03 +02:00
2007-06-11 00:16:00 +04:00
2007-06-14 16:35:20 +05:00
2007-07-26 01:23:39 +05:00
2007-05-28 14:22:21 +04:00
2007-07-07 20:03:00 -07:00
2007-07-13 19:36:10 +05:00
2007-04-06 16:06:10 +05:00
2007-07-18 15:56:29 +03:00
2007-06-26 13:15:43 +02:00
2007-03-29 09:08:30 +05:00
2007-06-18 20:01:04 -04:00
2007-05-29 15:58:18 +03:00
2007-06-12 17:53:16 +05:00
2007-04-27 12:42:15 +04:00
2007-03-30 04:44:49 +02:00
2007-06-03 22:52:02 -07:00
2007-06-12 15:23:58 -06:00
2007-04-16 14:37:38 -04:00
2007-06-06 15:59:20 +05:00
2007-06-28 21:34:54 +04:00
2007-07-07 20:14:06 +05:00
2007-06-26 13:15:43 +02:00
2007-06-27 14:04:29 +02:00
2007-04-29 18:52:14 +05:00
2007-06-26 13:15:43 +02:00