dbTalk Databases Forums  

Asking FactTable Design for Web Server Log

comp.databases.olap comp.databases.olap


Discuss Asking FactTable Design for Web Server Log in the comp.databases.olap forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
chin_yen83
 
Posts: n/a

Default Asking FactTable Design for Web Server Log - 07-06-2005 , 11:03 PM






My bachelor degree's thesis is making a Web Server Log Miner using OLAP
technology.
I've clean an transform the raw dataset to the database using SQL
Server.
In order to build cube, my lecturer not allow me to using analysis
service in SQL SERVER. So I must develop a tool ( but not as complex as
in SQL Server) using Delphi.
The Transaction Log's Field is :
- HomePage
- IPAddress
- RequestFile
- File Size
- File Type
- Status
- Date and Time
- Operating System
- Referrer Link

Now, I'm asking suggestion in what Dimensions should I use in this
transacation Log ? And how about the design of Facttable ?

Thx,
Tan Chin Yen


Reply With Quote
  #2  
Old   
nicholas.wakefield@gmail.com
 
Posts: n/a

Default Re: Asking FactTable Design for Web Server Log - 07-07-2005 , 10:05 AM






Try,

Looking at which items you want to report on, how they relate 1:N, M:N,
M:1 , this will give you dimensions and attributes within the
dimensions.

Possible Candidates
-----------------------------
Session/Visit (Which will contain a user or depending on schema style
have a FK to user, User Agent, IP Address if you want to assume that a
user can have only one IP (First or last))
Page (this can be further classified by contect, directory etc)
Site(I think you meant this by HomePage, this matters if you multiple
sites adn they share pages M:N, other server if a property or parent of
Page)
Status Code (If you want to report on this)
Date/Time

As for the fact table, its going to be a simple combination of the
chosen dimensions and maybe file size.

This is not a final solution but should get you going.


Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.