# Day 2: Indexing and Performance

<div class="date">
  <img class="date-icon" src="/icons/outline/date-blue.svg" alt="Calendar" />  Day 2 
</div>


# Indexing and Performance

Master [HNSW](/articles/filterable-hnsw/index.md) indexing and practical tuning for fast retrieval.

---

## Today’s path

1. HNSW Indexing Fundamentals
2. Combining Vector Search and Filtering
3. Demo: HNSW Performance Tuning
4. Project: HNSW Performance Benchmarking

You’ll measure recall and latency impacts to make data‑driven tuning choices.

