jaryaman / propNews

Making the news proportionate to global priorities
GNU Affero General Public License v3.0
0 stars 0 forks source link

SQL Primary keys #12

Open jaryaman opened 5 years ago

jaryaman commented 5 years ago

Currently using the URL as the primary key in news.db, but integer primary keys are more efficient. Consider hashing the URL?