Ran
|
Jobs
1
|
Files
114
|
Run time
1min
|
Badge
Embed ▾
README BADGES
|
push
github
Revert "Add ANTLR parsing time to EXPLAIN info (#2597)" (#2631) This reverts commit <a class=hub.com/babelfish-for-postgresql/babelfish_extensions/commit/4330bab8492e17645e5dc2081ee30d1ea4132164">4330bab84. Commit details of 4330bab8492e17645e5dc2081ee30d1ea4132164 - Add ANTLR parsing time to EXPLAIN info (#2597) This commit adds support to show ANTLR parsing time info with EXPLAIN info. With this change, query plan would look like following: ``` QUERY PLAN ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- Query Text: select 'abc' Result (cost=0.00..0.01 rows=1 width=32) (actual time=0.004..0.005 rows=1 loops=1) ANTLR Parsing Time: 34.469 ms Planning Time: 0.016 ms Execution Time: 0.057 ms ``` This capabilities will help us diagnosing the performance issue to understand where most of the time being consumed. Task: BABEL-3650 Signed-off-by: Dipesh Dhameliya <dddhamel@amazon.com>
41909 of 57487 relevant lines covered (72.9%)
109833.28 hits per line
ID | Job ID | Ran | Files | Coverage | |
---|---|---|---|---|---|
1 | 9287798638.1 | 114 |
72.9 |
GitHub Action Run |
Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line |
---|