citus/src/backend/distributed/executor
SaitTalhaNisanci 9d2f3c392a enable local execution in INSERT..SELECT and add more tests
We can use local copy in INSERT..SELECT, so the check that disables
local execution is removed.

Also a test for local copy where the data size >
LOCAL_COPY_FLUSH_THRESHOLD is added.

use local execution with insert..select
2020-03-18 09:34:39 +03:00
..
adaptive_executor.c Local execution of ddl/drop/truncate commands (#3514) 2020-03-13 15:39:32 +03:00
citus_custom_scan.c enable local execution in INSERT..SELECT and add more tests 2020-03-18 09:34:39 +03:00
directed_acyclic_graph_execution.c Replace foreach with foreach_ptr/foreach_oid (#3544) 2020-02-27 16:54:49 +01:00
distributed_execution_locks.c Replace foreach with foreach_ptr/foreach_oid (#3544) 2020-02-27 16:54:49 +01:00
distributed_intermediate_results.c Rename DistTableCacheEntry to CitusTableCacheEntry 2020-03-07 14:08:03 +00:00
insert_select_executor.c enable local execution in INSERT..SELECT and add more tests 2020-03-18 09:34:39 +03:00
intermediate_results.c Replace foreach with foreach_ptr/foreach_oid (#3544) 2020-02-27 16:54:49 +01:00
local_executor.c enable local execution in INSERT..SELECT and add more tests 2020-03-18 09:34:39 +03:00
multi_client_executor.c Automatically convert useless declarations using regex replace (#3181) 2019-11-21 13:47:29 +01:00
multi_executor.c Local execution of ddl/drop/truncate commands (#3514) 2020-03-13 15:39:32 +03:00
multi_server_executor.c Replace foreach with foreach_ptr/foreach_oid (#3544) 2020-02-27 16:54:49 +01:00
multi_task_tracker_executor.c Replace foreach with foreach_ptr/foreach_oid (#3544) 2020-02-27 16:54:49 +01:00
partitioned_intermediate_results.c Rename DistTableCacheEntry to CitusTableCacheEntry 2020-03-07 14:08:03 +00:00
placement_access.c Replace foreach with foreach_ptr/foreach_oid (#3544) 2020-02-27 16:54:49 +01:00
query_stats.c Remove real time router executors (#3142) 2019-11-05 12:48:10 +01:00
repartition_join_execution.c repartition_join_execution: Don't store 64 bit integers as poin… (#3551) 2020-02-28 15:06:06 +01:00
subplan_execution.c Replace foreach with foreach_ptr/foreach_oid (#3544) 2020-02-27 16:54:49 +01:00