-
We are in the process of upgrading hundreds of clients from 0.5 to 1.2, and one issue we have encountered is related to the triggers and tracking table, which are causing conflicts. My understanding of the triggers and tracking tables on the client is to facilitate the upload of data. In our system, we never intend to upload data from any client ever Is there a way to disable them/ is it safe to remove the triggers it would speed things up and avoid any issues they throw without affecting our system |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
If you never upload data from client, then yes, you can disable triggers and tracking tables |
Beta Was this translation helpful? Give feedback.
If you never upload data from client, then yes, you can disable triggers and tracking tables
Be careful, tracking tables should exists otherwise stored procedures will fail