The InfoStoreNamesDb2.properties file
The following properties are in the InfoStoreNamesDb2.properties file:
| Property | Description | Default value | 
|---|---|---|
| MetadataSchema | The metadata schema contains objects that relate to the definitions of data structures in the Information Store. | IS_Meta | 
| DataSchema | The data schema contains objects that store all the data that is available for analysis. | IS_Data | 
| WebChartSchema | The web chart schema contains temporary objects used during manipulation of the web chart. | IS_WC | 
| VisualQuerySchema | The visual query schema contains temporary objects used during visual query processing. | IS_Vq | 
| FindPathSchema | The find path schema contains objects that support find path results. | IS_FP | 
| StagingSchema | The staging schema contains temporary objects that support the ingestion process. | IS_Staging | 
| PublicSchema | The public schema contains objects that represent a public API for the Information Store. It also contains procedures, tables, and views related to the deletion by rule feature. | IS_Public | 
| SystemTempTableSpace | The system temporary table space. | IS_TEMP_TS | 
| UserTemp16KTableSpace | The user temporary 16K table space to hold global temporary objects. | IS_16K_TS | 
| BigTableSpace | The partitioned table space to hold data objects. | IS_BIG_TS | 
| BigIndexTableSpace | The partitioned table space to hold data indexes. | IS_BIG_INDEX_TS | 
| SmallTableSpace | The non-partitioned table space to hold data objects. | IS_SMALL_TS | 
| SmallIndexTableSpace | The non-partitioned table space to hold data indexes. | IS_SMALL_INDEX_TS | 
| LobTableSpace | The table space to hold LOB data objects. | IS_LOB_TS | 
| LobIndexTableSpace | The table space to hold LOB data indexes. | IS_LOB_INDEX_TS | 
| InternalStagingTableSpace | The table space to hold internal staging data objects created during ingestion Note: these tables have data inserted using NOT LOGGED INITIALLY | IS_INTSTG_TS | 
| PageSize | The page size. | 16K | 
| BufferPool16K | The 16K buffer pool. | IS_16K_BP | 
| DeletionByRuleRoleName | The deletion-by-rule role name. | Deletion_By_Rule | 
| Collation | The collation sequence used for the Information Store in Db2. You can only change this setting before you create the Information Store database. Defaults to "CLDR181_LEN_S1". | CLDR181_LEN_S1 | 
