Menu

#Indexes

10 posts

Feed·
10 of 10 posts
Postgres Tells You Your Query Was Slow. Not Which Index Was Wasted.
🖼️
0

Postgres Tells You Your Query Was Slow. Not Which Index Was Wasted.

DEV Community·Ali Afana·23 days ago
#LoP39bX0
#file#postgres#index#query#indexes#plan

Postgres tells you how many times each index was scanned. It can't tell you which one the planner picked for your slow query. I built a 3-file analyzer — and the first run found 20 of 51 indexes never used, 78% of my index disk wasted.

15s
Read More
MongoDB is Great. Mongoose Makes it Better.
📰
0

MongoDB is Great. Mongoose Makes it Better.

DEV Community: database·Saumya Agrawal·about 1 month ago
#1VcLWyOl
#dev#virtuals#indexes#class#code#highlight

When I first started learning backend development, the database question came up almost immediately. Everyone has an opinion. SQL people will tell you it is the only correct way to store data. NoSQL people will tell you SQL is legacy thinking.…

15s
Read More
📰
0

System Design Learning Journey — Week 2: Storage & Retrieval

DEV Community: scala·Majd-sufyan·about 1 month ago
#Js6xmUf8
#dev#strong#user#cache#indexes#article

In Week 2, I shifted focus from high-level scalability concepts to how data is actually stored, retrieved, and optimized in real systems. The main goals this week were to: Build intuition around storage engines and access patterns Understand SQL vs NoSQL…

15s
Read More
📰
0

At the Money: Looking Beyond Market Cap Weighted Indexes

The Big Picture·Barry Ritholtz·about 1 month ago
#Iue4IeaX
#ritholtz#more#strong#market#value#index

At The Money: Looking Beyond Market Cap Weighted Indexes (April 22, 2026) Cap weighted indexes have come to dominate ETFs. Is it time for investors to consider a strategy based on fundamental weightings, such as profits or revenue growth?…

15s
Read More