Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
The table "vt_refs" is created and when a next VT update is running, the table will be filled with the references of the VTs.
In total currently about 370K entries should appear in the table.
A subsequent feed update takes about 4-5 minutes and there is a additional log entry to follow this activity more easily.
The content of the vt_refs table is not used yet. The same information redundantly is still in the nvts table. Switching over to using the vt_refs and removing the redundant data in nvts is subject to subsequent pull requests.
The new table and index is only implemented for PostgreSQL. SQLite3-based setups will fail during run time.