Create distributed tables from workers
Open
mx
usability
- Dominant language
- C
- Stars
- 12.8k
- Forks
- 794
- Avg merge
- 2d 14h
- Merged PRs (30d)
- 31
Description
With MX, users typically connect to workers to perform queries or DML. However, distributed tables need to be created through the coordinator. It would be nicer if all operations, including table creation, could be performed from the workers, such that the application only requires one URL. One approach could be to implement #852 to create distributed tables using a single command that gets propagated to the worker per #1083.
Contributor guide
Assessment
This issue has not been assessed yet.