a-k-g
a-k-g

Reputation: 109

What happens when I unregister and reregister a dataset with Phonograph?

Some kinds of schema changes require reregistering in Phonograph. What are the implications of doing this?

Upvotes: 0

Views: 138

Answers (1)

a-k-g
a-k-g

Reputation: 109

Unregistration is a dangerous operation. Some of the implications of this are:

  1. Edits made to that Table are lost. If edits need to be retained, it is possible to first download all the edits before unregistration, then after reregistration post them all back again to retain the edits history.
  2. The TableRid changes. Often, queries in Slate dashboards reference the TableRid, so they may stop working.
  3. The Table will not be searchable until a reindex has finished following reregistration.

Upvotes: 2

Related Questions