hogehuga / epss-db

Download all epss data, and import database. We can explore the data by SQL querys!
Apache License 2.0
9 stars 0 forks source link

Add index to kevcatalog #20

Closed hogehuga closed 2 months ago

hogehuga commented 4 months ago

An index is not applied to the kevcatalog table, so set it. It's extremely slow.

hogehuga commented 4 months ago

on init-script/kev-init.sh

Because the amount of data is small, an index may not be necessary.

hogehuga commented 2 months ago

Index creation is optional and is not handled by the init script.