YYC-Wander

Engineering & data stories behind large-scale systems

HomeEngineering & Data Projects → Oracle Address Search Optimization

Oracle Address Search Optimization (ES Alternative)

This case describes an address search optimization project for broadband service. Instead of adding an external Elasticsearch layer, the team stayed on Oracle and achieved sub-second search by redesigning tables and indexes, rewriting SQL, and feeding better statistics to the optimizer.

Tech Stack: Oracle SQL / PL/SQL Function Indexes Composite Indexes Query Tuning
Focus: Address Search ES Alternative Performance Tuning Cost Reduction

Dashboard

Data refresh: On-demand (performance tests)

What you’re seeing: response time distribution, index hit ratios, and query plans before and after optimization. The dashboard makes it easy to see how table/index redesign and SQL rewrite translate into real latency gains and server savings.

How to read & interact

  • Compare before vs. after: review response times and execution plans to see exactly how tuning changed the workload.
  • Look at index usage: check which composite / function indexes are actually used, and where full table scans still appear.
  • Link to cost: translate performance improvements into server savings, simpler architecture, and lower operational risk.

Related Engineering & Data Project Case Studies