pandeyshubham25 / pagerank

0 stars 0 forks source link

Page Ids to strings? #5

Closed NMerz closed 2 years ago

NMerz commented 2 years ago

Data cleaning would be easier switching page ids to strings. Any thoughts on if we want to the performance penalty of doing so?

Not a huge issue to map them if needed.

pandeyshubham25 commented 2 years ago

Data cleaning will be done offline, so wouldn't affect our performance metrics, so we can try sticking to integers. Lets map them to int and save that instead?

NMerz commented 2 years ago

Alright, will do

NMerz commented 2 years ago

Resolved by #3