機械翻訳について

プロパティ・グラフ作成時の警告

プロパティ・グラフの作成時に、プロパティ・グラフ・ウィザードによって設計されているグラフが検証され、検証エラーまたは警告がレポートされます。

グラフの作成時に生成される警告を無視して、プロパティ・グラフを作成できることに注意してください。 ただし、グラフはメモリーにロードできません。

次の表に、プロパティ・グラフの作成時に生成される警告メッセージを示します。

警告メッセージ 理由
Vertex table <table_name> has composite key (<composite_key>) which will prevent this graph from being loaded into memory.

See the documentation for more details

Vertex表にはコンポジット・キーを指定できません。 これはPGQLプロパティ・グラフにのみ適用されます。
Key column <column_name> of vertex table <table_name> has a data type which will prevent this graph from being loaded into memory.

See the documentation for details and a list of supported datatypes

Vertex表キーは、次のタイプのいずれかである必要があります:

VARCHAR, VARCHAR2, NVARCHAR2, CHAR, NCHAR, NUMBER

Key column <column_name> of edge table <table_name> has a data type which will prevent this graph from being loaded into memory.

See the documentation for details and a list of supported datatypes

エッジ表キーは、次のいずれかのタイプである必要があります:

VARCHAR, VARCHAR2, NVARCHAR2, CHAR, NCHAR, NUMBER, BINARY_FLOAT, BINARY_DOUBLE, DATE, TIMESTAMP, TIMESTAMP_WITH_LOCAL_TIME_ZONE, TIMESTAMP_WITH_TIME_ZONE

Column <column_name> of table <table_name> will prevent this graph from being loaded into memory.

See the documentation for details and a list of supported datatypes

頂点またはエッジ表の列は次のいずれかのタイプである必要があります:

VARCHAR, VARCHAR2, NVARCHAR2, CHAR, NCHAR, NUMBER, BINARY_FLOAT, BINARY_DOUBLE, CLOB, DATE, TIMESTAMP, TIMESTAMP_WITH_LOCAL_TIME_ZONE, TIMESTAMP_WITH_TIME_ZONE

<Vertex/Edge> table key column(s) <column_names> in table (<table_name>) does not have an index. 次の1つ以上の基礎となるデータベース表の列に索引がありません - 頂点キー、エッジ・キー、ソースおよび宛先キー列。

Graph Studioでは、グラフ問合せのトラバーサルを最適化し、ノードとエッジの迅速な取得を実現するために、キー列の索引付けをお薦めします。

警告メッセージで「索引の追加」をクリックして、特定の列の索引を追加します。