You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
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
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
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
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
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.