Tagged articles
4 articles
Page 1 of 1
ITPUB
ITPUB
May 30, 2020 · Databases

Master Oracle SQL Performance: 40 Proven Optimization Techniques

This guide walks through Oracle SQL execution steps, optimizer choices, indexing strategies, query rewrites, hint usage, and practical code examples to help developers dramatically improve query performance and reduce database workload.

HintsOracleexecution plan
0 likes · 20 min read
Master Oracle SQL Performance: 40 Proven Optimization Techniques
dbaplus Community
dbaplus Community
Aug 13, 2017 · Databases

Mastering Oracle Execution Plans: Control, Hints, and Design Tricks

This article teaches how to read and manipulate Oracle execution plans using hints, SQL rewrites, design features, and statistics tricks, providing step‑by‑step examples, common pitfalls, and practical scripts to achieve predictable performance without costly statistics collection.

HintsOracleSQL
0 likes · 18 min read
Mastering Oracle Execution Plans: Control, Hints, and Design Tricks
dbaplus Community
dbaplus Community
Oct 20, 2016 · Databases

Inside MySQL 8.0: New Features, Community Insights, and Future Roadmap

The article recaps a MySQL 8.0 optimizer meetup where experts discussed version naming, enterprise vs community edition differences, character‑set choices, storage‑engine evolution, hint usage, sharding strategies, high‑availability architectures, market position, and upcoming feature requests from the community.

8.0HintsJSON
0 likes · 13 min read
Inside MySQL 8.0: New Features, Community Insights, and Future Roadmap
dbaplus Community
dbaplus Community
Feb 21, 2016 · Databases

Boost Oracle Distributed Query Performance with Collocated Inline Views and Hints

This article explains how to optimize Oracle distributed queries that involve remote tables by minimizing remote calls, reducing result set size, and improving execution plans through techniques such as collocated inline views, CBO behavior, and driving_site hints, illustrated with detailed examples and performance measurements.

Collocated ViewDatabase PerformanceDistributed Query
0 likes · 11 min read
Boost Oracle Distributed Query Performance with Collocated Inline Views and Hints