Nikhil Sontakke
2a2b394172
Avoid distributed chunks scan plans
...
The current approach to planning queries on distributed hypertables
first plans a "naive" plan for scanning each remote chunk individually
(the chunks are children of an append) and then that plan gets replaced
by a datanode scan plan (each data node is a child in the Append).
While we need to include each chunk in the planning for cost reasons
(we need to know the stats for chunk rels) we need not actually create
paths for scanning chunks. This unnecessary work is now avoided and we
now plan datanode scans directly.
Fixes #3685
2022-01-18 14:05:52 +05:30
..
2022-01-12 15:56:45 -03:00
2021-11-22 17:24:13 -03:00
2021-10-13 09:11:59 -04:00
2021-12-03 18:28:35 +03:00
2020-11-10 01:43:10 +01:00
2020-11-10 01:43:10 +01:00
2021-10-06 16:13:21 -03:00
2021-12-20 10:02:57 +01:00
2021-12-13 22:21:17 +03:00
2020-11-10 01:43:10 +01:00
2020-05-18 20:16:03 -04:00
2020-05-18 20:16:03 -04:00
2021-12-17 10:51:33 -05:00
2021-11-03 11:10:54 +01:00
2021-11-04 17:47:35 +01:00
2021-03-01 06:52:36 +01:00
2021-12-13 09:55:17 +01:00
2021-05-24 18:03:47 -04:00
2021-06-25 17:33:33 +02:00
2019-10-29 19:02:58 -04:00
2021-06-29 16:35:35 +02:00
2021-10-25 18:20:11 +03:00
2020-09-29 07:30:43 +02:00
2021-10-25 18:20:11 +03:00
2021-10-25 18:20:11 +03:00
2021-10-25 18:20:11 +03:00
2021-06-09 14:47:16 +02:00
2020-09-11 16:07:21 +02:00
2021-12-20 10:02:57 +01:00
2021-07-20 12:34:57 +03:00
2021-10-25 18:20:11 +03:00
2021-10-25 18:20:11 +03:00
2020-10-01 11:39:10 -04:00
2020-10-05 14:07:22 +02:00
2021-02-18 19:48:47 +01:00
2021-12-17 10:51:33 -05:00
2021-01-18 14:41:49 +01:00
2021-03-01 06:52:36 +01:00
2020-09-24 12:54:45 +02:00
2020-09-11 16:07:21 +02:00
2021-02-12 22:18:06 +01:00
2021-12-23 16:40:32 +03:00
2020-09-22 14:39:01 +02:00
2021-12-17 10:51:33 -05:00
2021-03-09 09:04:09 +01:00
2021-12-16 15:59:50 +01:00
2021-12-20 15:01:26 +01:00
2021-10-12 23:28:57 +03:00
2022-01-18 14:05:52 +05:30
2020-08-29 23:15:20 +02:00
2021-03-09 09:04:09 +01:00
2021-03-09 09:04:09 +01:00
2021-10-29 16:15:58 +03:00
2021-12-09 19:42:12 +01:00
2021-12-23 14:30:22 +03:00
2021-12-13 15:00:21 +03:00
2022-01-10 20:02:01 +05:30
2021-12-10 14:40:34 +03:00
2020-10-06 15:46:38 +03:00
2021-06-01 20:21:06 +02:00
2021-06-16 14:12:04 +02:00
2021-10-15 15:01:44 +02:00
2021-07-29 16:53:12 +03:00
2020-04-14 23:12:15 +02:00
2020-09-30 15:14:17 +03:00
2021-06-01 20:21:06 +02:00
2021-01-28 09:00:08 +01:00
2021-10-25 12:02:03 +02:00
2021-10-13 09:11:59 -04:00
2022-01-17 17:36:33 +01:00
2021-05-12 16:14:28 +02:00
2021-03-09 09:04:09 +01:00
2020-05-27 17:31:09 +02:00
2020-05-27 17:31:09 +02:00
2021-12-09 20:44:07 +05:30
2021-07-02 16:43:36 +03:00
2021-12-20 10:02:57 +01:00
2021-04-10 00:10:09 +02:00
2020-09-30 15:14:17 +03:00
2021-03-09 12:15:21 +01:00
2021-10-09 00:15:23 +02:00
2021-05-19 19:02:28 +02:00
2021-10-09 00:15:23 +02:00
2020-12-02 11:04:02 +01:00
2019-04-26 13:08:00 -04:00