<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Indexing on AI VOID</title><link>https://ai-blog.noorshomelab.dev/tags/indexing/</link><description>Recent content in Indexing on AI VOID</description><generator>Hugo</generator><language>en</language><lastBuildDate>Fri, 20 Mar 2026 00:00:00 +0000</lastBuildDate><atom:link href="https://ai-blog.noorshomelab.dev/tags/indexing/index.xml" rel="self" type="application/rss+xml"/><item><title>Chapter 7: Understanding USearch Indexing Strategies</title><link>https://ai-blog.noorshomelab.dev/usearch-scylladb-vector-search-guide-2026/07-usearch-indexing-strategies/</link><pubDate>Tue, 17 Feb 2026 00:00:00 +0000</pubDate><guid>https://ai-blog.noorshomelab.dev/usearch-scylladb-vector-search-guide-2026/07-usearch-indexing-strategies/</guid><description>&lt;h2 id="introduction-to-usearch-indexing-strategies"&gt;Introduction to USearch Indexing Strategies&lt;/h2&gt;
&lt;p&gt;Welcome back, intrepid learner! In our previous chapters, you&amp;rsquo;ve grasped the fundamentals of vector embeddings, understood what USearch is, and even set up your first basic vector search. That&amp;rsquo;s fantastic progress! But as you scale your applications and deal with ever-growing datasets, simply throwing vectors into an index isn&amp;rsquo;t enough. You need &lt;em&gt;strategy&lt;/em&gt;.&lt;/p&gt;
&lt;p&gt;This chapter is your deep dive into the brain of USearch: its indexing strategies. We&amp;rsquo;ll uncover how USearch organizes your high-dimensional vectors to enable lightning-fast similarity searches. We&amp;rsquo;ll focus heavily on the Hierarchical Navigable Small Worlds (HNSW) algorithm, which is the secret sauce behind USearch&amp;rsquo;s impressive performance. Understanding these strategies is paramount because they directly influence the speed of your searches, the accuracy of your results (known as &lt;em&gt;recall&lt;/em&gt;), and the memory footprint of your application.&lt;/p&gt;</description></item><item><title>Advanced Indexing Strategies for HTAP Workloads</title><link>https://ai-blog.noorshomelab.dev/mastering-stoolap-2026/advanced-indexing-htap/</link><pubDate>Fri, 20 Mar 2026 00:00:00 +0000</pubDate><guid>https://ai-blog.noorshomelab.dev/mastering-stoolap-2026/advanced-indexing-htap/</guid><description>&lt;h2 id="introduction-to-advanced-indexing-for-htap"&gt;Introduction to Advanced Indexing for HTAP&lt;/h2&gt;
&lt;p&gt;Welcome back, fellow data enthusiasts! In our journey through Stoolap, we&amp;rsquo;ve covered its foundational architecture, understood the power of MVCC, and explored its unique capabilities for parallel execution. Now, it&amp;rsquo;s time to sharpen our focus on one of the most critical aspects of database performance: &lt;strong&gt;indexing&lt;/strong&gt;.&lt;/p&gt;
&lt;p&gt;You might already be familiar with basic indexes like B-trees, which are workhorses for speeding up point lookups and range queries in transactional systems. But Stoolap isn&amp;rsquo;t just a transactional database; it&amp;rsquo;s designed for Hybrid Transactional/Analytical Processing (HTAP). This means we need indexing strategies that can simultaneously excel at rapid data modifications (OLTP) and complex analytical aggregations (OLAP), all while integrating modern features like vector search.&lt;/p&gt;</description></item><item><title>Chapter 10: Optimizing Performance: Indexing, Query Tuning, and Data Structures</title><link>https://ai-blog.noorshomelab.dev/spacetime-db-guide-2026/chapter-10-performance-optimization/</link><pubDate>Sat, 14 Mar 2026 00:00:00 +0000</pubDate><guid>https://ai-blog.noorshomelab.dev/spacetime-db-guide-2026/chapter-10-performance-optimization/</guid><description>&lt;h2 id="introduction-making-your-real-time-apps-fly"&gt;Introduction: Making Your Real-Time Apps Fly&lt;/h2&gt;
&lt;p&gt;Welcome back, intrepid SpaceTimeDB adventurer! In our previous chapters, we&amp;rsquo;ve explored the foundational elements of SpaceTimeDB: setting up your environment, designing schemas, writing reducers, and synchronizing real-time state with clients. You&amp;rsquo;ve learned how to build a reactive, collaborative backend with ease.&lt;/p&gt;
&lt;p&gt;But what happens when your application grows? When thousands, or even millions, of players or users are interacting with your system simultaneously? That&amp;rsquo;s when performance becomes not just a nice-to-have, but a critical requirement. Slow queries, inefficient data access, or poorly designed schemas can quickly turn a blazing-fast real-time experience into a frustrating lag-fest.&lt;/p&gt;</description></item><item><title>Chapter 7: Database Deep Dive: Query Optimization &amp;amp; Concurrency</title><link>https://ai-blog.noorshomelab.dev/real-world-software-problem-solving-guide/database-optimization/</link><pubDate>Fri, 06 Mar 2026 00:00:00 +0000</pubDate><guid>https://ai-blog.noorshomelab.dev/real-world-software-problem-solving-guide/database-optimization/</guid><description>&lt;h2 id="introduction"&gt;Introduction&lt;/h2&gt;
&lt;p&gt;Welcome back, intrepid problem-solver! In our previous chapters, we&amp;rsquo;ve honed our general debugging skills and learned to approach complex systems with a structured mindset. Now, it&amp;rsquo;s time to zero in on one of the most common and critical bottlenecks in almost any modern application: the database.&lt;/p&gt;
&lt;p&gt;Databases are the heart of many applications, storing the precious data that drives everything. But just like a heart, if it&amp;rsquo;s not performing optimally, the whole system suffers. Slow queries can turn a snappy user experience into a frustrating wait, and mishandled concurrent operations can lead to subtle, insidious data corruption. In this chapter, we&amp;rsquo;ll equip you with the knowledge and tools to diagnose and fix these database-related problems. We&amp;rsquo;ll explore how to make your queries lightning fast and ensure your data remains consistent even under heavy concurrent loads.&lt;/p&gt;</description></item><item><title>Mastering USearch &amp;amp; ScyllaDB for Vector Search: Chapters</title><link>https://ai-blog.noorshomelab.dev/usearch-scylladb-vector-search-guide-2026/</link><pubDate>Tue, 17 Feb 2026 00:00:00 +0000</pubDate><guid>https://ai-blog.noorshomelab.dev/usearch-scylladb-vector-search-guide-2026/</guid><description>&lt;p&gt;Welcome to the comprehensive guide on USearch and ScyllaDB for vector search. This section outlines all the chapters, leading you from foundational concepts to advanced deployment and optimization techniques. Prepare to master efficient vector search implementations.&lt;/p&gt;</description></item></channel></rss>