File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ PawSQL Client enables developers to access core capabilities of the PawSQL direc
17172 . Navigate to Extensions (` Ctrl+Shift+X ` or ` Cmd+Shift+X ` )
18183 . Search for "PawSQL Client" and click Install
1919
20- ## Initial Setup
20+ ## PawSQL Setup
2121You need to do some initial setup before your start to use PawSQL Client:
22221 . Click the PawSQL icon on the VSCode sidebar
23232 . Fill in the following fields:
@@ -26,24 +26,22 @@ You need to do some initial setup before your start to use PawSQL Client:
2626 - Password (password of your account)
27273 . Click "Save"
2828
29- ## Usage Guide
30- ### Optimize SQLs in VS Code
29+ ## Optimize SQLs
3130Two optimization methods are available in SQL files:
32311 . ** Optimize Using Default Workspace** :
3332 - Click the "Optimize" button in the SQL statement prompt
33+
34342 . ** Optimize Using Specific Workspace** :
3535 - Click the "Optimize..." button in the SQL statement prompt
3636 - Select a workspace from the dropdown menu
3737
38- ### Optimization Results
38+ ## Optimization Results
3939After optimization completion:
4040- Results are displayed in VSCode's WebView
4141- Click "View Detailed Optimization in Browser" for additional information, including:
4242 - SQL comparison
4343 - Execution plan comparison
4444 - Detailed analysis
4545
46- Recent optimization results (last 10 per workspace) automatically appear in the sidebar under their respective workspaces.
47-
48- ## Important Notes
46+ ** Important Notes**
4947- You must have a valid account on the PawSQL Cloud or on a privately deployed PawSQL platform.
Original file line number Diff line number Diff line change @@ -33,19 +33,18 @@ PawSQL Client让开发者能够在VS Code开发环境中直接使用PawSQL引擎
3333 - Password (PawSQL Server账号的密码)
34343 . 点击"保存"按钮
3535
36- ## 使用说明
37-
38- ### 在VS Code环境中进行SQL 优化
36+ ## 在VS Code环境中进行SQL 优化
3937
4038在 SQL 文件中提供两种优化方式:
4139
42- 1 . ** 使用默认工作空间执行优化 ** :
40+ 1 . ** 使用默认工作空间优化SQL ** :
4341 - 在 SQL 语句上方的提示中点击"Optimize"按钮
44- 2 . ** 选择特定工作空间优化** :
42+
43+ 2 . ** 选择特定工作空间优化SQL** :
4544 - 点击 SQL 语句提示中的"Optimize..."按钮
4645 - 从弹出的下拉列表中选择工作空间,进行优化
4746
48- ### 查看优化结果
47+ ## 查看优化结果
4948
5049优化完成后:
5150
@@ -55,7 +54,6 @@ PawSQL Client让开发者能够在VS Code开发环境中直接使用PawSQL引擎
5554 - 执行计划对比
5655 - 其他详细分析
5756
58-
59- ## 注意事项
57+ ** 注意事项**
6058
6159- 您必须在[ PawSQL Cloud] ( https://pawsql.com ) 或私域部署的PawSQL优化平台有对应的账号
You can’t perform that action at this time.
0 commit comments