Syntax | Example |
Domain Name | www.everyware.com, watt.eng.uwaterloo.edu |
Sub-Domain | everyware.com, eng.uwaterloo.edu |
Reversed Sub-Domain | com.everyware, edu.uwaterloo.eng |
Client Domain | com, edu |
Reversed sub domains are implemented to make working with sub domains
simpler. 'Begins With' searches tend to be quicker than 'Ends With' searches.
Reversed sub domains are provided for this reason. For instance, if you
wish to find the total hits to your site from EveryWare Development Corp.,
you would search for reversedSubDomain = 'com.everyware', rather than searching
on the DomainNames table for domainNames ending with 'everyware.com'.
reversedSubDomainID
webServerID
reversedSubDomain
firstHitTimestamp
lastHitTimestamp
hitsToDate
bytesSentToDate
transferTimeToDate
Unique
- reversedSubDomainID
Non-Unique
- webServerID, reversedSubDomain
reversedSubDomainID
The unique ID of the Reversed Sub Domain derived from the Domain Name.
webServerID
The unique ID of Web server that sent the log entry. The corresponding Web Server can be found in the WebServers table.
reversedSubDomain
The Reversed Sub-Domain.
firstHitTimestamp
The date and time of the first hit on the Web server.
lastHitTimestamp
The date and time of the last hit on the Web server.
hitsToDate
The total number of hits up to and including the present time.
bytesSentToDate
The total number of bytes sent up to and including the present time.
transferTimeToDate
The total time spent transmitting data up to and including the present time.