Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 14 Next »

Overview

If you have two tables where one was originally a copy of the other, you can:

  • Copy all or some recordsets between the table
  • Move all recordsets between the tables,

To reduce the possibility of losing data, we recommend always copying data, so that the original data is preserved. Later, you can roll-back the unwanted data from the source table; see Rollback Recordsets.

Solution

You can only move recordsets between table copies because PhixFlow matches the internal field names of the attributes to connect the data to the target table. A different table will not have the same internal field name for the attributes.

Use the recordset list to copy or move a recordset to another table. For details of the recordset list, see Managing Recordsets.

To copy or move all recordsets to the copied table:

  1. In the recordset list, drag the  Move Recordsets onto a table. 
  2. In the popup window, select either Copy or Move.

To copy some recordsets:

  1. In the recordsets list, select some.
  2. Drag the recordsets onto the copied table.
    You cannot move a selection of recordsets to another table.

PhixFlow warns you if copying or moving the data may remove data. This can occur if the attribute does not exist on the target table. 

Use the move option when you have a very large set of data that needs to be transferred to the target table, and:

  • either the PhixFlow database has limited space
  • or the copy will take a long time.

Moving data happens immediately. The time taken to copy the data depends on the speed of your PhixFlow database server.

PhixFlow creates log entries for the move or copy operation in the System Console.

More Information

For links to all pages in this topic, see Managing Models and Data


  • No labels