Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Register
  • Sign in
  • N netmetr
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 3
    • Issues 3
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • Deployments
    • Deployments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • Repository
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • labs
  • netmetr
  • Merge requests
  • !50

Searching results by WiFi SSID or BSSID

  • Review changes

  • Download
  • Patches
  • Plain diff
Merged Vaclav Sraier requested to merge ssid_api into jitter_processing Nov 16, 2019
  • Overview 1
  • Commits 2
  • Pipelines 0
  • Changes 5

The search is implemented, but there is no database index on the used columns. Building such index might take quite some time and it's still an open issue, how to create it. Doing it in already implemented database migrations before actual start of the server will cause significant downtime. But it's simple and will work. Other option is to do it concurrently while the server is running. That can't be properly automated and must be performed manually.

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: ssid_api