+

Search Tips   |   Advanced Search

Portal database domains

Sets of databases tables and schemas for portal resources are called database domains. Database domains classify and help you determine how to distribute portal data. There are six database domains: release, customization, community, JCR, feedback, and Likeminds. The database domains categorize portal data into the following categories and subcategories to help us decide how to distribute portal data into different databases:

Feedback and likeminds portal database domains store data exclusively for the Feedback and LikeMinds applications.


Database schema names

The table includes the default names that are used in the Configuration Wizard. Replace these values with the values in the environment; schema names must be different when the database is shared.

All table spaces are approximately 2.8 GB by default. The size increases with the use of the Java Content Repository function.

For some database software, such as DB2, the database name cannot exceed 8 characters and can contain letters and numbers only.

Application Database name Space required
HCL WebSphere Portal

Used for the portal (at a minimum) or to hold all data. Stores information about user customization, such as pages, and user profile and login information.

  • reldb
  • commdb
  • custdb

Depends on the number of users and portal objects, such as pages and portlets.
Personalization,Web Content Manager

Contains documents, personalization rules, personalization campaigns, and document library configuration information.

  • jcrdb

Depends on the number and size of Personalization rules and campaigns, and the number and size of items and elements that are created in.Web Content Manager
Feedback

Contains the information that is logged by the website for analysis of site activity and generating reports.

  • fdbkdb

Depends on the amount of traffic to the site. The amount of data that is logged per login-enabled page can vary.
LikeMinds

Contains the recommendations that are displayed to users. The LikeMinds application analyzes the visitor's interactions with the website are and generates predictions.

  • lmdb

Depends on the amount of traffic to the site.


Database users

The table indicates types of objects that are owned by each user. The architecture allows each of the following users to exist in the same database. All table spaces are approximately 2.8 GB by default. The size increases with the use of Java Content Repository.

Application Database user Function
HCL WebSphere Portal

  • releaseusr
  • communityusr
  • customizationusr

Core user who owns approximately 230 tables, which are used for HCL WebSphere Portal core objects, which include tables that store the user customizations that are made to pages.
Java Content Repository

  • jcr

Java Content Repository user who owns approximately 100 tables. The number might be higher depending on usage.
Feedback

  • feedback

Feedback user who owns approximately 50 tables that are used for logging site and personalization usage.
LikeMinds

  • likeminds

LikeMinds user who owns approximately 15 tables that are used to hold the website usage analysis routines and recommendation text.

Parent topic: Database