Jobs at RDS
April 13th, 2020
I’m personally interested in using explain plans to identify missing indexes opportunities. Let me know directly if that is of interest to you. This could be in the roll of database engineer and design or development engineer on design and coding.
My manager has a bunch of openings in all sorts of areas from database performance monitoring, recommendations, proxy
- https://www.amazon.jobs/en/jobs/1097253 – Software Development Manager
- https://www.amazon.jobs/en/jobs/1095579 – Sr. Software Development Engineer
- https://www.amazon.jobs/en/jobs/1109581 – Software Development Manager
- https://www.amazon.jobs/en/jobs/1095576 – Sr. Software Development Engineer
- https://www.amazon.jobs/en/jobs/1109605 – Sr. Software Development Engineer
- https://www.amazon.jobs/en/jobs/1109579 – Software Development Engineer
- https://www.amazon.jobs/en/jobs/1109580 – Software Development Engineer
- https://www.amazon.jobs/en/jobs/1058728 – Sr Manager, Software Dev
- https://www.amazon.jobs/en/jobs/908733 – Hybrid-cloud Database Architect
The dev team I work with on performance monitoring and related has dev positions open
- https://www.amazon.jobs/en/jobs1028502 – Software Development Engineer (Level 4)
- https://www.amazon.jobs/en/jobs/946258 – Software Development Engineer (Level 5)
- https://www.amazon.jobs/en/jobs/1028501 – Software Development Engineer (Level 6)
- https://www.amazon.jobs/en/jobs/1094482 – Software Development Engineer II (Level 5)
Trackbacks
Comments
I did something with a slightly different intent awhile back.
gv$sql_plan is scraped every five minutes for new sql.
Analysis is done to find redundant, or possibly redundant indexes.
After some time indexes seem to accumulate on active tables.
I had thought about adding a section to look for indexing opportunities, but just didn’t get a good opportunity for that.
https://github.com/jkstill/index-compare
Nice Jared – thanks for sharing that here.
My pleasure Kyle.