0

I have already pushed data from source to Ignite but I had not configured affinity key. If I configure affinity key now, will data get re-distributed or should I re-push data in ignite?

Thank you.

CoderClown
  • 21
  • 2

1 Answers1

0

The table configuration in Ignite -- including the affinity key -- is largely immutable. In order to change the affinity key you'll need to drop and recreate the table.

Stephen Darlington
  • 51,577
  • 12
  • 107
  • 152