-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Indexes to improve performance #19
Labels
enhancement
New feature or request
Comments
rynmrtn
changed the title
Index the FQDN Asset content.Name
Indexes to improve performance
Aug 3, 2023
caffix
added
enhancement
New feature or request
and removed
bug
Something isn't working
labels
Aug 3, 2023
rynmrtn
added a commit
to rynmrtn/asset-db
that referenced
this issue
Aug 3, 2023
- Index on `$.content.Name` for FQDN assets - index on assets.type - index on assets.last_seen - index on relations.last_seen Closes owasp-amass#19
rynmrtn
added a commit
to rynmrtn/asset-db
that referenced
this issue
Aug 4, 2023
- Index on `$.content.Name` for FQDN assets - index on assets.type - index on assets.last_seen - index on relations.last_seen Closes owasp-amass#19
rynmrtn
added a commit
to rynmrtn/asset-db
that referenced
this issue
Aug 5, 2023
- Index on `$.content.Name` for FQDN assets - index on assets.type - index on assets.last_seen - index on relations.last_seen Closes owasp-amass#19
rynmrtn
added a commit
to rynmrtn/asset-db
that referenced
this issue
Aug 5, 2023
- Index on `$.content.Name` for FQDN assets - index on assets.type - index on assets.last_seen - index on relations.last_seen Closes owasp-amass#19
rynmrtn
added a commit
to rynmrtn/asset-db
that referenced
this issue
Aug 17, 2023
- Index on `$.content.Name` for FQDN assets - index on assets.type - index on assets.last_seen - index on relations.last_seen Closes owasp-amass#19
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Rather than guessing which indexes would be most valuable in the initial releases of asset-db, we left them out so that we could discover what indexes would be most valuable as postgres and sqlite databases grew in size.
After the release of Amass 4.x, we have concrete evidence of where indexes will be most valuable:
content.Name
for FQDN asset typesassets.type
assets.last_seen
,relations.last_seen
assets.created_at
,relations.created_at
relations.type
The text was updated successfully, but these errors were encountered: