Data Acceleration (Retired)

Important changes for Tableau View Acceleration and Data Acceleration

Tableau's View Acceleration feature and Data Acceleration APIs are retired. These features were retired in Tableau Cloud in June 2026 and in Tableau Server version 2026.2.

Sever administrators can enable data acceleration for specific workbooks. An accelerated workbook loads faster because Tableau Server precomputes the workbook's data in a background process.

Notes:

  • This topic explains how to configure data acceleration using the Tableau Server REST API. However, the easiest way to configure data acceleration is to use the accelerate_workbooks.py Python script that you can download from the Tableau Data Acceleration Client(Link opens in a new window) GitHub repository.
  • Data acceleration is not available for Tableau Cloud.

For more information about this capability, see Data Acceleration in the Tableau Server Help.

Configure data acceleration

To configure data acceleration using the REST API, do the following:

Additional notes about data acceleration

  • To remove a workbook from a schedule, update the workbook to turn off data acceleration by setting the attribute accelerationEnabled to false.

  • Data acceleration is turned on by default for sites. You can update a site to enable or disable data acceleration by setting the attribute dataAccelerationMode to enable_selective or disable. When you disable it, no workbooks are accelerated and all data acceleration tasks are removed from schedules.

  • When you create a schedule, consider setting the schedule interval to be less than 12 hours. When you attach an acceleration schedule to a workbook, if that acceleration schedule interval exceeds the Tableau Server cache expiration time, the workbook will not be accelerated during the period between the cache expiration time and the next run of the acceleration schedule.  The workbook will revert to using the databases. By default, the Tableau Server cache expiration time is 12 hours (720 minutes).


Thanks for your feedback!Your feedback has been successfully submitted. Thank you!