Skip to content
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

Remove Limit in Query #2

Open
tanneberger opened this issue Jul 17, 2024 · 0 comments
Open

Remove Limit in Query #2

tanneberger opened this issue Jul 17, 2024 · 0 comments
Labels
bug Something isn't working enhancement New feature or request help wanted Extra attention is needed invalid This doesn't seem right

Comments

@tanneberger
Copy link
Member

tanneberger commented Jul 17, 2024

Problem:
Die Provider können ja verschiedene Downstreams haben, welche wir aktuell in unserer Analyse komplett vernachlässigen.

z.B.:
https://asrank.caida.org/asns/16205?page_number=1&page_size=40&sort=-relationship
https://asrank.caida.org/asns/62365?page_number=1&page_size=40&sort=-relationship
https://asrank.caida.org/asns/15372?page_number=1&page_size=40&sort=-relationship

-> Das Fetch Skript sollte möglichst schlank bleiben, bedeutet aber auch das wir mehr Daten mitnehmen, müssen um eine sinnvolle Analyse fahren zu können.
-> Vorschlag: SELECT * WHERE traffic >= 1MBit/s; also alles wegschneiden was z.B. unter einen 1Mbit/s schiebt.

@tanneberger tanneberger added bug Something isn't working enhancement New feature or request help wanted Extra attention is needed labels Jul 17, 2024
@liske liske added the invalid This doesn't seem right label Jul 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request help wanted Extra attention is needed invalid This doesn't seem right
Projects
None yet
Development

No branches or pull requests

2 participants