In some databases you will find that you have the option to sync based on Full Table or Key based. What does this mean?:

Full table syncs all your data each time it attempts. Key based syncs the data starting from the last key. In full table if you have 100 rows, it syncs 100 rows every day. If you use key based, it syncs incremental.