Tips for creating a very large database of hashes Tips for creating a very large database of hashes database database

Tips for creating a very large database of hashes


You could create a table with only id and Hash, and your other data with index, Metadata, and hashId. Doing so, you can prevent writing the same hash up to 100k times in the table.