Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
samzhou2 committed Oct 12, 2024
1 parent 0935dd3 commit ffa62f0
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,11 @@ image::workspaceDetails.png[]
.. This allows you to create Read-Write (RW) workspace or Read-Only (RO) workspace.
For more details, please refer to xref:cloud4:resource-manager:workspaces/writeread_readonly.adoc[].
+
. Specify Add-ons to your workspace, for more details please visit xref:cloud4:integrations:add-ons.adoc[] page.
. Specify Solutions for your workspace, for more details please visit xref:cloud4:integrations:solutions.adoc[] page.
+
image::Add-onsimage.png[]
image::solution-add-on.png[]
+
. Specify Add-ons to your workspace, for more details please visit xref:cloud4:integrations:add-ons.adoc[] page.
. Click on the btn:[ Create ] button to create the workspace.
+
[NOTE]
Expand Down
8 changes: 4 additions & 4 deletions modules/cloud4/modules/schema-designer/pages/index.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -115,8 +115,8 @@ You can click on the btn:[ Advanced Settings ] button on a vertex to configure t

image::advanced-settings.png[]

1. Enable *As Attribute* for primary key. For details, please refer to xref:current@gsql-ref:ddl-and-loading:defining-a-graph-schema.adoc#_with_primary_id_as_attribute[WITH primary_id_as_attribute] documentation.
2. Enable index for non-primary key attributes. Indexes improve the speed of data retrieval operations by providing quick access paths to the data. For details, please refer to xref:current@gsql-ref:ddl-and-loading:defining-a-graph-schema.adoc#_alter_index[Alter Index] documentation.
1. Enable *As Attribute* for primary key. For details, please refer to xref:gsql-ref:ddl-and-loading:defining-a-graph-schema.adoc#_with_primary_id_as_attribute[WITH primary_id_as_attribute] documentation.
2. Enable index for non-primary key attributes. Indexes improve the speed of data retrieval operations by providing quick access paths to the data. For details, please refer to xref:gsql-ref:ddl-and-loading:defining-a-graph-schema.adoc#_alter_index[Alter Index] documentation.

== 7) Advanced Settings For Edge

Expand All @@ -127,8 +127,8 @@ You can click on the btn:[ Advanced Settings ] button on an edge to configure th
image::advanced-settings-2.png[]

1. Specify other vertex pairs. You can define additional vertex pairs for an edge to establish more complex relationships between different types of vertices.
2. Specify edge discriminators. Discriminators allow you to distinguish between different types of edges or relationships, providing more granularity in your graph schema. For details, please refer to the xref:current@gsql-ref:ddl-and-loading:defining-a-graph-schema.adoc#_discriminator[DISCRIMINATOR] documentation.
3. For directed edges, you can specify a reverse edge to create a bidirectional relationship. This can be useful for queries that need to traverse edges in both directions. For details, please refer to xref:current@gsql-ref:ddl-and-loading:defining-a-graph-schema.adoc#_with_reverse_edge[WITH REVERSE_EDGE] documentation.
2. Specify edge discriminators. Discriminators allow you to distinguish between different types of edges or relationships, providing more granularity in your graph schema. For details, please refer to the xref:gsql-ref:ddl-and-loading:defining-a-graph-schema.adoc#_discriminator[DISCRIMINATOR] documentation.
3. For directed edges, you can specify a reverse edge to create a bidirectional relationship. This can be useful for queries that need to traverse edges in both directions. For details, please refer to xref:gsql-ref:ddl-and-loading:defining-a-graph-schema.adoc#_with_reverse_edge[WITH REVERSE_EDGE] documentation.

== Next Steps

Expand Down

0 comments on commit ffa62f0

Please sign in to comment.