- Log in to post comments
User bio
404 bio not found
Member since Aug 13, 2025
Posts:
ha has not published any posts yet.
Replies:
Since I'm using a third-party database, I can't fix their indexing issues directly. I need to manually control pagination, so I'm wondering if there's a way to avoid retrieving duplicate indexes. Using SQL deduplication isn't efficient due to the large volume of data, making it difficult to fetch results effectively.
- Log in to post comments
Now my problem is that during data migration, duplicate data appears in the queries. Since pagination is manually controlled, I have to perform deduplication after migrating the data to the target database. Because the data volume is large, this is very time-consuming. Is there a good solution?
- Log in to post comments
Certifications & Credly badges:
ha has no Certifications & Credly badges yet.
Followers:
ha has no followers yet.
Following:
ha has not followed anybody yet.
Thank you very much. I will try to use this method.