ContentPosts from @adammetis..
Story
@adammetis shared a post, 8 months, 3 weeks ago
DevRel, Metis

They Stopped Using Load Tests - And Here Is Why

Many companies dropped load tests. Even though for many years we relied on load tests as the only way to prevent scalability issues, we now have other ways. Let’s see what happened and why you should drop load tests too.

Stopped.webp
Story
@adammetis shared a post, 8 months, 3 weeks ago
DevRel, Metis

Everyone Uses Postgres… But Why?

All big players in the market use PostgreSQL nowadays. Postgres is just the best and the most popular solution these days, no matter if it’s for startups or enterprise companies. But why is that? What makes PostgreSQL so great and why did companies abandon their enterprise-ready databases like Oracle, MS SQL, or DB2? Read on to find the answers.

Everyone.webp
Story
@adammetis shared a post, 9 months, 3 weeks ago
DevRel, Metis

DBA Considered Harmful

Database administrators are often important parts of our organizations. They take care of databases, keep an eye on performance, and step in when we need to fix issues. However, what if I told you that they are harmful and we should change how they work and how they fit our organizations? Read on to understand why.

DBA_Considered_Harmful.webp
Story
@adammetis shared a post, 9 months, 4 weeks ago
DevRel, Metis

3 Hot Trends In Database Reliability

Let’s see 3 hot trends in database reliability that every team should incorporate into their organization.

3 Hot Trends In Database Reliability@3x
Story
@adammetis shared a post, 9 months, 4 weeks ago
DevRel, Metis

Things Platform Engineers Lack When Dealing With Databases

Platform engineers focus on all phases of SDLC around databases. However, they lack the tools, processes, and mindset to unleash the power of their teams. Let’s see what they miss and how to change our organizations to move faster.

PlatformEngineers.webp
Story
@adammetis shared a post, 10 months, 1 week ago
DevRel, Metis

Postgres can do that? No surprise Postgres is everywhere

PostgreSQL is widely regarded as one of the most popular SQL databases and is often the preferred choice for projects involving Online Transaction Processing systems. However, its versatility extends far beyond that, enabling it to effectively manage less common SQL use cases as well as workflows that don’t rely on SQL. In this blog post, we’ll explore various scenarios where PostgreSQL excels and provide insights into how to leverage it in these situations.

PostgresCanDoThat.webp
Story
@adammetis shared a post, 10 months, 3 weeks ago
DevRel, Metis

VACUUM In Postgres Demystified

Let’s see what is VACUUM in PostgreSQL, how it’s useful, and how to improve your database performance.

Vacuum.webp
Story
@adammetis shared a post, 11 months ago
DevRel, Metis

PostgreSQL Everywhere and For Everything

PostgreSQL is one of the most popular SQL databases. It’s a go-to database for many projects dealing with Online Transaction Processing systems. However, PostgreSQL is much more versatile and can successfully handle less popular SQL scenarios and workflows that don’t use SQL at all. In this blog post, we’ll see other scenarios where PostgreSQL shines and will explain how to use it in these cases.

PGeverywhere
Story
@adammetis shared a post, 11 months ago
DevRel, Metis

Why Doesn't Postgres Use My Index

It may happen that we created an index and yet PostgreSQL doesn’t use it. What could be the reason and how to fix it? We identified 10 distinct scenarios. Read on to find out. Important Things Indexes may be tricky. We already covered how they work inanother article. Let’s quickly recap important pa..

WhyDoesntPostgresUseMyIndex.webp
Story
@adammetis shared a post, 11 months, 1 week ago
DevRel, Metis

Indexes Under The Hood

Many things can improve database performance. One of the most obvious solutions is to use indexes. This blog post will examine them in detail to understand how they work in PostgreSQL and what makes them useful.

Untitled