Table of Contents

Search

  1. About the Data Vault Administrator Guide
  2. Introduction to the Data Vault
  3. Data Vault Service Startup and Shutdown
  4. Data Vault Configuration
  5. Data Vault ODBC Setup
  6. Data Vault Administration
  7. Data Repartitioning
  8. Partial Data Vault Copy
  9. Archived Data Migration
  10. Data Vault Administration Tool
  11. Data Vault Logs
  12. User Account Privileges
  13. ssasql Command Line Program
  14. Data Vault Audit Log
  15. Sample Configuration Files

Data Vault Administrator Guide

Data Vault Administrator Guide

Data Repartitioning Overview

Data Repartitioning Overview

You can repartition archived data to improve query performance and to free resources. You can also repartition data to change the number of rows in data files. You partition data directly in the Data Vault. You do not need to restore data back to the source.
You can repartition data any time after you archive the data. When you repartition data, you use one table column as the partition key. The partition key column can include any datatype except for LOB datatypes. The Data Vault uses the range partitioning method to repartition data.
Users can still query the tables that you repartition. The Data Vault simultaneously manages repartition requests and query requests for the same table. The repartition process occurs in one database commit. Queries only use the repartitioned data files after entire repartition process completes.
When you repartition data, Data Vault performance is not affected. You can use multiple threads to increase the data repartitioning performance.

0 COMMENTS

We’d like to hear from you!