Blog
Plans and Pricing
Contact
Resources
Login
Get Started
Search blog here
Aug 30, 2023
Query performance often varies depending on how you write queries. For PostgreSQL, what provides better performance? The IN or OR operator?
Jun 7, 2023
While we dislike PostgreSQL's multi-version concurrency control (MVCC), there are ways to address version copying, table bloat, index maintenance and vacuum management.
Apr 26, 2023
As much as we love PostgreSQL at OtterTune, its multi-version concurrency control (MVCC) is a big pain. We go over why.
Apr 5, 2023
We provide the same AI-powered automated knob tuning but now expand our recommendations to indexes and cloud settings.
Jan 30, 2023
On 1/11/23, all flights in the US were grounded because of a FAA NOTAM system outage tied to a corrupt database file. Here's why that wouldn't happen if the FAA was using Amazon RDS.
Dec 31, 2022
Another year has gone by, and I’m still alive. As such, it is an excellent time to reflect on what happened in the world of databases last year.
Dec 14, 2022
What's new in OtterTune v1.5? User approval of configuration changes; health checks for indexes, configuration, database tables, and autovacuum; and new performance insights.
Dec 7, 2022
Postgres is moving on up! But why? In this blog post, we pull together some of the most important reasons.
Nov 7, 2022
We’re excited to announce that we have completed our first SOC 2 Type II audit process with zero exceptions.
Oct 12, 2022
Cloud spending is projected to flatten or be reduced. As budgets tighten, what can you do to control costs?
Sep 19, 2022
From PostgreSQL autovacuum monitoring to database health check improvements, our interns produced great work in 2022.
Aug 30, 2022
You've got a slow-running PostgreSQL query, so you run ANALYZE, but what if ANALYZE can't fix it?
Aug 11, 2022
We’re pleased to announce OtterTune’s new health checks for database tables and indexes. This product update also includes new ways to interact with and collaborate with your team.
Jul 20, 2022
OtterTune’s new Table Health Checks automatically examine vital statistics and health checks to diagnose and resolve common database problems within tables.
Jun 16, 2022
With OtterTune's Database Quick Enable feature, you get a dashboard that makes OtterTune setup easier by automatically pulling your Amazon RDS and Amazon Aurora database fleet information using the AWS IAM role you provide to OtterTune.
Jun 8, 2022
The start-up game is rough. We thought it would be helpful to others if we reflected on OtterTune’s journey from an academic research project to a thriving start-up.
May 19, 2022
We’ve said it before, we’ll say it again: one of the first things you should do, if not the first, when trying to solve a slow-running PostgreSQL query problem is run ANALYZE
Apr 20, 2022
The OtterTune agent is an open-source Python program that collects monitoring data from your database. We support installation via CloudFormation, Dock, Kubernetes Manifest and Helm Chart.
Mar 30, 2022
Our Database Health Checks automatically detect and inform you of possible issues in your database in real-time and provide recommendations to fix what’s going on
Mar 16, 2022
We introduced new features to make sure your database is running correctly and provide insights about how applications are using them. We also added the ability for you to have more control over its configuration tuning process, and make it easier to integrate OtterTune in your production environment.
Mar 9, 2022
At OtterTune, we take the database hustle seriously. In memory of Biggie, we present our 10 street rules for databases.
Feb 11, 2022
For Societe Generale (SG), a large French bank, we deployed a custom version of OtterTune for Oracle and saw 45% improvement vs. DBA-selected knobs.
Jan 28, 2022
This short video goes over how to activate human-in-the-loop controls, how to review recommendations, applying and skipping recommendations and controlling acceptable value ranges for configuration knobs.
Jan 7, 2022
OtterTune optimizes each of 100+ PostgreSQL configuration settings to support the database’s specific workload. This list goes over all the knobs OtterTune tunes.
OtterTune optimizes each of 150+ MySQL configuration settings to support the database’s specific workload. This list goes over all the knobs OtterTune tunes.
Dec 28, 2021
It was a wild year for the database industry, with newcomers overtaking the old guard, vendors fighting over benchmark numbers, and eye-popping funding rounds. It’s worth reflecting and taking stock as we move into 2022
Dec 17, 2021
Automated database optimization is great, but we realize many want to review recommendations. Ask and you shall receive! Our human-in-the-loop feature gives you more control.
Dec 9, 2021
Throughput is generally not a good target objective for applications that have daily workload patterns because it varies with the time of day. It’s dependent on the application wheras query latency is less dependent on the application and does not strongly vary with demand.
Dec 3, 2021
At $47,500 per CPU core, Oracle is pricey proposition against Postgres (which is effectively $0). OtterTune can help those looking to make the Oracle-to-PostgreSQL migration.
Nov 11, 2021
From database checkup tools to detecting workload and other fluctuations to maximize tuning success, our interns produced such fantastic work that they're now full-time employees.
Nov 4, 2021
The OtterTune Agent only pushes metrics and knob settings information out; it does not accept data in. It also does not look at any sensitive user data or queries.
Oct 20, 2021
Whether you use OtterTune, or you tune by hand, these tips are helpful when it comes to the dreaded database restart.
Oct 14, 2021
Our primary focus since the first release of OtterTune has been to make it easier to get started with OtterTune and put it to work auto-tuning your databases. Here’s what’s new in this latest update.
Sep 30, 2021
We have met AWS users spending hundreds of thousands per month on database services, some of which are spending up to 40% of their monthly AWS bill on databases. And a large portion of this database revenue comes from people overpaying for their unoptimized RDS instances
Sep 21, 2021
Amazon’s default settings use general-purpose values for the most common workloads. They are not particularly bad for any application’s workload. But of course, this means that they are also not optimal for your database’s specific workload.
Sep 14, 2021
Autonomous database tuning is a growing trend that database developers and administrators should be tracking.
Sep 7, 2021
In the last 20 years, MySQL and PostgreSQL have increased the number of knobs that they expose to tune by 7x and 5x, respectively. What are the pros and cons of tuning those knobs externally vs. internally?
Aug 18, 2021
Autonomous database operation and tuning, driven by machine learning (ML), is becoming more prevalent. In this VLDB talk, I presented learnings that help DBMS users better understand how to benefit from ML more productively and safely.
Aug 11, 2021
The OtterTune team will be participating in full force at VLDB 2021 with a research paper presentation, workshop keynote, award talk, and discussion panel.
Jul 28, 2021
OtterTune started out in the academic world. We learned a lot to improve the product from our first real-world deployments.
Jul 19, 2021
OtterTune's roots go back to 2014. We've run over 100,000 trials to build our training corpus and even challenged conference attendees to try and best OtterTune.
Jul 7, 2021
OtterTune's algorithms make decisions based on training data, and sometimes these decisions can be unpredictable because the algorithms do not interpret the world the same way humans do. OtterTune has safeguards in place to protect your database.
Jun 11, 2021
For Amazon RDS PostgreSQL, which runs better? Amazon's default settings, PGTune or OtterTune? The performance results and cost savings may surprise you.
May 26, 2021
Give us five minutes and we'll show you how OtterTune optimizes databases.
May 12, 2021
We’re happy to announce the first commercial release of OtterTune software-as-a-service (SaaS) and seed funding From Accel. Our mission is to make databases run better, with less effort, and at a lower cost.