<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic System tables for vector search index? in Generative AI</title>
    <link>https://community.databricks.com/t5/generative-ai/system-tables-for-vector-search-index/m-p/138454#M1373</link>
    <description>&lt;P&gt;Are there system tables or log files for monitoring vector search index searches?&amp;nbsp; I didn't see vector search mentioned on the system tables documentation (&lt;A href="https://learn.microsoft.com/en-us/azure/databricks/admin/system-tables/" target="_blank"&gt;Monitor account activity with system tables - Azure Databricks | Microsoft Learn&lt;/A&gt;).&lt;/P&gt;</description>
    <pubDate>Mon, 10 Nov 2025 17:24:16 GMT</pubDate>
    <dc:creator>Rjdudley</dc:creator>
    <dc:date>2025-11-10T17:24:16Z</dc:date>
    <item>
      <title>System tables for vector search index?</title>
      <link>https://community.databricks.com/t5/generative-ai/system-tables-for-vector-search-index/m-p/138454#M1373</link>
      <description>&lt;P&gt;Are there system tables or log files for monitoring vector search index searches?&amp;nbsp; I didn't see vector search mentioned on the system tables documentation (&lt;A href="https://learn.microsoft.com/en-us/azure/databricks/admin/system-tables/" target="_blank"&gt;Monitor account activity with system tables - Azure Databricks | Microsoft Learn&lt;/A&gt;).&lt;/P&gt;</description>
      <pubDate>Mon, 10 Nov 2025 17:24:16 GMT</pubDate>
      <guid>https://community.databricks.com/t5/generative-ai/system-tables-for-vector-search-index/m-p/138454#M1373</guid>
      <dc:creator>Rjdudley</dc:creator>
      <dc:date>2025-11-10T17:24:16Z</dc:date>
    </item>
    <item>
      <title>Re: System tables for vector search index?</title>
      <link>https://community.databricks.com/t5/generative-ai/system-tables-for-vector-search-index/m-p/138553#M1377</link>
      <description>&lt;P class="my-2 [&amp;amp;+p]:mt-4 [&amp;amp;_strong:has(+br)]:inline-block [&amp;amp;_strong:has(+br)]:pb-2"&gt;Yes, there are system tables and log files specifically for monitoring vector search index activity in Azure Databricks, though they aren't referenced directly in the main "system tables" documentation you linked.&lt;/P&gt;
&lt;H2 id="vector-search-monitoring-via-system-tables" class="mb-2 mt-4 font-display font-semimedium text-base first:mt-0 md:text-lg [hr+&amp;amp;]:mt-4"&gt;Vector Search Monitoring via System Tables&lt;/H2&gt;
&lt;UL class="marker:text-quiet list-disc"&gt;
&lt;LI class="py-0 my-0 prose-p:pt-0 prose-p:mb-2 prose-p:my-0 [&amp;amp;&amp;gt;p]:pt-0 [&amp;amp;&amp;gt;p]:mb-2 [&amp;amp;&amp;gt;p]:my-0"&gt;
&lt;P class="my-2 [&amp;amp;+p]:mt-4 [&amp;amp;_strong:has(+br)]:inline-block [&amp;amp;_strong:has(+br)]:pb-2"&gt;The primary system table for monitoring usage and costs associated with vector search indexes and endpoints is the&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;CODE&gt;system.billing.usage&lt;/CODE&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;table. This table tracks billable operations, including those related to vector search workloads like ingest, storage, and serving.​&lt;/P&gt;
&lt;/LI&gt;
&lt;LI class="py-0 my-0 prose-p:pt-0 prose-p:mb-2 prose-p:my-0 [&amp;amp;&amp;gt;p]:pt-0 [&amp;amp;&amp;gt;p]:mb-2 [&amp;amp;&amp;gt;p]:my-0"&gt;
&lt;P class="my-2 [&amp;amp;+p]:mt-4 [&amp;amp;_strong:has(+br)]:inline-block [&amp;amp;_strong:has(+br)]:pb-2"&gt;Example queries are provided in the Mosaic AI Vector Search documentation to isolate vector search workload consumption by endpoint, ingest, and storage activity.​&lt;/P&gt;
&lt;/LI&gt;
&lt;/UL&gt;
&lt;H2 id="dedicated-log-files-and-audit-tracking" class="mb-2 mt-4 font-display font-semimedium text-base first:mt-0 md:text-lg [hr+&amp;amp;]:mt-4"&gt;Dedicated Log Files and Audit Tracking&lt;/H2&gt;
&lt;UL class="marker:text-quiet list-disc"&gt;
&lt;LI class="py-0 my-0 prose-p:pt-0 prose-p:mb-2 prose-p:my-0 [&amp;amp;&amp;gt;p]:pt-0 [&amp;amp;&amp;gt;p]:mb-2 [&amp;amp;&amp;gt;p]:my-0"&gt;
&lt;P class="my-2 [&amp;amp;+p]:mt-4 [&amp;amp;_strong:has(+br)]:inline-block [&amp;amp;_strong:has(+br)]:pb-2"&gt;Azure Monitor includes a specific log table named&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;CODE&gt;DatabricksVectorSearch&lt;/CODE&gt;, which is designed for audit logging of vector search operations. This log captures essential metadata such as action names, request IDs, user identities, response data, session information, timestamps, and client IP addresses, providing a detailed operational and security audit trail.​&lt;/P&gt;
&lt;/LI&gt;
&lt;LI class="py-0 my-0 prose-p:pt-0 prose-p:mb-2 prose-p:my-0 [&amp;amp;&amp;gt;p]:pt-0 [&amp;amp;&amp;gt;p]:mb-2 [&amp;amp;&amp;gt;p]:my-0"&gt;
&lt;P class="my-2 [&amp;amp;+p]:mt-4 [&amp;amp;_strong:has(+br)]:inline-block [&amp;amp;_strong:has(+br)]:pb-2"&gt;This table includes columns like&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;CODE&gt;ActionName&lt;/CODE&gt;,&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;CODE&gt;OperationName&lt;/CODE&gt;,&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;CODE&gt;RequestParams&lt;/CODE&gt;,&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;CODE&gt;UserAgent&lt;/CODE&gt;,&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;CODE&gt;TimeGenerated&lt;/CODE&gt;, among others—information valuable for tracking individual vector search queries and user activity.​&lt;/P&gt;
&lt;/LI&gt;
&lt;/UL&gt;
&lt;H2 id="additional-notes" class="mb-2 mt-4 font-display font-semimedium text-base first:mt-0 md:text-lg [hr+&amp;amp;]:mt-4"&gt;Additional Notes&lt;/H2&gt;
&lt;UL class="marker:text-quiet list-disc"&gt;
&lt;LI class="py-0 my-0 prose-p:pt-0 prose-p:mb-2 prose-p:my-0 [&amp;amp;&amp;gt;p]:pt-0 [&amp;amp;&amp;gt;p]:mb-2 [&amp;amp;&amp;gt;p]:my-0"&gt;
&lt;P class="my-2 [&amp;amp;+p]:mt-4 [&amp;amp;_strong:has(+br)]:inline-block [&amp;amp;_strong:has(+br)]:pb-2"&gt;The billable usage table and the&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;CODE&gt;DatabricksVectorSearch&lt;/CODE&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;table are your best sources for monitoring and auditing both general usage and specific search activities for vector indexes in Databricks.&lt;/P&gt;
&lt;/LI&gt;
&lt;LI class="py-0 my-0 prose-p:pt-0 prose-p:mb-2 prose-p:my-0 [&amp;amp;&amp;gt;p]:pt-0 [&amp;amp;&amp;gt;p]:mb-2 [&amp;amp;&amp;gt;p]:my-0"&gt;
&lt;P class="my-2 [&amp;amp;+p]:mt-4 [&amp;amp;_strong:has(+br)]:inline-block [&amp;amp;_strong:has(+br)]:pb-2"&gt;These audit and usage logs are accessible within Azure Monitor and Log Analytics Workspaces, not only from inside Databricks system tables.​&lt;/P&gt;
&lt;/LI&gt;
&lt;LI class="py-0 my-0 prose-p:pt-0 prose-p:mb-2 prose-p:my-0 [&amp;amp;&amp;gt;p]:pt-0 [&amp;amp;&amp;gt;p]:mb-2 [&amp;amp;&amp;gt;p]:my-0"&gt;
&lt;P class="my-2 [&amp;amp;+p]:mt-4 [&amp;amp;_strong:has(+br)]:inline-block [&amp;amp;_strong:has(+br)]:pb-2"&gt;No single table aggregates traditional SQL query-level detail for vector search (such as exact query text), but action-level audit logs provide broad monitoring coverage.&lt;/P&gt;
&lt;/LI&gt;
&lt;/UL&gt;
&lt;P class="my-2 [&amp;amp;+p]:mt-4 [&amp;amp;_strong:has(+br)]:inline-block [&amp;amp;_strong:has(+br)]:pb-2"&gt;For the latest setup instructions and columns list, refer to:&lt;/P&gt;
&lt;UL class="marker:text-quiet list-disc"&gt;
&lt;LI class="py-0 my-0 prose-p:pt-0 prose-p:mb-2 prose-p:my-0 [&amp;amp;&amp;gt;p]:pt-0 [&amp;amp;&amp;gt;p]:mb-2 [&amp;amp;&amp;gt;p]:my-0"&gt;
&lt;P class="my-2 [&amp;amp;+p]:mt-4 [&amp;amp;_strong:has(+br)]:inline-block [&amp;amp;_strong:has(+br)]:pb-2"&gt;&lt;A class="reset interactable cursor-pointer decoration-1 underline-offset-1 text-super hover:underline font-semibold" href="https://learn.microsoft.com/en-us/azure/databricks/mosaic-ai/vector-search/" target="_blank" rel="nofollow noopener"&gt;&lt;SPAN class="text-box-trim-both"&gt;Mosaic AI Vector Search documentation&lt;/SPAN&gt;&lt;/A&gt;&lt;/P&gt;
&lt;/LI&gt;
&lt;LI class="py-0 my-0 prose-p:pt-0 prose-p:mb-2 prose-p:my-0 [&amp;amp;&amp;gt;p]:pt-0 [&amp;amp;&amp;gt;p]:mb-2 [&amp;amp;&amp;gt;p]:my-0"&gt;
&lt;P class="my-2 [&amp;amp;+p]:mt-4 [&amp;amp;_strong:has(+br)]:inline-block [&amp;amp;_strong:has(+br)]:pb-2"&gt;&lt;A class="reset interactable cursor-pointer decoration-1 underline-offset-1 text-super hover:underline font-semibold" href="https://learn.microsoft.com/en-us/azure/azure-monitor/reference/tables/databricksvectorsearch" target="_blank" rel="nofollow noopener" data-state="closed"&gt;&lt;SPAN class="text-box-trim-both"&gt;Azure Monitor Logs reference for DatabricksVectorSearch&lt;/SPAN&gt;&lt;/A&gt;.​&lt;/P&gt;
&lt;/LI&gt;
&lt;/UL&gt;</description>
      <pubDate>Tue, 11 Nov 2025 10:33:40 GMT</pubDate>
      <guid>https://community.databricks.com/t5/generative-ai/system-tables-for-vector-search-index/m-p/138553#M1377</guid>
      <dc:creator>mark_ott</dc:creator>
      <dc:date>2025-11-11T10:33:40Z</dc:date>
    </item>
    <item>
      <title>Re: System tables for vector search index?</title>
      <link>https://community.databricks.com/t5/generative-ai/system-tables-for-vector-search-index/m-p/138604#M1381</link>
      <description>&lt;P&gt;Thanks&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/82205"&gt;@mark_ott&lt;/a&gt;&amp;nbsp;are there plans to make the vector search a "proper" system table in Databricks rather than using an Azure Monitor table?&lt;/P&gt;</description>
      <pubDate>Tue, 11 Nov 2025 14:58:14 GMT</pubDate>
      <guid>https://community.databricks.com/t5/generative-ai/system-tables-for-vector-search-index/m-p/138604#M1381</guid>
      <dc:creator>Rjdudley</dc:creator>
      <dc:date>2025-11-11T14:58:14Z</dc:date>
    </item>
  </channel>
</rss>

