Tom Lane
9a586fe0c5
Nab some low-hanging fruit: replace the planner's base_rel_list and
...
other_rel_list with a single array indexed by rangetable index.
This reduces find_base_rel from O(N) to O(1) without any real penalty.
While find_base_rel isn't one of the major bottlenecks in any profile
I've seen so far, it was starting to creep up on the radar screen
for complex queries --- so might as well fix it.
2005-06-06 04:13:36 +00:00
..
2005-06-02 05:55:29 +00:00
2004-12-31 22:04:05 +00:00
2005-06-02 05:55:29 +00:00
2005-05-30 07:20:59 +00:00
2005-05-13 21:20:16 +00:00
2004-12-31 22:04:05 +00:00
2005-06-04 20:42:43 +00:00
2005-03-14 18:31:25 +00:00
2005-06-06 04:13:36 +00:00
2005-06-05 22:32:58 +00:00
2005-06-05 00:38:11 +00:00
2005-05-20 14:53:26 +00:00
2005-05-15 00:26:19 +00:00
2005-05-25 21:40:43 +00:00
2005-06-04 19:19:42 +00:00
2005-05-29 22:45:02 +00:00
2005-06-03 23:05:30 +00:00
2005-06-05 22:32:58 +00:00
2005-05-25 21:40:43 +00:00
2005-03-31 22:46:33 +00:00
2005-05-30 23:09:07 +00:00
2005-01-01 20:44:34 +00:00
2005-01-01 20:44:34 +00:00
2005-03-25 23:22:54 +00:00
2005-02-26 18:43:34 +00:00
2005-03-29 03:01:32 +00:00
2005-06-04 20:42:43 +00:00
2005-01-18 14:39:46 +00:00
2005-05-11 01:41:41 +00:00
2005-04-19 03:13:59 +00:00
2005-05-25 21:40:43 +00:00
2004-08-29 05:07:03 +00:00
2004-12-31 22:04:05 +00:00
2005-04-14 01:38:22 +00:00
2004-12-31 22:04:05 +00:00
2004-01-25 22:19:42 +00:00