hemebond / quaddicted

Quaddicted upgrade written with Django
MIT License
7 stars 1 forks source link

Database indices #33

Closed hemebond closed 3 years ago

hemebond commented 3 years ago

Look into indices for things like package hash.

hemebond commented 3 years ago

package.file_hash is "unique" which automatically creates an index on it.