matheusmello.io
BlogProduct ReleasesToolsBooksContact

sequence

Why does PostgreSQL perform sequential scan on indexed column?
indexing
September 2, 20231 min read

Why does PostgreSQL perform sequential scan on indexed column?

📚 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

indexingsequence
How slicing in Python works
python
September 2, 20231 min read

How slicing in Python works

# Slicing in Python: Unraveling the Mystery 😮🔪 Have you ever come across a puzzling slice notation in Python, like `a[x:y:z]`, `a[:]`, or `a[::2]`, and wondered how it works to extract elements from a list or string? 🤔 You're not alone! In this blog po

pythonsequenceslice

About

Personal blog sharing insights on software engineering, technology, and developer productivity.

TwitterGitHubLinkedInEmail

Tags

Loading tags...

Subscribe to Updates

Get the latest posts delivered right to your inbox.

© 2025 MatheusMello.io. All rights reserved.