Skip to content

Exploration settings

This topic describes the custom settings for queries and visualization in data exploration.

Query settings

You can set the timeout for queries, the limit for the number of results returned, and the limit for the number of edges sampled during path queries.

  1. In NebulaGraph Cloud, switch to the project you want to use, and click the name of the database to view the database details.
  2. On the left-side navigation pane of the database details page, click Explore under Data.
  3. In the upper right corner, click settings.
  4. On the expanded pane that appears on the right, specify the following settings:

    • Query Timeout: Enter a value between 0 and 600 to set the query timeout in seconds. The default value is 120.
    • Query Limit: Enter a value between 100 and 5000 to set the limit for the number of results returned. The default value is 100.
    • Max New Neighbors: Enter a value between 100 and 5000 to set the limit for the number of edges sampled during path queries. The default value is 100. For more information, see SAMPLE.

Visualization settings

You can select whether to display properties for nodes or edges when you hover your mouse over them, and whether to highlight the neighbors of nodes when you hover your mouse over them.

  1. In NebulaGraph Cloud, switch to the project you want to use, and click the name of the database to view the database details.
  2. On the left-side navigation pane of the database details page, click Explore under Data.
  3. In the upper right corner, click settings.
  4. On the expanded pane that appears on the right, enable the following toggle switches:

    • Property shown on hover: When enabled, the properties of the nodes or edges are displayed when you hover your mouse over them. It is enabled by default.
    • Highlight neighbors on hover: When enabled, the neighbors of nodes are highlighted when you hover the mouse over them. It is disabled by default.