Skip to main content

Deep Dive

12

Keeping the full picture - additional context in embedded chunks

Learn how to use withContextPrefix() in RavenDB 7.2.3 to inject document-level context into every embedding chunk, improving vector search precision for large documents.

Jun 9, 2026

RavenDB Kubernetes Operator: Secured Cluster Setup Guide

Step-by-step guide to deploying a fully secured RavenDB cluster on Kubernetes using the RavenDB Operator, covering TLS, cert-manager, storage, and rolling upgrades.

Feb 23, 2026

External

A Practical Look at AI Agents with RavenDB

Read about A Practical Look at AI Agents with RavenDB on the RavenDB.net news section

Dec 24, 2025

Indexing Staleness Explained

Why RavenDB queries can return stale results, when that is perfectly fine, and how to force fresh results per query, per session, or across the whole document store.

Nov 25, 2025

What Requests Hit My Cloud Cluster?

Trace live and historical requests to your RavenDB cluster with Traffic Watch, Admin Logs, Studio notifications, and Audit Logs to diagnose unexpected activity and performance issues.

Oct 23, 2025

Master RavenDB: Spotting red flags in index definitions

Discover 7 common RavenDB index anti-patterns, including misusing LoadDocument and storing too many fields, and learn how to fix each one for better query performance.

Sep 17, 2025

External

GenAI: How We Make You Work Less

Read about GenAI: How We Make You Work Less on the RavenDB.net news section

Aug 11, 2025

Master RavenDB Projections Performance

How RavenDB projections return only the fields you need, why projected data comes from documents by default, and how to store fields in a static index and tune projection behavior for faster reads.

Jul 30, 2025

Survive the AI Tidal Wave with RavenDB GenAI

Learn how to use RavenDB's GenAI feature to automatically summarize, prioritize, and enrich documents. Step-by-step walkthrough with code examples and screenshots.

Jul 7, 2025

Fix High Memory Usage in RavenDB

Diagnose and fix high memory usage in RavenDB: understand how RavenDB manages memory with memory-mapped files, spot trouble on Windows, Linux, and in the Studio, then trace the cause with admin logs, debug endpoints, and dotnet-dump.

Apr 9, 2025

How to Troubleshoot High CPU Usage in RavenDB

Track down what drives RavenDB's CPU load. Tell Current CPU Usage from Total CPU Time, then diagnose it with top, htop, and RavenDB Studio.

Feb 23, 2025

Dynamic Fields in RavenDB

How to use dynamic fields in RavenDB static indexes to query on properties that aren't defined at index-creation time, plus the pitfalls to watch for with duplicate field names and stored projections.

Oct 28, 2024