Allsync tables in UltraLite

By adding the _allsync suffix to the table name, you control whether to change the synchronization behavior during upload so that it synchronizes all table data, even if nothing has changed since the previous synchronization session.

Some UltraLite applications require user/client-specific data that you can store in allsync tables. Therefore, if you upload the data in the table to a temporary table in the consolidated database, you can use the data to control synchronization by your other scripts without having the data maintained in the consolidated database. For example, you may want your UltraLite applications to indicate which channels or topics they are interested in, and use this information to download the appropriate rows.