Starting points: - https://stackoverflow.com/questions/45681442/how-to-remove-duplicate-rows-in-cockroachdb - https://stackoverflow.com/questions/18932/how-can-i-remove-duplicate-rows - https://stackoverflow.com/questions/18418122/delete-duplicates-from-large-dataset-100mio-rows Useful SQL commands: - https://www.cockroachlabs.com/docs/v20.2/bulk-delete-data - https://stackoverflow.com/questions/1826120/sql-count-and-distinct
Starting points:
Useful SQL commands: