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

Missing Records while trasfer data from old table to new table #665

Closed
Thavarajan opened this issue Jun 9, 2024 Discussed in #663 · 1 comment
Closed

Missing Records while trasfer data from old table to new table #665

Thavarajan opened this issue Jun 9, 2024 Discussed in #663 · 1 comment
Assignees

Comments

@Thavarajan
Copy link

Discussed in #663

Originally posted by Thavarajan June 6, 2024
Good evening Team,
it's a wonderful extension, when I try to implement this in our existing DB,parent table have approximately 4900000 records,

CALL partman.partition_data_proc( p_parent_table := 'public.tickets' , p_loop_count := 2000 , p_interval := '1000' , p_source_table := 'public.old_tickets' );

During the migration some of the records are missing, I don't know, when I try to do a count diff there are merely 6 or 7 records missing

am I missing something am I giving too many loops?

@keithf4 keithf4 self-assigned this Jun 9, 2024
@keithf4
Copy link
Collaborator

keithf4 commented Jun 9, 2024

We already have Discussion #663 open concerning this. Please continue working on the issue there so the conversation isn't split

@keithf4 keithf4 closed this as completed Jun 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants