Product Documentation

MQTT V3 Plug-in Reference

Previous Topic

Next Topic

"tableReplicationReady"

  • Boolean
  • Optional
  • Defaults to "true"
  • Values: "true" or "false"

If set to "true", the table supports asynchronous data replication.

  • This creates the table with transaction logging enabled.
  • This does not start replication.
  • To set up replication from this table to another table in another database, you can use Replication Manager.

If set to "false", the data in the table cannot be automatically replicated to another FairCom database.

  • c-tree creates the table without transaction logging.

    This allows the table to capture data at much higher speeds.

    In the unlikely event the database or computer crashes, the small amount of data cached by the operating system can be lost.

"AlterPersistenceTopic" cannot change the replication readiness of a table.

  • To change this property, you must delete the table and recreate the table with the desired settings.

TOCIndex