<?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 Re: Vector index not syncing: DELTA_UNSUPPORTED_TIME_TRAVEL_BEYOND_DELETED_FILE_RETENTION_DURATION in Data Engineering</title>
    <link>https://community.databricks.com/t5/data-engineering/vector-index-not-syncing-delta-unsupported-time-travel-beyond/m-p/155927#M54334</link>
    <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;&lt;P&gt;1. As docs says: "&lt;SPAN&gt;Predictive optimization is enabled by default for accounts created on or after November 11, 2024. Databricks &lt;STRONG&gt;began enabling existing accounts on May 7, 2025&lt;/STRONG&gt;. This &lt;STRONG&gt;rollout is gradual&lt;/STRONG&gt; and is expected to complete by &lt;STRONG&gt;April 2026.&lt;/STRONG&gt;&amp;nbsp;"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;So I guess in your case that feature was enabled recently.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;2. The only consequence is that VACCUM/ANALYZE/OPTIMIZE won't be performed automatically. But you can disable it for a single table. I'm quite surprised that they didn't mentioned that in docs:&lt;/SPAN&gt;&lt;/P&gt;&lt;LI-CODE lang="python"&gt;%sql
ALTER TABLE your_table  DISABLE PREDICTIVE OPTIMIZATION&lt;/LI-CODE&gt;&lt;P&gt;3. No, basically VACCUM operation removed those files. In Azure you can try to restore files that were vaccumed if you have enabled soft delete option on storage account.&amp;nbsp;&lt;/P&gt;&lt;P&gt;4. TBH I don't know. You can create support ticket I guess?&lt;/P&gt;</description>
    <pubDate>Fri, 01 May 2026 12:44:42 GMT</pubDate>
    <dc:creator>szymon_dybczak</dc:creator>
    <dc:date>2026-05-01T12:44:42Z</dc:date>
    <item>
      <title>Vector index not syncing: DELTA_UNSUPPORTED_TIME_TRAVEL_BEYOND_DELETED_FILE_RETENTION_DURATION</title>
      <link>https://community.databricks.com/t5/data-engineering/vector-index-not-syncing-delta-unsupported-time-travel-beyond/m-p/155916#M54331</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;Lately I have had issues with my vector search index not syncing.&lt;BR /&gt;The associated pipeline fails to create with error:&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;failed to resolve flow: '__online_index_view'.&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;com.databricks.sql.transaction.tahoe.DeltaAnalysisException: [DELTA_UNSUPPORTED_TIME_TRAVEL_BEYOND_DELETED_FILE_RETENTION_DURATION] Cannot time travel beyond delta.deletedFileRetentionDuration (168 HOURS) set on the table.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I am guessing this means the source table for the index? This happened on an existing index which had never posed any issue. I deleted and recreated the index (7 days ago!) and now it is happening again.&lt;BR /&gt;If anyone has experienced the same issue and resolved, I'd appreciate any help or advice!&lt;BR /&gt;&lt;BR /&gt;Thanks in advance!&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 01 May 2026 10:15:08 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/vector-index-not-syncing-delta-unsupported-time-travel-beyond/m-p/155916#M54331</guid>
      <dc:creator>FantineM</dc:creator>
      <dc:date>2026-05-01T10:15:08Z</dc:date>
    </item>
    <item>
      <title>Re: Vector index not syncing: DELTA_UNSUPPORTED_TIME_TRAVEL_BEYOND_DELETED_FILE_RETENTION_DURATION</title>
      <link>https://community.databricks.com/t5/data-engineering/vector-index-not-syncing-delta-unsupported-time-travel-beyond/m-p/155918#M54332</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/228889"&gt;@FantineM&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;Check if that table has predictive optimization enabled. If that's the case than probably that's a root cause.&amp;nbsp;&lt;BR /&gt;Predictive optimization will run VACCUM automatically.&lt;/P&gt;&lt;P&gt;&lt;A href="https://learn.microsoft.com/en-us/azure/databricks/optimizations/predictive-optimization" target="_blank" rel="noopener"&gt;Predictive optimization for Unity Catalog managed tables - Azure Databricks | Microsoft Learn&lt;/A&gt;&lt;/P&gt;&lt;LI-CODE lang="python"&gt;DESCRIBE TABLE EXTENDED your_table_name&lt;/LI-CODE&gt;&lt;P&gt;To avoid this error, you can just disable predictive optimization. How to do that you can find here:&lt;/P&gt;&lt;P&gt;&lt;A href="https://learn.microsoft.com/en-us/azure/databricks/optimizations/predictive-optimization#enable-or-disable-predictive-optimization-for-a-catalog-or-schema" target="_blank" rel="noopener"&gt;Predictive optimization for Unity Catalog managed tables - Azure Databricks | Microsoft Learn&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;If my answer was helpful, please consider marking it as accepted solution&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 01 May 2026 10:32:24 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/vector-index-not-syncing-delta-unsupported-time-travel-beyond/m-p/155918#M54332</guid>
      <dc:creator>szymon_dybczak</dc:creator>
      <dc:date>2026-05-01T10:32:24Z</dc:date>
    </item>
    <item>
      <title>Re: Vector index not syncing: DELTA_UNSUPPORTED_TIME_TRAVEL_BEYOND_DELETED_FILE_RETENTION_DURATION</title>
      <link>https://community.databricks.com/t5/data-engineering/vector-index-not-syncing-delta-unsupported-time-travel-beyond/m-p/155922#M54333</link>
      <description>&lt;P&gt;It seems like it could be it but I do have a few more questions if that's ok:&lt;BR /&gt;- is this a new thing or has it been enabled automatically recently?&lt;BR /&gt;- what would be the consequences if I disabled that (I understand it would be at the schema a minima) for other tables, considering this is a production environment?&lt;BR /&gt;- if I do disable it for this schema, will it fix the sync pipeline or is that data lost forever now (meaning I still have to recreate the index)&lt;BR /&gt;- and last, this is quite a big caveat for index source tables, should it be reported and to whom?&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Thanks a million for your kind and very fast answer!&lt;/P&gt;</description>
      <pubDate>Fri, 01 May 2026 11:20:29 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/vector-index-not-syncing-delta-unsupported-time-travel-beyond/m-p/155922#M54333</guid>
      <dc:creator>FantineM</dc:creator>
      <dc:date>2026-05-01T11:20:29Z</dc:date>
    </item>
    <item>
      <title>Re: Vector index not syncing: DELTA_UNSUPPORTED_TIME_TRAVEL_BEYOND_DELETED_FILE_RETENTION_DURATION</title>
      <link>https://community.databricks.com/t5/data-engineering/vector-index-not-syncing-delta-unsupported-time-travel-beyond/m-p/155927#M54334</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;&lt;P&gt;1. As docs says: "&lt;SPAN&gt;Predictive optimization is enabled by default for accounts created on or after November 11, 2024. Databricks &lt;STRONG&gt;began enabling existing accounts on May 7, 2025&lt;/STRONG&gt;. This &lt;STRONG&gt;rollout is gradual&lt;/STRONG&gt; and is expected to complete by &lt;STRONG&gt;April 2026.&lt;/STRONG&gt;&amp;nbsp;"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;So I guess in your case that feature was enabled recently.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;2. The only consequence is that VACCUM/ANALYZE/OPTIMIZE won't be performed automatically. But you can disable it for a single table. I'm quite surprised that they didn't mentioned that in docs:&lt;/SPAN&gt;&lt;/P&gt;&lt;LI-CODE lang="python"&gt;%sql
ALTER TABLE your_table  DISABLE PREDICTIVE OPTIMIZATION&lt;/LI-CODE&gt;&lt;P&gt;3. No, basically VACCUM operation removed those files. In Azure you can try to restore files that were vaccumed if you have enabled soft delete option on storage account.&amp;nbsp;&lt;/P&gt;&lt;P&gt;4. TBH I don't know. You can create support ticket I guess?&lt;/P&gt;</description>
      <pubDate>Fri, 01 May 2026 12:44:42 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/vector-index-not-syncing-delta-unsupported-time-travel-beyond/m-p/155927#M54334</guid>
      <dc:creator>szymon_dybczak</dc:creator>
      <dc:date>2026-05-01T12:44:42Z</dc:date>
    </item>
    <item>
      <title>Re: Vector index not syncing: DELTA_UNSUPPORTED_TIME_TRAVEL_BEYOND_DELETED_FILE_RETENTION_DURATION</title>
      <link>https://community.databricks.com/t5/data-engineering/vector-index-not-syncing-delta-unsupported-time-travel-beyond/m-p/155928#M54335</link>
      <description>&lt;P&gt;Thanks again for the kind help!&lt;/P&gt;</description>
      <pubDate>Fri, 01 May 2026 12:53:27 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/vector-index-not-syncing-delta-unsupported-time-travel-beyond/m-p/155928#M54335</guid>
      <dc:creator>FantineM</dc:creator>
      <dc:date>2026-05-01T12:53:27Z</dc:date>
    </item>
  </channel>
</rss>

