Uploaded image for project: 'Ignite'
  1. Ignite
  2. IGNITE-9355

Document new system views (nodes, node attributes, baseline nodes, node metrics)

    XMLWordPrintableJSON

Details

    • Task
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • 2.7
    • documentation, sql
    • None

    Description

      We need to document three new SQL system views.

      1. Explain users that new system SQL schema appeared, named "IGNITE", where all views are stored
      2. System view NODES - list of current nodes in topology. Columns: ID, CONSISTENT_ID, VERSION, IS_LOCAL, IS_CLIENT, IS_DAEMON, NODE_ORDER, ADDRESSES, HOSTNAMES
      3. System view NODE_ATTRIBUTES - attributes for all nodes. Columns: NODE_ID, NAME, VALUE
      4. System view BASELINE_NODES - list of baseline topology nodes. Columns: CONSISTENT_ID, ONLINE (whether node is up and running at the moment)
      5. System view NODE_METRICS - node metrics. Columns - see org.apache.ignite.internal.processors.query.h2.sys.view.SqlSystemViewNodeMetrics class
      6. Explain limitations: views cannot be joined with user tables; it is not allowed to create other objects (tables, indexes) in "IGNITE" schema.

      Attachments

        Issue Links

          Activity

            People

              Artem Budnikov Artem Budnikov
              vozerov Vladimir Ozerov
              Votes:
              0 Vote for this issue
              Watchers:
              6 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: