The Altair Community is migrating to a new platform to provide a better experience for you. In preparation for the migration, the Altair Community is on read-only mode from October 28 - November 6, 2024. Technical support via cases will continue to work as is. For any urgent requests from Students/Faculty members, please submit the form linked here
[SOLVED] Remove Duplicates Weird Problem !
aryan_hosseinza
Member Posts: 74 Contributor II
in Help
Hi ,
I had used the remove duplicate operator on a dataset with 5 million records on my laptop and on a powerful linux system , it'd run in 7 seconds on both systems,
Now I have a dataset with 8 million records (same number of attributes) , it runs on my laptop in 10 seconds ! but it doesn't finish running on the same remote server ! it took 8 hours but it didn't finish !
It's very weird !!! It's a very simple operation !
How could something like this happen ? Is there anyway to solve it ?
Thanks,
Arian
I had used the remove duplicate operator on a dataset with 5 million records on my laptop and on a powerful linux system , it'd run in 7 seconds on both systems,
Now I have a dataset with 8 million records (same number of attributes) , it runs on my laptop in 10 seconds ! but it doesn't finish running on the same remote server ! it took 8 hours but it didn't finish !
It's very weird !!! It's a very simple operation !
How could something like this happen ? Is there anyway to solve it ?
Thanks,
Arian
0
Answers
maybe the server ran out of memory? Do you use the same memory settings on both machines?
Best regards,
Marius
Thanks by the way ,
-Arian