Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 355 Bytes

Introduction.md

File metadata and controls

8 lines (5 loc) · 355 Bytes

Introduction

  • Performance tuning is a set of approach to optimize the database operations.
  • Tuning is done at many level, depending upon the nature of issue.
  • Most common tuning issues are because of poorly written codes and in case of oracle database it is sql or pl/sql.
  • Other factors could be database design or configuration or management.