-
Notifications
You must be signed in to change notification settings - Fork 54
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
107 changed files
with
1,825 additions
and
717 deletions.
There are no files selected for viewing
Empty file.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,54 @@ | ||
--- | ||
template: overrides/main.html | ||
--- | ||
|
||
This document mainly introduces how we can use the `Slow query` monitoring function provided by the software. | ||
|
||
Move the mouse to the top menu `Monitor` and wait for the drop-down options to appear, click `Query` to enter the query monitoring interface, which is similar to the following page | ||
|
||
![img.png](../../assets/images/others/monitor/query/img.png) | ||
|
||
The upper part of the page is the data chart display & function configuration area, and the lower part is the detailed data list area | ||
|
||
#### Data charting & Feature Configuration | ||
|
||
--- | ||
|
||
The drop-down selection box on the top left is used to select the configured data source. After selection, the software will initiate a request to the service to obtain information, and return a data chart similar to the following | ||
|
||
![img_1.png](../../assets/images/others/monitor/query/img_1.png) | ||
|
||
There is a `Number` input device at the top right | ||
|
||
`Numeric input` is used to mark the maximum time-consuming limit of the query (unit: milliseconds) | ||
|
||
#### Details of the data | ||
|
||
--- | ||
|
||
The drop-down selection box on the top left is used to select the configured data source. After selection, the software will initiate a request to the service to obtain information, and return results similar to the following | ||
|
||
![img_2.png](../../assets/images/others/monitor/query/img_2.png) | ||
|
||
| Property | Description | | ||
|--------------|------------------------------------------------------------| | ||
| user | Query the user used | | ||
| host | Query the client host | | ||
| hash | Query the generated hash data | | ||
| time | Query creation time | | ||
| elapsed(ms) | Query time (ms) | | ||
| memoryUsage | Memory used by query | | ||
| rows | Query the total number of rows | | ||
| bytes | Total number of bytes queried | | ||
| readRows | Query the total number of rows of read metadata | | ||
| bytesRead | Query the total number of bytes of metadata read | | ||
| writtenRows | The total number of bytes of metadata written to the query | | ||
| bytesWritten | The total number of bytes of metadata written to the query | | ||
|
||
#### Action | ||
|
||
--- | ||
|
||
:octicons-search-16:{.blue} button To query the DDL statement of the operation | ||
|
||
![img_3.png](../../assets/images/others/monitor/query/img_3.png) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,77 @@ | ||
--- | ||
template: overrides/main.html | ||
--- | ||
|
||
The code fragment function is mainly used to customize the reserved code for subsequent quick use of the code. | ||
|
||
!!! warning | ||
|
||
This feature is launched in the `1.15.0` version. | ||
|
||
### Snippet | ||
|
||
--- | ||
|
||
Move the mouse to the top menu `Query` and wait for the drop-down options to appear, click `Snippet` to enter the code snippet interface, which is similar to the following page | ||
|
||
![img.png](../../../assets/images/query/snippet/img.png) | ||
|
||
#### Field Description | ||
|
||
--- | ||
|
||
| Field | Meaning | | ||
|-------------|---------------------------------------------------------------| | ||
| ID | Unique mark of data record | | ||
| Name | The name of the code fragment, used to mark the code fragment | | ||
| Description | Description information of the code fragment | | ||
| Code | Actual input code fragment | | ||
| Created | Creation time | | ||
| Updated | Updated time | | ||
|
||
|
||
By default, the content of this page is as follows | ||
|
||
![img_1.png](../../../assets/images/query/snippet/img_1.png) | ||
|
||
### Create a new snippet | ||
|
||
--- | ||
|
||
Click the blue button in the middle of the page or the blue plus button in the upper left corner to add a new code fragment. | ||
|
||
![img_2.png](../../../assets/images/query/snippet/img_2.png) | ||
|
||
#### Field Description | ||
|
||
--- | ||
|
||
| Field | Meaning | | ||
|-------------|---------------------------------------------------------------| | ||
| Name | The name of the code fragment, used to mark the code fragment | | ||
| Description | Description information of the code fragment | | ||
| Snippet | Actual input code fragment | | ||
|
||
When all the content is entered and the verification is passed, click the blue button at the bottom right to save. | ||
|
||
Click the red button to cancel the current operation process. | ||
|
||
### Edit data record | ||
|
||
--- | ||
|
||
Click the blue button under the operation column to edit the data record, and it will be automatically filled into the editor, similar to the following page. | ||
|
||
![img_3.png](../../../assets/images/query/snippet/img_3.png) | ||
|
||
### Delete data record | ||
|
||
--- | ||
|
||
The software provides the function of deleting code fragments. Click the red button under the operation column after the data is recorded, and the following window will pop up. | ||
|
||
![img_4.png](../../../assets/images/query/snippet/img_4.png) | ||
|
||
Click the blue button to delete the data. | ||
|
||
Click the white button to cancel the data deletion operation. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,64 @@ | ||
--- | ||
template: overrides/main.html | ||
icon: material/gesture-tap-button | ||
--- | ||
|
||
DBM Version for `1.15.0` is released! | ||
|
||
Release Time: `2020-04-25` | ||
|
||
#### Enhancement | ||
|
||
--- | ||
|
||
- Support metadata management, add column description information <br /> | ||
![img.png](../assets/images/versions/1.15.0/img.png) | ||
![img_1.png](../assets/images/versions/1.15.0/img_1.png) | ||
- Support code snippet management <br /> | ||
![img.png](../assets/images/versions/1.15.0/img_2.png) <br /> | ||
![img_1.png](../assets/images/versions/1.15.0/img_3.png)<br /> | ||
![img_1.png](../assets/images/versions/1.15.0/img_4.png)<br /> | ||
- Support query reference code snippet <br /> | ||
![img.png](../assets/images/versions/1.15.0/img_6.png)<br /> | ||
![img_1.png](../assets/images/versions/1.15.0/img_7.png)<br /> | ||
- Support to quickly add code snippets after successful query <br /> | ||
![img.png](../assets/images/versions/1.15.0/img_8.png)<br /> | ||
- The data source supports IndexDB storage | ||
|
||
#### UI | ||
|
||
--- | ||
|
||
- Add multiple editor themes <br /> | ||
![multiple editor themes](../assets/images/versions/1.15.0/themes.png) <br /> | ||
- Quick query unavailable nodes prohibit operations <br /> | ||
![img.png](../assets/images/versions/1.15.0/img_5.png) <br /> | ||
- It is forbidden to use functions such as quick query if the data source is not selected | ||
|
||
#### Optimize | ||
|
||
---- | ||
|
||
- Add data sheet deletion prompt greater than 50GB <br /> | ||
![img.png](../assets/images/versions/1.15.0/img_9.png) | ||
|
||
#### Docs | ||
|
||
--- | ||
|
||
- Add snippet docs | ||
- Add monitor --> query docs | ||
|
||
#### Bug | ||
|
||
--- | ||
|
||
- Fix the problem that invalid metadata management nodes can be clicked | ||
- Fix the exception that the optional parameters of the metadata management creation of the MongoDB data table cannot be constructed | ||
- Fix the error reported by the metadata management data table console | ||
|
||
#### Contributors (In no particular order) | ||
|
||
--- | ||
|
||
- @qianmoQ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "dbm", | ||
"version": "1.14.0", | ||
"version": "1.15.0", | ||
"author": "qianmoQ <[email protected]>", | ||
"description": "ClickHouse DataBase GUI", | ||
"github": "https://github.com/EdurtIO/dbm.git", | ||
|
@@ -59,11 +59,12 @@ | |
"highcharts": "^9.3.2", | ||
"jsstore": "^4.3.8", | ||
"lodash": "^4.17.21", | ||
"moment": "^2.29.1", | ||
"moment": "^2.29.2", | ||
"ng-zorro-antd": "^12.1.0", | ||
"ngx-clipboard": "^14.0.2", | ||
"ngx-easy-table": "^15.2.0", | ||
"ngx-markdown": "^13.1.0", | ||
"ngx-moment": "^6.0.2", | ||
"node-sql-parser": "^4.1.1", | ||
"rxjs": "~6.6.0", | ||
"sass-loader": "^12.3.0", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.