-
Notifications
You must be signed in to change notification settings - Fork 224
Closed
Labels
featureNew feature or requestNew feature or request
Description
Describe This Problem
Currently, it is just a simple module called forwarder that forwards the sql query to the right server, but more work can't be handled by the forwarder, including:
- Forward according to the sql rather than the table hints in the sql query;
- Forward all the requests besides the sql query;
- Able to finish query/write about the partitioned table;
Proposal
Design a proxy module which can serve as a separate service or a module in the ceresdb-server.
Additional Context
No response
Metadata
Metadata
Assignees
Labels
featureNew feature or requestNew feature or request