Depends on your hash algo. If you use sha1 it will give you 20 characters, then use hexdigest and end up with a char(40) column. That's what the internet seems to do, at least.
Py Docs:> https://docs.python.org/2/library/hashlib.html#module-hashlib -- You received this message because you are subscribed to the Google Groups "scrapy-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/scrapy-users. For more options, visit https://groups.google.com/d/optout.
