•  

Automatic Database Tuning with Andy Pavlo

0
0

The default configuration in most databases is meant for broad compatibility rather than performance. Database tuning is a process in which the configurations of a database are modified to achieve optimal performance. Databases have hundreds of configuration knobs that control various factors, such as the amount of memory to use for caches or how often the data is written to the storage.


The problem with these knobs is that



  • they are not standardized (i.e., two databases may have a different name for the same knob),

  •  not independent (i.e., changing one knob can impact others), 

  • and not universal (i.e., what works for one application may be suboptimal for another). 


In reality, information about the effects of the knobs typically comes only from (expensive) experience.


OtterTune is automatic database tuning software that promises to overcome these problems. It uses machine learning to tune the configuration knobs of your database automatically to improve performance.


In this episode, we interview Andy Pavlo. Andy is a Database Professor at Carnegie Mellon and Co-Founder of OtterTune.


Sponsorship inquiries: sponsor@softwareengineeringdaily.com


The post Automatic Database Tuning with Andy Pavlo appeared first on Software Engineering Daily.


No comments yet...
Log in to comment
0 0 0
2026-04-16

Agentic Mesh with Eric Broda

AI agents are evolving from individual productivity tools into distributed systems components inside…
0 0 0
2026-04-14

New Relic and Agentic DevOps with Nic Benders

Observability emerged from the need to understand complex software systems, and involves tracking me…
0 0 0
2026-04-09

Mobile App Security with Ryan Lloyd

Mobile apps have become a primary interface for critical services, including banking, payments, and …
0 0 0
2026-04-07

FastMCP with Adam Azzam and Jeremiah Lowin

The Model Context Protocol, or MCP, gives developers a common way to expose tools, data, and capabil…
0 0 0
2026-04-02

SED News: OpenCode, AI Code vs. Shipped Code, and the LiteLLM Breach

SED News is a monthly podcast from Software Engineering Daily where hosts Gregor Vand and Sean Falco…
0 0 0
2026-03-31

FreeBSD with John Baldwin

FreeBSD is one of the longest-running and most influential open-source operating systems in the worl…