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
{{ message }}
This repository was archived by the owner on Oct 9, 2023. It is now read-only.
Limit was added initially as a quick fix for performance. Snapshotting more than 1000 rows is not a problem so much as diffing several thousands of rows.
Options include:
allow user to set limit with adequate warning about performance.
add snapshot filter capability that can be used to equally reduce number of records in snapshots that are produced and also then applied to db records when diffing.