NetDB3 Quicksearch Specs

4/24/00 reviewed by Rob
9/28/00 by Sunia Last modified

Compiled from meetings, discussions, Ganapathy's emails, etc.

Table of Contents


Quicksearch Input

Two inputs are allowed- object radio buttons and form field.

Radio Buttons

The radio buttons below the quick search form field allow the user to narrow down the search by object type. The following radio buttons will be displayed in this order with Node being the default selection:

	Node   All   Admin Team   MX   User   Network   Group   

3 types of input are allowed in the form field:

Name

IP Addresses

Hardware Addresses


Quicksearch Results Display

First Column (What searched on) Last Column Links To
     
Node Name 1st active IP address Node
IP Address Name IP Address Node
Interface Name IP Address Node
IPC IP Address Name IPC IP Address IPC
Dynamic DHCP Address Name Dynamic DHCP IP Address Network
Alias Node Name Node
MX Mail Server Name (pref) Node
Network Name 1st Address Space Network
Group Name   Group
Admin Team Name   Admin Team
User Name   User
Domain Name   Domain
Node Interface IP Address Node Name Node
IPC IP Address IPC IP Address Name IPC
Dynamic DHCP IP Address Dynamic DHCP Address Name Network
Address Space Network Name Network
Interface Hardware Address Node Name Node


Finding Objects

Objects can be found by searching on the followng associated fields
OBJECT SEARCH PARAMETERS
Domain name
Group name
User name
Admin Team name
Network Network name, Dynamic addr, Dynamic addr name
Node Node name, Alias, Interface name, IP addr, IP addr name, IPC addr, IPC addr name


Optimization notes from 12/9 GS

Searches in general are slow down due to the inclusion of the ownership check done upfront. There checks are part of the search inorder to enable/disable the "mod del tmpl" links

If we do not perform these checks during the search, there is a significant improvement in the search speed.

a comparision...... approx time taken in secs.

further optimization attempts using temp tables or restricting the no. of rows in the results, does not have a significant effect.

Rob, You may want to take a look at the different versions..... I have three procedures in nedtb_test2 for this purpose...


Notes


Future Enhancements

  1. Will move Quicksearch SQL to MW when implement whois
  2. Will redo Quicksearch with FullSearch engine
  3. Accept address space formats to specify range of addresses

THE END