The InfoStoreNamesPostgres.properties file
ISSchemaThe Information Store schema contains internal configuration information about the Information Store database.
By default, the value is IS_Core
MetadataSchemaThe metadata schema contains objects that relate to the definitions of data structures in the Information Store.
By default, the value is IS_Meta
DataSchemaThe data schema contains objects that store all the data that is available for analysis.
By default, the value is IS_Data
WebChartSchemaThe web chart schema contains temporary objects used during manipulation of the web chart.
By default, the value is IS_WC
VisualQuerySchemaThe visual query schema contains temporary objects used during visual query processing.
By default, the value is IS_Vq
FindPathSchemaThe find path schema contains objects that support find path results.
By default, the value is IS_FP
StagingSchemaThe staging schema contains temporary objects that support the ingestion process.
By default, the value is IS_Staging
PublicSchemaThe 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.
By default, the value is IS_Public
DeletionByRuleRoleNameThe deletion-by-rule role name.
By default, the value is Deletion_By_Rule
Collation_Deterministic,Collation_LocaleThe (ICU) collation used for the Information Store in PostgreSQL. You can only change these settings before you create the Information Store database.
If
Collation_Deterministicistrue, all operators are case- and accent-sensitive.If
Collation_Deterministicisfalse:- "exact" operators follow the rules of the
Collation_Locale - the "like" operator is governed by
Collation_Sensitivity
By default, the values are
falseanden-US-u-ks-level1(US English, case- and accent-insensitive).- "exact" operators follow the rules of the
Collation_SensitivityThe case- and accent-sensitivity of the "like" operator when
Collation_Deterministicisfalse. The value must be one ofCIAI,CIAS,CSAI, orCSAS.By default, the value is
CIAI(case- and accent-insensitive).CollateClauseThe collation used throughout columns in the Information Store in PostgreSQL. This setting is required for correct sorting of text-based columns when using non-deterministic collation. If you plan to use deterministic collation (such as case-sensitive collation), set this property to be empty.
By default, the value is
COLLATE public.istore_collation.DatabaseTablespaceThe default tablespace for the Information Store database. This tablespace, like all the others, must be present in the PostgreSQL cluster before the database is created.
By default, the value is
pg_default.BigDataTablespaceThe tablespace for big data tables.
By default, the value is
pg_default.BigIndexTablespaceThe tablespace for indexes on big data tables.
By default, the value is
pg_default.SmallDataTablespaceThe tablespace for small data tables.
By default, the value is
pg_default.SmallIndexTablespaceThe tablespace for indexes on small data tables.
By default, the value is
pg_default.
