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

Simplified numer storage #109

Open
wants to merge 17 commits into
base: master
Choose a base branch
from
Open

Simplified numer storage #109

wants to merge 17 commits into from

Conversation

haumacher
Copy link
Owner

Alle Informationen zu einer Nummer in einer Tabelle speichern

  • die Nummer
  • die Ratings
  • die Votes
  • die Anzahl von Suchanfragen

Eine einzige Tabelle, für die Historie (Ratings, Votes, Suchanfragen)

TODOs

  • Die Einschätzung auf der Detail-Seite für eine Nummer ist falsch. Wenn es ein Rating "Ping-Anruf" für die Nummer gibt, wird diese als "Umfrage" ausgezeichnet.

When a user wants to detect ranges of phone numbers that obviously
belong to the same SPAM source, there must be an easy way to decide
whether a certain number belongs to such block. To accomplish this, two
additional database tables are maintained with aggregation information.
SPAMREPORTS_10 and SPAMREPORTS_100 with aggregate information of blocks
of size 10 and blocks of size 100 respectively.
Consolidated number information from SPAMREPORTS, OLDREPORTS, RATINGS,
RATINGHISTORY, SEARCHES, and SEARCHHISTORY into NUMBERS and
NUMBERS_HISTORY. All relevant info for a phone number is now available
from a single database row. This makes the decision which numbers are
"most active" more easy.
This makes access to historic information much more easy.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant