Comments inline below

> to either copy them to the farcry database for admin area reporting

Wouldn't this then defeat the original purpose of NOT having them in the DB in the first place ? 
That depends on when you're seeing the performance hit. If it's because of the write to DB for stats logging is slowing down other normal page requests then No. The copy from the external DB to Farcry DB occurs overnight when site traffic is low. The point of moving the stats logging operation to the other database is to stop the log creation requests from locking up the Farcry database for other users. Requests for reports shouldn't need a high level of DB locking, so they shouldn't cause the DB to lock out other users.
 
If you're finding that the DB is locking up when you are reading the reports then you would probably need to hack around in the report generation code too and have all stats based operations in a separate DB, or possibly optimized speicfically for the application.
 
And using a different reporting tool would then imply that the reporting in FarCry would be redundant - and there are some damn good reports in there!  
 
Not necessarily, it might just imply that you need to build reports for an external system using something other than Farcry. COGNOS is one tool that springs to mind. 

I like having the stats information there.  One of the first "changes" might be to be able to provide the name of the DB that the stats tables are to go into - then you wouldn't have to copy them anywhere and could keep them separate from the main FarCry system.  
 
That would work, so would a new application scoped DSN for reporting that defaults to the same value as application.dsn. That would have the added benefit of allowing you to have a different RDBMS for reporting if you needed it.

The other thing that I am starting to think about is a "summary" mechanism.  This would consist of a summary table being added to the stats and a background procedure to generate the summary and cull the stats table.

While I dont have time to do it now, I can see that I will HAVE to do it eventually.  So my intention would be to feed this back into the FarCry community.

I am already in a situation where the standard FarCry stats reports just take too long to run to be of any use.  I just get a "top pages" report mailed to an account each day.


Gary Menzel
Web Development Manager
IT Operations Brisbane -+- ABN AMRO Morgans Limited
Level 29, 123 Eagle Street BRISBANE QLD 4000
PH: 07 333 44 828  FX:  07 3834 0828



To unsubscribe from this email please forward this email to: [EMAIL PROTECTED]

If this communication is not intended for you and you are not an authorised recipient of this email you are prohibited by law from dealing with or relying on the email or any file attachments. This prohibition includes reading, printing, copying, re-transmitting, disseminating, storing or in any other way dealing or acting in reliance on the information. If you have received this email in error, we request you contact ABN AMRO Morgans Limited immediately by returning the email to [EMAIL PROTECTED] and destroy the original. We will refund any reasonable costs associated with notifying ABN AMRO Morgans. This email is confidential and may contain privileged client information. ABN AMRO Morgans has taken reasonable steps to ensure the accuracy and integrity of all its communications, including electronic communications, but accepts no liability for materials transmitted. Materials may also be transmitted without the knowledge of ABN AMRO Morgans. ABN AMRO Morgans Limited its directors and employees do not accept liability for the results of any actions taken or not on the basis of the information in this report. ABN AMRO Morgans Limited and its associates hold or may hold securities in the companies/trusts mentioned herein. Any recommendation is made on the basis of our research of the investment and may not suit the specific requirements of clients. Assessments of suitability to an individuals portfolio can only be made after an examination of the particular clients investments, financial circumstances and requirements.
ABN AMRO Morgans Limited (ABN 49 010 669 726 AFSL 235410) A Participant of ASX Group
--- You are currently subscribed to farcry-dev as: [EMAIL PROTECTED] To unsubscribe send a blank email to [EMAIL PROTECTED] Aussie Macromedia Developers: http://lists.daemon.com.au/
---
You are currently subscribed to farcry-dev as: [EMAIL PROTECTED]
To unsubscribe send a blank email to [EMAIL PROTECTED] Aussie Macromedia Developers: http://lists.daemon.com.au/

Reply via email to