high latency SELECT from a distributed table

52 views
Skip to first unread message

Mai Phong

unread,
May 6, 2016, 7:54:36 PM5/6/16
to citus-users
Hi,

We are looking for a solution to shard our current dataset with elixir ecto and citus looks promising. However, when we distributed our table, SELECT query tooks more than 100ms in additional to return result from a simple query. I tried to reduce task_tracker_delay but it doesn't help

Thanks

Mai Phong

unread,
May 6, 2016, 11:57:07 PM5/6/16
to citus-users
SET citus.task_executor_type TO router;

set task_executor_type to router reduce the latency to around 2-5 ms. Thanks to Sai and Citus team that helping me out

Marco Slot

unread,
May 7, 2016, 4:36:37 AM5/7/16
to citus-users
Note that as of Citus 5.1, the router executor setting will go away and the regular (real-time) executor will automatically switch to the router executor when possible. 
Reply all
Reply to author
Forward
0 new messages