• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

babelfish-for-postgresql / babelfish_extensions / 11072071451
76%
BABEL_5_X_DEV: 77%

Build:
Build:
LAST BUILD BRANCH: fix_script_injection
DEFAULT BRANCH: BABEL_5_X_DEV
Ran 27 Sep 2024 02:36PM UTC
Jobs 1
Files 115
Run time 1min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

27 Sep 2024 02:02PM UTC coverage: 74.448%. Remained the same
11072071451

push

github

web-flow
Performance improvements when query includes sys.indexes.is_primary_key predicate  (#2917)

Previously for a query we were observing a performance degradation when it included a join between sys.indexes, sys.index_columns, sys.columns, sys.tables, and sys.schemas views with sys.indexes.is_primary_key = 1 predicate in where clause. We identified that there was the issue with a case statement due to which there was an incorrect row estimation so we have implemented a direct cast by defining new IMPLICIT cast without function from boolean to sys.bit.
Another issue was the use of redundant has_schema_privilege in sys views and functions, as we explicitly grant usage to public beforehand, so we have removed the redundant has_schema_privilege check.

Issues Resolved: BABEL-5215

Signed-off-by: Tanya Gupta <tanyagp@amazon.com>

44933 of 60355 relevant lines covered (74.45%)

162291.84 hits per line

Jobs
ID Job ID Ran Files Coverage
1 11072071451.1 27 Sep 2024 02:36PM UTC 115
74.45
GitHub Action Run
Source Files on build 11072071451
  • Tree
  • List 115
  • Changed 68
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #11072071451
  • 2bb7f705 on github
  • Prev Build on BABEL_4_X_DEV (#11069668251)
  • Next Build on BABEL_4_X_DEV (#11075926795)
  • Delete
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc