-
Notifications
You must be signed in to change notification settings - Fork 275
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
[Feature]: HTTP API #1937
Labels
feature request
New feature or request
Comments
JinHai-CN
pushed a commit
that referenced
this issue
Sep 29, 2024
### What problem does this PR solve? - add show and set command for session variables for http - fix show global variables bug Issue link:#1937 ### Type of change - [x] Bug Fix (non-breaking change which fixes an issue) - [x] New Feature (non-breaking change which adds functionality)
JinHai-CN
pushed a commit
that referenced
this issue
Oct 10, 2024
### What problem does this PR solve? _HTTP APIs for admin mode: set node role, list node variables, list node configs, show node variable_ Issue link: #1937 ### Type of change - [x] New Feature (non-breaking change which adds functionality) - [x] Documentation Update --------- Signed-off-by: vsian <[email protected]>
This was referenced Oct 10, 2024
JinHai-CN
pushed a commit
that referenced
this issue
Oct 10, 2024
### What problem does this PR solve? 3 HTTP instance APIs: - show logs (not documented) - show delta checkpoints (not documented) - show full checkpoints (not documented) Issue link: #1937 ### Type of change - [x] New Feature (non-breaking change which adds functionality)
JinHai-CN
pushed a commit
that referenced
this issue
Oct 11, 2024
### What problem does this PR solve? New HTTP APIs of: - SHOW QUERY {QUERY_ID} (not documented) - SHOW TRANSACTIONS - SHOW TRANSACTION Issue link: #1937 ### Type of change - [x] New Feature (non-breaking change which adds functionality) - [x] Documentation Update --------- Signed-off-by: vsian <[email protected]>
3 tasks
JinHai-CN
pushed a commit
that referenced
this issue
Oct 11, 2024
### What problem does this PR solve? new HTTP APIs : - SHOW OBJECTS (Documented) - SHOW OBJECT (Documented) - SHOW FILES (Documented) Add docs: - SHOW LOGS - SHOW DELTA CHECKPOINTS - SHOW FULL CHECKPOINTS Fix: infinity::ShowObject will cause segfault. Issue link: #1937 ### Type of change - [x] Bug Fix (non-breaking change which fixes an issue) - [x] New Feature (non-breaking change which adds functionality) - [x] Documentation Update
1 task
1 task
JinHai-CN
pushed a commit
that referenced
this issue
Oct 14, 2024
### What problem does this PR solve? New HTTP APIs for instance: - Force GlobalCheckpoint. (Not documented.) - Compact Table. (Not documented.) Issue link: #1937 ### Type of change - [x] New Feature (non-breaking change which adds functionality)
JinHai-CN
pushed a commit
that referenced
this issue
Oct 14, 2024
### What problem does this PR solve? Add documents for folloing HTTP APIs: - Show memory - Show memory objects - Show memory allocation - Force global checkpoint - Compact table Issue link: #1937 ### Type of change - [x] Documentation Update --------- Co-authored-by: writinwaters <[email protected]>
JinHai-CN
pushed a commit
that referenced
this issue
Oct 14, 2024
### What problem does this PR solve? Add examples for HTTP instance APIs. Issue link: #1937 ### Type of change - [x] Other (please describe): examples.
This was referenced Oct 16, 2024
Merged
JinHai-CN
pushed a commit
that referenced
this issue
Oct 16, 2024
### What problem does this PR solve? New HTTP examples: - Show table segments - Show table blocks - Drop table columns - Show index segments - Show index chunk - Show table block - Show table block block column Issue link: #1937 ### Type of change - [x] Other (please describe): examples change.
vsian
added a commit
to vsian/infinity
that referenced
this issue
Oct 18, 2024
### What problem does this PR solve? New HTTP examples: - Show table segments - Show table blocks - Drop table columns - Show index segments - Show index chunk - Show table block - Show table block block column Issue link: infiniflow#1937 ### Type of change - [x] Other (please describe): examples change.
JinHai-CN
pushed a commit
that referenced
this issue
Oct 25, 2024
### What problem does this PR solve? _Briefly describe what this PR aims to solve. Include background context that will help reviewers understand the purpose of the PR._ Issue link:#[HTTP API 1937](#1937)] ### Type of change - [x] New Feature (non-breaking change which adds functionality)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Database:
Table:
Insert / Delete / Update
Select / Explain
Index
Config
Variable
Instance operation and metrics
Cluster admin
The text was updated successfully, but these errors were encountered: