All Topics
All Topics
Technology
Technology
AI
AI
Business
Business
Entertainment
Entertainment
News
News
Programming
Programming
Security
Security
Science
Science
Design
Design
Environment
Environment
Finance
Finance
Crypto
Crypto
Politics
Politics
Sports
Sports
Education
Education
Gaming
Gaming
Art
Art
Music
Music
Health
Health
Books
Books
Food
Food
Travel
Travel
Personal
Personal
Bluesky
Twitter

Microsoft's Extended RUM Index in DocumentDB for PostgreSQL Improves ESR Query Performance

By

Franck Pachot

15d ago· 7 min readenInsight

Summary

Microsoft has fixed a limitation in the DocumentDB extension for PostgreSQL by introducing an Extended RUM index that preserves key ordering, enabling ordered scans instead of bitmap scans for efficient ESR (Equality, Sort, Range) queries. The article revisits pagination queries to demonstrate the performance improvements of this new indexing approach compared to the previous RUM index implementation.

Source

bskyMicrosoft's Extended RUM Index in DocumentDB for PostgreSQL Improves ESR Query Performancedev.to

Key quotes

· 3 pulled
Last year, I examined RUM indexes within this series on multi-key indexing, demonstrating that they cannot substitute MongoDB's compound indexes for sorted queries.
A year later, Microsoft has fixed this in the DocumentDB extension for PostgreSQL with an Extended RUM index that preserves the ordering of the keys, allowing an ordered scan rather than a bitmap scan.
Let's revisit our pagination query to see how it performs now.
Snippet from the RSS feed
Last year, I examined RUM indexes within this series on multi-key indexing, demonstrating that they...

You might also wanna read

Comments

Sign in to join the conversation.

No comments yet. Be the first.