Optimizing SQL Performance
Held on July 12 2018 In July's session we mainly looked at performance. Highlights include: 1:30 How does the database process subqueries? 5:20 Performance: comparing insert ... select to create tmp table, insert select from tmp; DDL in PL/SQL; dynamic SQL problems 12:45 18c private temporary tables; tables specific to a session; DDL you can rollback across! 21:00 Improving update performance: things to watch for; insert vs. update; "join-update" - create a view instead; create table as select "update" 34:05 Analytic function performance: first_value non-determinism; min keep vs first_value; computing function in a subquery; indexes for analytic functions AskTOM Office Hours offers free, monthly training and tips on how to make the most of Oracle Database, from Oracle product managers, developers and evangelists. https://asktom.oracle.com/ Oracle Developers portal: https://developer.oracle.com/ Sign up for an Oracle Cloud trial: https://cloud.oracle.com/en_US/tryit music: bensound.com

6 Query Tuning Techniques - Solve 75% SQL Server Performance Problems (by Amit Bansal)

SQL Performance Tuning Case Study – Optimizing Dev Gym Leaderboards

Which Indexes Should I Create?

PL/SQL: The Good Parts

Explaining Explain Plans

Database Time-Based Performance Tuning: From Theory to Practice

Top PL/SQL Tips In Just One Hour

Top SQL Queries for Interviews Questions and Answers | SQL Training | Intellipaat

10 Query Tuning Techniques Every SQL Programmer Should Know

SQL Server Performance Essentials – Full Course

Watch Brent Tune Queries - SQLSaturday Oslo

The five-step guide to SQL tuning | CloudWorld 2022
![Beginner to T-SQL [Full Course]](https://i.ytimg.com/vi/cACat4KNncg/hqdefault.jpg?sqp=-oaymwEjCNACELwBSFryq4qpAxUIARUAAAAAGAElAADIQj0AgKJDeAE=&rs=AOn4CLA4o6xA3UzwmxwP9P-enFU9sgxi6Q)
Beginner to T-SQL [Full Course]

How to think in SQL, a set-based mindset - Kevin Devine

20 Essential Oracle SQL and PL/SQL Tuning Tips

SQL Query Optimization. Why is it so hard to get right?

How to Use SQL Plan Baselines and SQL Profiles

Explaining the Explain Plan: Interpreting Execution Plans for SQL Statements

Tuning SQL Date Range Queries

