I am planning to fetch string objects from many rss sources. I run into an issue that there is not any id in many of them. Thus, I thought converting their url into a unique number would be a solution. Because if I keep them in string, it would be heavy task to query string values with mysql. What is the best way to take for that? Is md5()
good for that?