Notification

Urchin WebAnalytics Software is discontinued and is no longer supported. All Urchin documentation applies only to the Urchin product as it was at the time of discontinuation, and does not apply to any Google Analytics products or services.

Urchin Reporting Database Settings

Urchin Reporting Database Settings

Overview

Urchin provides two options for managing the reporting database scalability and precision:

DB Table Limit

This option allows you to maintain large site data within reasonable limits. Use this option to limit the number of records in a single Urchin reporting db table. The default option is appropriate for most installations. If, for a month, the number of records in any table exceeds this limit, then the records beyond this limit are grouped into the last record (named ’Other’). So, larger the table size, the more precise the reporting data. If an Urchin report shows a high percentage of entries labeled Other, you should increase the DB Table Limit to increase precision.

Memory Usage Target

To limit the amount of memory that can be allocated during log processing, Urchin provides this option to specify the upper limit on the size of reporting db in memory. For larger sites, a larger memory footprint can increase performance as it will be doing less page swapping. Although the default setting is conservative, you should set a larger value if the system has sufficient physical memory available.

Memory Settings

Currently, Urchin supports following max values for reporting DB settings:

  • 32-bit version:
    • DB Table Limit : <= 500,000 records

    • Memory Usage Target : <= 1024 MB

  • 64-bit version (Urchin 7.0+):
    • DB Table Limit : <= 10,000,000 records

    • Memory Usage Target : <= 8192 MB

Urchin 32-bit: Experimental Settings

Beginning with version 6.5, Urchin may support extended value for these settings, which should only be used by experienced Urchin users. These extended values will not be visible on the administration interface and will have to be configured via the configuration database. For Urchin 6.5, following are the max values for extended reporting DB settings.

  • DB Table Limit : <= 2,000,000 records

  • Memory Usage Target : <= 2GB

Urchin 32-bit: Experimental Settings Guidelines

Since these extended setting are experimental and may lead to out of memory errors on some system, the following information and guidelines should be considered before using them.

  • In general, each 32-bit application has 4 gigabyte (GB) of virtual address space, which is divided between user address space and kernel address space. User process can only allocate memory in the user address space.
  • Windows platform: 2 GB is available to the user application and the other 2 GB is available to the kernel. Although windows OS allows to extend user space up to 3GB via 4-gigabyte tuning, yet Urchin processes don't assumes this highly unlikely scenario and are always compiled/linked for 2GB limits. Therefore, on windows OS, user should not set DB Table Limit more than 500,000 records and Memory Usage Target more than 1GB.

    • For maximum performance, set:

      • Memory Usage Target : 1024 MB

      • DB Table Limits : 500,000 db table rows

    • For maximum precision, set:

      • Memory Usage Target : 256 MB

      • DB Table Limits : 1,000,000 db table rows

  • Unix platform: 3 GB is available to the user application and the remaining 1 GB to the kernel. Therefore, on UNIX platform, user should not set DB Table Limit more than 500,000 records and Memory Usage Target more than 2GB.

    • For maximum performance, set:
      • Memory Usage Target : 2048 MB

      • DB Table Limits : 500,000 db table rows

    • For maximum precision, set:
      • Memory Usage Target : 1024 MB

      • DB Table Limits : 2, 000,000 db table rows

Urchin 32-bit: Configuring extended 'DB Table Limit'

Like regular 'DB Table Limit' value, these extended values can be configured for individual profiles as well as globally. The following query will set the DB Table Limit to 1,000,000 records for a profile with profile id '1'.

UPDATE uprofiles SET uipr_db_table_limit=1000000 WHERE uspr_id=1;

The following query will set the global DB Table Limit to 1,000,000 records. It will get applied to all profiles whose value for uipr_db_table_limit field is 0.

UPDATE uglobals SET uigl_db_table_limit=1000000 WHERE ucgl_name='Global Settings';

Urchin 32-bit: Configuring extended 'Memory Usage Target'

Memory Usage Target can only be set globally. It automatically is applied to profiles when the DB Memory Usage is set to 'Limit to Cache System' (or db field 'ubpr_limit_db_cache_size' set to 1). The following query will set the global Memory Usage Target to 2 GB. Note that db field consider the number in 'megabytes' (512 will actually be 512 MB).

UPDATE uglobals SET uigl_db_cache_size=2048 WHERE ucgl_name='Global Settings';
true
Search
Clear search
Close search
Main menu
18366050689196378592
true
Search Help Center
true
true
true
false
false