You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As far as I can see, VSS uses the rowid field to correlate the index and data in a table.
For lacalfirst applications that use sync and replications of a databases cross devices rowid is not reliable identifier
Also Rowid isn’t stable in SQLite. It’ll change between vacuum calls unless the Rowid is aliased https://www.sqlite.org/rowidtable.html
To make cross-device and replication sync possible we need some kind of identifier to correlate
The text was updated successfully, but these errors were encountered:
As far as I can see, VSS uses the rowid field to correlate the index and data in a table.
For lacalfirst applications that use sync and replications of a databases cross devices rowid is not reliable identifier
Also Rowid isn’t stable in SQLite. It’ll change between vacuum calls unless the Rowid is aliased
https://www.sqlite.org/rowidtable.html
To make cross-device and replication sync possible we need some kind of identifier to correlate
The text was updated successfully, but these errors were encountered: