Search Results

Showing results for "postgresql"

Latest Articles

Cover Image for Why does PostgreSQL perform sequential scan on indexed column?
indexingsequence

Why does PostgreSQL perform sequential scan on indexed column?

Published on September 2, 2023

📚 Why does PostgreSQL perform sequential scan on indexed column? 🤔 So you've set up your PostgreSQL database, created a table with an index on a column, and you're excited to see how your queries will benefit from this optimized structure. But wait, why

Cover Image for How to upgrade PostgreSQL from version 9.6 to version 10.1 without losing data?

How to upgrade PostgreSQL from version 9.6 to version 10.1 without losing data?

Published on September 2, 2023

# How to Upgrade PostgreSQL from Version 9.6 to Version 10.1 Without Losing Data? 😱🔧 So, you're ready to take your PostgreSQL database to the next level and upgrade to version 10.1 💪 But, you're worried about losing all your precious data in the proces