Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactor distributed query #321

Merged
merged 2 commits into from
Aug 31, 2023
Merged

Refactor distributed query #321

merged 2 commits into from
Aug 31, 2023

Conversation

hanahmily
Copy link
Contributor

The new design merges liaison and query nodes to provide a more flexible and simple architecture.

Signed-off-by: Gao Hongtao <hanahmily@gmail.com>
@hanahmily hanahmily added the documentation Improvements or additions to documentation label Aug 31, 2023
@hanahmily hanahmily added this to the 0.5.0 milestone Aug 31, 2023
@codecov-commenter
Copy link

codecov-commenter commented Aug 31, 2023

Codecov Report

Merging #321 (36ad6ed) into main (8ee20fd) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##             main     #321   +/-   ##
=======================================
  Coverage   40.83%   40.83%           
=======================================
  Files         107      107           
  Lines       11391    11391           
=======================================
  Hits         4651     4651           
  Misses       6271     6271           
  Partials      469      469           

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

docs/concept/clustering.md Outdated Show resolved Hide resolved
docs/concept/clustering.md Outdated Show resolved Hide resolved
Signed-off-by: Gao Hongtao <hanahmily@gmail.com>
@hanahmily hanahmily requested a review from hailin0 August 31, 2023 04:21
@hailin0
Copy link
Contributor

hailin0 commented Aug 31, 2023

LGTM

@wu-sheng
Copy link
Member

So, Liaison is a query node now? There is no separate query node.
Basically, we have only liaison node and data node.

@hanahmily
Copy link
Contributor Author

So, Liaison is a query node now? There is no separate query node. Basically, we have only liaison node and data node.

Exactly. There are two main roles in a cluster mode.

@hanahmily hanahmily merged commit 91f0b71 into main Aug 31, 2023
13 checks passed
@hanahmily hanahmily deleted the distributed-query-doc branch August 31, 2023 07:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
4 participants