Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dcrpg: Remove duplicates for votes, misses and treasury table #1979

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

ukane-philemon
Copy link
Contributor

Closes #1978

  1. Duplicates for votes removed successfully:
2024-01-03 21:40:00.003 [INF] PSQL: Block import elapsed: 0.30 minutes, 145 blocks (8.11 blocks/s)
2024-01-03 21:40:00.003 [INF] PSQL: Beginning SYNC STAGE 2 of 5 (duplicate row removal).
2024-01-03 21:40:00.003 [INF] PSQL: Dropping temporary index on addresses(tx_vin_vout_row_id).
2024-01-03 21:40:00.170 [INF] PSQL: Finding and removing duplicate table rows before indexing...
2024-01-03 21:40:00.170 [INF] PSQL: Finding and removing duplicate vins entries...
2024-01-03 21:47:00.622 [INF] PSQL: Removed 0 duplicate vins entries.
2024-01-03 21:47:00.623 [INF] PSQL: Finding and removing duplicate vouts entries...
2024-01-03 21:55:25.063 [INF] PSQL: Removed 0 duplicate vouts entries.
2024-01-03 21:55:25.064 [INF] PSQL: Finding and removing duplicate transactions entries...
2024-01-03 21:56:49.243 [INF] PSQL: Removed 0 duplicate transactions entries.
2024-01-03 21:56:49.244 [INF] PSQL: Finding and removing duplicate agendas entries...
2024-01-03 21:56:49.255 [INF] PSQL: Removed 0 duplicate agendas entries.
2024-01-03 21:56:49.255 [INF] PSQL: Finding and removing duplicate agenda_votes entries...
2024-01-03 21:57:08.451 [INF] PSQL: Removed 0 duplicate agenda_votes entries.
2024-01-03 21:57:08.451 [INF] PSQL: Finding and removing duplicate votes entries...
2024-01-03 21:57:35.071 [INF] PSQL: Removed 8 duplicate votes entries.
2024-01-03 21:57:35.161 [INF] PSQL: Beginning SYNC STAGE 3 of 5 (table indexing and analyzing).
  1. Duplicates for misses removed successfully:
2024-01-03 22:42:58.134 [INF] PSQL: Beginning SYNC STAGE 2 of 5 (duplicate row removal).
2024-01-03 22:42:58.134 [INF] PSQL: Dropping temporary index on addresses(tx_vin_vout_row_id).
2024-01-03 22:42:58.287 [INF] PSQL: Finding and removing duplicate table rows before indexing...
2024-01-03 22:42:58.287 [INF] PSQL: Finding and removing duplicate vins entries...
2024-01-03 22:53:28.812 [INF] PSQL: Removed 0 duplicate vins entries.
2024-01-03 22:53:28.812 [INF] PSQL: Finding and removing duplicate vouts entries...
2024-01-03 23:08:03.250 [INF] PSQL: Removed 0 duplicate vouts entries.
2024-01-03 23:08:03.251 [INF] PSQL: Finding and removing duplicate transactions entries...
2024-01-03 23:10:11.626 [INF] PSQL: Removed 0 duplicate transactions entries.
2024-01-03 23:10:11.627 [INF] PSQL: Finding and removing duplicate agendas entries...
2024-01-03 23:10:11.652 [INF] PSQL: Removed 0 duplicate agendas entries.
2024-01-03 23:10:11.652 [INF] PSQL: Finding and removing duplicate agenda_votes entries...
2024-01-03 23:10:40.645 [INF] PSQL: Removed 0 duplicate agenda_votes entries.
2024-01-03 23:10:40.646 [INF] PSQL: Finding and removing duplicate votes entries...
2024-01-03 23:11:17.805 [INF] PSQL: Removed 0 duplicate votes entries.
2024-01-03 23:11:17.806 [INF] PSQL: Finding and removing duplicate misses entries...
2024-01-03 23:11:18.786 [INF] PSQL: Removed 2 duplicate misses entries.
2024-01-03 23:11:18.786 [INF] PSQL: Beginning SYNC STAGE 3 of 5 (table indexing and analyzing).
  1. Duplicates for treasury removed successfully:
2024-01-04 15:07:34.407 [INF] PSQL: Beginning SYNC STAGE 2 of 5 (duplicate row removal).
2024-01-04 15:07:34.407 [INF] PSQL: Dropping temporary index on addresses(tx_vin_vout_row_id).
2024-01-04 15:07:34.718 [INF] PSQL: Finding and removing duplicate table rows before indexing...
2024-01-04 15:07:34.719 [INF] PSQL: Finding and removing duplicate vins entries...
2024-01-04 15:13:54.914 [INF] PSQL: Removed 0 duplicate vins entries.
2024-01-04 15:13:54.915 [INF] PSQL: Finding and removing duplicate vouts entries...
2024-01-04 15:23:43.447 [INF] PSQL: Removed 0 duplicate vouts entries.
2024-01-04 15:23:43.448 [INF] PSQL: Finding and removing duplicate transactions entries...
2024-01-04 15:25:10.908 [INF] PSQL: Removed 0 duplicate transactions entries.
2024-01-04 15:25:10.909 [INF] PSQL: Finding and removing duplicate agendas entries...
2024-01-04 15:25:10.925 [INF] PSQL: Removed 0 duplicate agendas entries.
2024-01-04 15:25:10.925 [INF] PSQL: Finding and removing duplicate agenda_votes entries...
2024-01-04 15:25:29.573 [INF] PSQL: Removed 0 duplicate agenda_votes entries.
2024-01-04 15:25:29.573 [INF] PSQL: Finding and removing duplicate votes entries...
2024-01-04 15:25:52.580 [INF] PSQL: Removed 0 duplicate votes entries.
2024-01-04 15:25:52.580 [INF] PSQL: Finding and removing duplicate misses entries...
2024-01-04 15:25:53.819 [INF] PSQL: Removed 0 duplicate misses entries.
2024-01-04 15:25:53.819 [INF] PSQL: Finding and removing duplicate treasury entries...
2024-01-04 15:25:56.690 [INF] PSQL: Removed 2 duplicate treasury entries.
2024-01-04 15:25:56.690 [INF] PSQL: Beginning SYNC STAGE 3 of 5 (table indexing and analyzing).

@ukane-philemon ukane-philemon changed the title dcrpg:remove duplicates for votes, misses and treasury table dcrpg: Remove duplicates for votes, misses and treasury table Jan 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

dcrpg: Remove duplicates for votes, misses and treasury table.
1 participant